Skip to content

Commit 93cde47

Browse files
Bazel Release Systemiancha1992
authored andcommitted
Release 8.4.2 (2025-10-01)
Release Notes:
1 parent f960042 commit 93cde47

File tree

1 file changed

+135
-0
lines changed

1 file changed

+135
-0
lines changed

CHANGELOG.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,138 @@
1+
## Release 8.4.2 (2025-10-01)
2+
3+
```
4+
5+
Release Notes:
6+
7+
```
8+
9+
## Release 9.0.0-pre.20250916.1 (2025-09-26)
10+
11+
```
12+
Baseline: 9b54736af5729536d61550ebbd98ed6fe991db51
13+
14+
Cherry picks:
15+
16+
+ 5639134ce52acad91dc235aaf7df3e73b1cf0da3:
17+
Fix load statements for Java
18+
```
19+
20+
Incompatible changes:
21+
22+
- Bazel releases that include a bundled JDK now use the system
23+
trust store for certificates by default. Set `-Djavax....
24+
- autoloads are disabled, issue
25+
https://github.com/bazelbuild/bazel/issues/23043
26+
- A `single_version_override` that pins a module to a lower version
27+
than requested in a `bazel_dep` for that module now results in an
28+
error instead of silently ignoring the `bazel_dep` version
29+
requirement. This is meant to catch a common source of bugs when
30+
updating a `bazel_dep` without noticing that it is overridden.
31+
- Starlark list methods don't accept Nones.
32+
33+
Important changes:
34+
35+
- The following rules have been removed from Bazel and must be
36+
loaded from `@rules_cc`: `cc_binary`, `cc_import`, `cc_library`,
37+
`cc_shared_library`, `cc_shared_library`, `cc_static_library`,
38+
`cc_test`, `cc_toolchain`, `cc_toolchain_alias`, `objc_import`,
39+
`objc_library`, `fdo_prefetch_hints`, `fdo_profile`,
40+
`memprof_profile`, `propeller_optimize`
41+
42+
This release contains contributions from many people at Google, as well as Alex Eagle, Benjamin Peterson, Carmen Chui, dependabot[bot], Fabian Meumertzheim, Grzegorz Lukasik, Keith Smiley.
43+
44+
## Release 9.0.0-pre.20250908.2 (2025-09-22)
45+
46+
```
47+
Baseline: 06b2d43d58bf9bdd274eddc24486a5edce6632ec
48+
49+
Cherry picks:
50+
51+
+ 2b64ae49d190fa5e437656e1dd96f811fcc10a2b:
52+
Automated rollback of commit
53+
585e16c701a6eef9a0b96cce31cae56893f04278.
54+
+ db5e1b607d89add00669ae698bb3f589272325ed:
55+
Automated rollback of commit
56+
d96e067331680dd4dec9fb391ed148d90daafbf8.
57+
+ 081752428582c6fde18671600071a81b10b7c71a:
58+
Fix windows build for Rolling Release
59+
release-9.0.0-pre.20250908.2rc1 (#27036)
60+
+ cac9c95fbacaa4def7304ed42fcffff94a90e8a5:
61+
Release 9.0.0-pre.20250908.2 (2025-09-22)
62+
```
63+
64+
This release contains contributions from many people at Google, as well as Carmen Chui.
65+
66+
## Release 9.0.0-pre.20250908.2 (2025-09-22)
67+
68+
```
69+
Baseline: 06b2d43d58bf9bdd274eddc24486a5edce6632ec
70+
71+
Cherry picks:
72+
73+
+ 2b64ae49d190fa5e437656e1dd96f811fcc10a2b:
74+
Automated rollback of commit
75+
585e16c701a6eef9a0b96cce31cae56893f04278.
76+
+ db5e1b607d89add00669ae698bb3f589272325ed:
77+
Automated rollback of commit
78+
d96e067331680dd4dec9fb391ed148d90daafbf8.
79+
+ 081752428582c6fde18671600071a81b10b7c71a:
80+
Fix windows build for Rolling Release
81+
release-9.0.0-pre.20250908.2rc1 (#27036)
82+
```
83+
84+
This release contains contributions from many people at Google, as well as Carmen Chui.
85+
86+
## Release 9.0.0-pre.20250908.2 (2025-09-22)
87+
88+
```
89+
Baseline: 06b2d43d58bf9bdd274eddc24486a5edce6632ec
90+
91+
Cherry picks:
92+
93+
+ 2b64ae49d190fa5e437656e1dd96f811fcc10a2b:
94+
Automated rollback of commit
95+
585e16c701a6eef9a0b96cce31cae56893f04278.
96+
+ db5e1b607d89add00669ae698bb3f589272325ed:
97+
Automated rollback of commit
98+
d96e067331680dd4dec9fb391ed148d90daafbf8.
99+
```
100+
101+
Incompatible changes:
102+
103+
- range doesn't accept None as second argument
104+
- Starlark string.split, string.rsplit don't accept None as argument
105+
106+
New features:
107+
108+
- "blaze info install_md5" is now available to tell the logical
109+
checksum of the Blaze server. This is mostly intended as a
110+
debugging aid.
111+
112+
Important changes:
113+
114+
- The contents of source directories are now tracked for
115+
invalidation. Using `glob` or explicit lists of files to consume
116+
source directories is still strongly preferred, but there may be
117+
cases in which this isn't feasible (e.g. file names that aren't
118+
valid labels).
119+
120+
This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Keith Smiley.
121+
122+
## Release 9.0.0-pre.20250831.1 (2025-09-12)
123+
124+
```
125+
Baseline: d1c7409e60fdc72de3705994917dbc24785039f3
126+
127+
Cherry picks:
128+
129+
+ 76dae3af442a2a206a89237cb7c143e7cd524f89:
130+
Fix windows build with Bazel@HEAD for Rolling Release
131+
release-9.0.0-pre.20250831.1rc1 (#26947)
132+
```
133+
134+
This release contains contributions from many people at Google, as well as Carmen Chui.
135+
1136
## Release 8.4.1 (2025-09-11)
2137

3138
```

0 commit comments

Comments
 (0)