Skip to content

Commit 4aaceff

Browse files
Bazel Release Systemcarmenchui
authored andcommitted
Release 10.0.0-pre.20251116.2 (2025-12-01)
Baseline: 7c096ba Cherry picks: + 9c45849: Automated rollback of commit c82313b. New features: - The new `attr.label_list_dict` type accepts a dict in which keys are strings and values are lists of labels. - bazel query/cquery/aquery now supports an `executables()` function to find only the executable targets in a given expression Important changes: - The new `--remote_max_concurrency_per_connection` can be used to specify the maximum number of concurrent gRPC requests Bazel will issue on a single connection to the server. The default value of 100 matches the previous behavior. - In environment variable values set via `--repo_env`, the substring `%bazel_workspace%` is now replaced with the absolute path of the current Bazel workspace. This can, for example, be used to make tools checked into the repository available on the `PATH` for repository rules. This release contains contributions from many people at Google, as well as Alan Mond, Alex Eagle, Benjamin Peterson, dependabot[bot], Ed Schouten, Fabian Meumertzheim, Keith Smiley, Markus Hofbauer.
1 parent 92de49c commit 4aaceff

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## Release 10.0.0-pre.20251116.2 (2025-12-01)
2+
3+
```
4+
Baseline: 7c096ba03fed206d9e6fe3afccbfe5c91a71ec46
5+
6+
Cherry picks:
7+
8+
+ 9c45849986b61f8f3eb3c585a1b2264fdd30d018:
9+
Automated rollback of commit
10+
c82313b4ca4749c0f1c8f304b4c12328e8beb4ea.
11+
```
12+
13+
New features:
14+
15+
- The new `attr.label_list_dict` type accepts a dict in which keys
16+
are strings and values are lists of labels.
17+
- bazel query/cquery/aquery now supports an `executables()`
18+
function to find only the executable targets in a given expression
19+
20+
Important changes:
21+
22+
- The new `--remote_max_concurrency_per_connection` can be used to
23+
specify the maximum number of concurrent gRPC requests Bazel will
24+
issue on a single connection to the server. The default value of
25+
100 matches the previous behavior.
26+
- In environment variable values set via `--repo_env`, the
27+
substring `%bazel_workspace%` is now replaced with the absolute
28+
path of the current Bazel workspace. This can, for example, be
29+
used to make tools checked into the repository available on the
30+
`PATH` for repository rules.
31+
32+
This release contains contributions from many people at Google, as well as Alan Mond, Alex Eagle, Benjamin Peterson, dependabot[bot], Ed Schouten, Fabian Meumertzheim, Keith Smiley, Markus Hofbauer.
33+
134
## Release 10.0.0-pre.20251105.2 (2025-11-18)
235

336
```

0 commit comments

Comments
 (0)