Skip to content

Commit 0f7745f

Browse files
Bazel Release Systemcarmenchui
authored andcommitted
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

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## Release 9.0.0-pre.20250516.1 (2025-05-23)
2+
3+
```
4+
Baseline: 9b8093bb4db3d6567e0f29eaa98fe16cd2e4a154
5+
```
6+
7+
Incompatible changes:
8+
9+
- Starlark computation step limits are now enforced for symbolic
10+
macros.
11+
12+
Important changes:
13+
14+
- java_import.jars attributes can no longer be empty, and
15+
--noincompatible_disallow_java_import_empty_jars is no longer
16+
supported
17+
- Added `--verbose_visibility_errors` for printing more information
18+
when a visibility violation occurs.
19+
- Added a new flag `--repo_contents_cache` (defaults to the
20+
`contents` directory under the `--repository_cache`) where Bazel
21+
stores fetched contents of repos that can be safely cached across
22+
workspaces. A repo rule can indicate cacheability by returning
23+
`repository_ctx.repo_metadata(reproducible=True)` from its
24+
implementation function.
25+
26+
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.
27+
128
## Release 9.0.0-pre.20250506.6 (2025-05-15)
229

330
```

0 commit comments

Comments
 (0)