Skip to content

Commit 023c2ed

Browse files
Bazel Release Systemiancha1992
Bazel Release System
authored andcommitted
Release 7.6.1 (2025-03-31)
Release Notes:
1 parent 0bddcab commit 023c2ed

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## Release 7.6.1 (2025-03-31)
2+
3+
```
4+
5+
Release Notes:
6+
7+
```
8+
9+
## Release 9.0.0-pre.20250324.2 (2025-03-28)
10+
11+
```
12+
Baseline: 7e538803d775929beb3c9af1cd2e87667d373bbe
13+
14+
Cherry picks:
15+
16+
+ fa6b1b7ec8deb727d437cd6f7f0324bfc7a6d6b8:
17+
Reverse a RAM regression introduced by
18+
https://github.com/bazelbuild/bazel/commit/7e538803d775929beb3c9a
19+
f1cd2e87667d373bbe
20+
```
21+
22+
Important changes:
23+
24+
- The new
25+
`--@bazel_tools//tools/test:incompatible_use_default_test_toolchai
26+
n` flag can be used to have test actions select an execution
27+
platform that has all the constraints provided by the target
28+
platform instead of always selecting the first available
29+
execution platform. This supersedes the
30+
`--use_target_platform_for_tests` flag.
31+
- `--experimental_downloader_config` is now no longer experimental,
32+
and has been renamed to `--downloader_config`. The old flag name
33+
can still be used.
34+
35+
This release contains contributions from many people at Google, as well as Benjamin Peterson, Fabian Meumertzheim, Kevin Bernal, Lszl Csomor, tfrench.
36+
37+
## Release 9.0.0-pre.20250317.2 (2025-03-27)
38+
39+
```
40+
Baseline: 528c2c5e2e7341f9bf538f35077d29dd41988a71
41+
42+
Cherry picks:
43+
44+
+ d02f003a4b818ed2936bc6719204b884aa71e1ff:
45+
Prevent concurrent use of the same `CharsetEncoder` in
46+
`json.decode`
47+
```
48+
49+
This release contains contributions from many people at Google, as well as Benjamin Peterson, Fabian Meumertzheim, Zachary Kipping.
50+
151
## Release 7.6.0 (2025-03-24)
252

353
```

0 commit comments

Comments
 (0)