Skip to content

Commit 2824db6

Browse files
Bazel Release Systemiancha1992
authored andcommitted
Release 8.4.1 (2025-09-11)
Release Notes:
1 parent 8c1ff19 commit 2824db6

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
## Release 8.4.1 (2025-09-11)
2+
3+
```
4+
5+
Release Notes:
6+
7+
```
8+
9+
## Release 9.0.0-pre.20250831.1 (2025-09-11)
10+
11+
```
12+
Baseline: d1c7409e60fdc72de3705994917dbc24785039f3
13+
14+
Cherry picks:
15+
16+
+ e3609b50f9855e98ff4695df01d4bbb24a65c4c2:
17+
Release 9.0.0-pre.20250831.1 (2025-09-11)
18+
+ 79595651c77b3909bfbda0f59f985fccd91a2b61:
19+
Release 9.0.0-pre.20250831.1 (2025-09-11)
20+
+ 0e65851030bc52b8fdc3338ff1b6f21f4b0178cf:
21+
Release 9.0.0-pre.20250831.1 (2025-09-11)
22+
```
23+
24+
This release contains contributions from many people at Google, as well as .
25+
26+
## Release 9.0.0-pre.20250831.1 (2025-09-10)
27+
28+
```
29+
Baseline: d1c7409e60fdc72de3705994917dbc24785039f3
30+
31+
Cherry picks:
32+
33+
+ 08cd650a43574cb9c993fb80cc5f966b0b81fa93:
34+
Fix windows build with Bazel@HEAD
35+
```
36+
37+
Incompatible changes:
38+
39+
- `--incompatible_filegroup_runfiles_for_data` is now enabled by
40+
default. See https://github.com/bazelbuild/bazel/issues/26330 for
41+
details.
42+
- Use `-I` instead of `-isystem` for `cc_library` / `cc_binary`
43+
`includes` attr. To use `-isystem` for only external
44+
repositories, you can pass `--features=external_include_paths
45+
--host_features=external_include_paths`. To use `-isystem` for a
46+
single `cc_library` / `cc_binary` `includes`, you can set
47+
`features = ["system_include_paths"],` on the target
48+
49+
Important changes:
50+
51+
- Added flag `--experimental_thread_dump_interval` to allow Bazel
52+
dump threads periodically.
53+
- Flip `--incompatible_target_cpu_from_platform` to enable setting
54+
`TARGET_CPU` make variable based on the target platform.
55+
- The new `--module_mirrors` flag accepts a comma-separated list of
56+
mirrors to use for source URLs provided by modules obtained from
57+
Bazel registries.
58+
59+
This release contains contributions from many people at Google, as well as dependabot[bot], Dmitry Ryabkov, Ed Schouten, Fabian Meumertzheim, Keith Smiley, Markus Hofbauer, Philipp Stephani, PikachuHy.
60+
161
## Release 8.4.0 (2025-09-04)
262

363
```

0 commit comments

Comments
 (0)