Commit 4aaceff
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
1 file changed
+33
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
1 | 34 | | |
2 | 35 | | |
3 | 36 | | |
| |||
0 commit comments