Skip to content

Commit

Permalink
Release 8.0.0-pre.20240911.1 (2024-09-20)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bazel Release System authored and iancha1992 committed Sep 20, 2024
1 parent bfc7f7e commit 8f58728
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## Release 8.0.0-pre.20240911.1 (2024-09-20)

```
Baseline: ad2ea0736eca30ef1f5ad0b46292cb03e43eec5c
```

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.

## Release 8.0.0-pre.20240909.1 (2024-09-19)

```
Expand Down

0 comments on commit 8f58728

Please sign in to comment.