Skip to content

Commit 8f58728

Browse files
Bazel Release Systemiancha1992
Bazel Release System
authored andcommitted
Release 8.0.0-pre.20240911.1 (2024-09-20)
Baseline: ad2ea07 Incompatible changes: - --legacy_important_outputs is flipped to false. See #14353 for details Important changes: - Uploading local action results to a disk or remote cache now occurs in the background whenever possible, potentially unblocking the execution of followup actions. Set `--noremote_cache_async` to revert to the previous behavior. - Overrides in the root MODULE.bazel file are now ignored with `--ignore_dev_dependency`. (Overrides in non-root modules are already ignored.) - Added support for using a remote cache that evicts blobs and doesn't have AC integrity check (e.g. HTTP cache). This release contains contributions from many people at Google, as well as Benjamin Peterson, Fabian Meumertzheim, Jacob Van De Weert, John Millikin.
1 parent bfc7f7e commit 8f58728

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## Release 8.0.0-pre.20240911.1 (2024-09-20)
2+
3+
```
4+
Baseline: ad2ea0736eca30ef1f5ad0b46292cb03e43eec5c
5+
```
6+
7+
Incompatible changes:
8+
9+
- --legacy_important_outputs is flipped to false. See #14353 for
10+
details
11+
12+
Important changes:
13+
14+
- Uploading local action results to a disk or remote cache now
15+
occurs in the background whenever possible, potentially
16+
unblocking the execution of followup actions. Set
17+
`--noremote_cache_async` to revert to the previous behavior.
18+
- Overrides in the root MODULE.bazel file are now ignored with
19+
`--ignore_dev_dependency`. (Overrides in non-root modules are
20+
already ignored.)
21+
- Added support for using a remote cache that evicts blobs and
22+
doesn't have AC integrity check (e.g. HTTP cache).
23+
24+
This release contains contributions from many people at Google, as well as Benjamin Peterson, Fabian Meumertzheim, Jacob Van De Weert, John Millikin.
25+
126
## Release 8.0.0-pre.20240909.1 (2024-09-19)
227

328
```

0 commit comments

Comments
 (0)