Commit 0f7745f
Release 9.0.0-pre.20250516.1 (2025-05-23)
Baseline: 9b8093b
Incompatible changes:
- Starlark computation step limits are now enforced for symbolic
macros.
Important changes:
- java_import.jars attributes can no longer be empty, and
--noincompatible_disallow_java_import_empty_jars is no longer
supported
- Added `--verbose_visibility_errors` for printing more information
when a visibility violation occurs.
- Added a new flag `--repo_contents_cache` (defaults to the
`contents` directory under the `--repository_cache`) where Bazel
stores fetched contents of repos that can be safely cached across
workspaces. A repo rule can indicate cacheability by returning
`repository_ctx.repo_metadata(reproducible=True)` from its
implementation function.
This release contains contributions from many people at Google, as well as Adin Cebic, Benjamin Peterson, Bo Zhang, Chris Sauer, dependabot[bot], Dmitry Ivankov, Fabian Meumertzheim, George Gensure, Grzegorz Lukasik, jacqueline.lee, Jonathan Schear, Thi Don, Xdng Yng.1 parent a46089e commit 0f7745f
1 file changed
+27
-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 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
0 commit comments