|
| 1 | +## Release 7.6.0 (2025-03-24) |
| 2 | + |
| 3 | +``` |
| 4 | + |
| 5 | +Release Notes: |
| 6 | + |
| 7 | +``` |
| 8 | + |
| 9 | +## Release 9.0.0-pre.20250311.1 (2025-03-19) |
| 10 | + |
| 11 | +``` |
| 12 | +Baseline: c422744caa072c66311a937049504901bc674b7d |
| 13 | +``` |
| 14 | + |
| 15 | +This release contains contributions from many people at Google, as well as Fabian Meumertzheim. |
| 16 | + |
| 17 | +## Release 9.0.0-pre.20250307.1 (2025-03-14) |
| 18 | + |
| 19 | +``` |
| 20 | +Baseline: 8dbfcfae924b014366a0b47cd26632c5076b51a2 |
| 21 | +``` |
| 22 | + |
| 23 | +Incompatible changes: |
| 24 | + |
| 25 | + - The canonical names of repos created with `use_repo_rule` have |
| 26 | + changed, which may require updating command-line flags such as |
| 27 | + `--override_repository`. |
| 28 | + |
| 29 | +Important changes: |
| 30 | + |
| 31 | + - Add `no_toolchain_error` to the `platform` rule, to customize |
| 32 | + error messages when a required toolchain type cannot be found for |
| 33 | + that platform. |
| 34 | + - Flag `--incompatible_remote_use_new_exit_code_for_lost_inputs` is |
| 35 | + deleted. |
| 36 | + - None: |
| 37 | + |
| 38 | +This release contains contributions from many people at Google, as well as Aaron Sky, Benjamin Peterson, dependabot[bot], Dmitry Ivankov, Fabian Meumertzheim, jjudd, kxxt, Tobias Werth. |
| 39 | + |
| 40 | +## Release 8.1.1 (2025-02-25) |
| 41 | + |
| 42 | +``` |
| 43 | + |
| 44 | +Release Notes: |
| 45 | + |
| 46 | +``` |
| 47 | + |
| 48 | +## Release 9.0.0-pre.20250210.1 (2025-02-19) |
| 49 | + |
| 50 | +``` |
| 51 | +Baseline: f6cb2fb25c1deee9776eda976be151c598597b35 |
| 52 | +``` |
| 53 | + |
| 54 | +Incompatible changes: |
| 55 | + |
| 56 | + - Constraints and toolchain requirements added to the default exec |
| 57 | + group, for example via the toolchains parameter of the rule |
| 58 | + function or the exec_compatible_with attribute on all rules, no |
| 59 | + longer apply to the test exec group, which contains the test |
| 60 | + action on test rules. Instead, use exec_group_compatible_with to |
| 61 | + apply constraints and/or define an explicit test exec group with |
| 62 | + toolchain requirements on test rules that require it. |
| 63 | + |
| 64 | +Important changes: |
| 65 | + |
| 66 | + - The new exec_group_compatible_with attribute on all rules accepts |
| 67 | + a dictionary mapping exec group names to lists of additional |
| 68 | + constraints to request from the exec group's execution platform. |
| 69 | + - Removes the `--incompatible_enable_cc_test_feature` flag. The |
| 70 | + functionality this was intended for was never completed, and is |
| 71 | + no longer needed. |
| 72 | + - Added `repository_ctx.original_name`, which contains the original |
| 73 | + value of the `name` attribute as specified at the repo rule call |
| 74 | + site. |
| 75 | + - The new `no_match_error` attribute on `toolchain_type` can be |
| 76 | + used to show a custom message when no matching toolchain is found |
| 77 | + for that type, but one is required. |
| 78 | + - Adds `ctx.rule.var` to allow aspects to get rule-specific |
| 79 | + variables, and removes rule-specific variables from an aspect's |
| 80 | + `ctx.var` dict. |
| 81 | + - LCOV parsing does not break on FN lines including an end line |
| 82 | + number. |
| 83 | + |
| 84 | +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. |
| 85 | + |
| 86 | +## Release 8.1.0 (2025-02-13) |
| 87 | + |
| 88 | +``` |
| 89 | + |
| 90 | +Release Notes: |
| 91 | + |
| 92 | +``` |
| 93 | + |
| 94 | +## Release 9.0.0-pre.20250128.3 (2025-02-11) |
| 95 | + |
| 96 | +``` |
| 97 | +Baseline: 8de78b93433fc855fc57a17b7a6c9aee8361367f |
| 98 | + |
| 99 | +Cherry picks: |
| 100 | + |
| 101 | + + 6303349da6989db35d6d1456d275a0a8ea6d7903: |
| 102 | + Automated rollback of commit |
| 103 | + 01cb3cd6e05034bcb5616d1850d9aa04424731b3. |
| 104 | + + e6e8ffaa6dadf45f7b668dc887d7cc81af6a49ff: |
| 105 | + Automated rollback of commit |
| 106 | + 56bf54716094bf6b687366d20b577435213681d5. |
| 107 | + + ee12906c5d9a48924db6fc3aba36ccd6d5c7f69e: |
| 108 | + Prevent use of BuiltinFunction.ArgumentProcessor in |
| 109 | + Eval.evalCall. |
| 110 | +``` |
| 111 | + |
| 112 | +This release contains contributions from many people at Google, as well as Benjamin Peterson, Boleyn Su, dependabot[bot], Fabian Meumertzheim, Kiron, PikachuHy, sarad. |
| 113 | + |
1 | 114 | ## Release 7.5.0 (2025-01-30)
|
2 | 115 |
|
3 | 116 | ```
|
|
0 commit comments