Skip to content

Commit c8892bf

Browse files
Bazel Release Systemiancha1992
Bazel Release System
authored andcommitted
Release 8.1.1 (2025-02-25)
Release Notes:
1 parent ba2af9d commit c8892bf

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
## Release 8.1.1 (2025-02-25)
2+
3+
```
4+
5+
Release Notes:
6+
7+
```
8+
9+
## Release 9.0.0-pre.20250210.1 (2025-02-19)
10+
11+
```
12+
Baseline: f6cb2fb25c1deee9776eda976be151c598597b35
13+
```
14+
15+
Incompatible changes:
16+
17+
- Constraints and toolchain requirements added to the default exec
18+
group, for example via the toolchains parameter of the rule
19+
function or the exec_compatible_with attribute on all rules, no
20+
longer apply to the test exec group, which contains the test
21+
action on test rules. Instead, use exec_group_compatible_with to
22+
apply constraints and/or define an explicit test exec group with
23+
toolchain requirements on test rules that require it.
24+
25+
Important changes:
26+
27+
- The new exec_group_compatible_with attribute on all rules accepts
28+
a dictionary mapping exec group names to lists of additional
29+
constraints to request from the exec group's execution platform.
30+
- Removes the `--incompatible_enable_cc_test_feature` flag. The
31+
functionality this was intended for was never completed, and is
32+
no longer needed.
33+
- Added `repository_ctx.original_name`, which contains the original
34+
value of the `name` attribute as specified at the repo rule call
35+
site.
36+
- The new `no_match_error` attribute on `toolchain_type` can be
37+
used to show a custom message when no matching toolchain is found
38+
for that type, but one is required.
39+
- Adds `ctx.rule.var` to allow aspects to get rule-specific
40+
variables, and removes rule-specific variables from an aspect's
41+
`ctx.var` dict.
42+
- LCOV parsing does not break on FN lines including an end line
43+
number.
44+
45+
This release contains contributions from many people at Google, as well as Benjamin Peterson, dependabot[bot], Fabian Meumertzheim, Jordan Mele, Jordan Mele, Keith Smiley, Spencer Putt.
46+
147
## Release 8.1.0 (2025-02-13)
248

349
```

0 commit comments

Comments
 (0)