Skip to content

Commit

Permalink
Release 9.0.0-pre.20250121.1 (2025-01-30)
Browse files Browse the repository at this point in the history
Baseline: b704fdb

Incompatible changes:

  - Changing `--test_env` no longer invalidates the analysis cache.
    `ctx.configuration.test_env` may be empty for non-test rules and
    should not be used by such rules.
  - The `--enable_bzlmod` and `--enable_workspace` flags are now
    no-ops. Bzlmod is now always enabled, and WORKSPACE is always
    disabled.

Important changes:

  - Add a definition of the pacakge_metadata attribute.

This release contains contributions from many people at Google, as well as Taylor Barrella.
  • Loading branch information
Bazel Release System authored and keertk committed Jan 30, 2025
1 parent b704fdb commit 5d01381
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## Release 9.0.0-pre.20250121.1 (2025-01-30)

```
Baseline: b704fdb18b8201ddfc017ab91b9d0a63892a4cd2
```

Incompatible changes:

- Changing `--test_env` no longer invalidates the analysis cache.
`ctx.configuration.test_env` may be empty for non-test rules and
should not be used by such rules.
- The `--enable_bzlmod` and `--enable_workspace` flags are now
no-ops. Bzlmod is now always enabled, and WORKSPACE is always
disabled.

Important changes:

- Add a definition of the pacakge_metadata attribute.

This release contains contributions from many people at Google, as well as Taylor Barrella.

## Release 9.0.0-pre.20250115.2 (2025-01-23)

```
Baseline: 67c89b31f1d40635ad122639c3099ac3d882935d

Cherry picks:

+ cf701ebeab2565e910453cad8b1b950553596d83:
Fix performance regression on builds that change a test
configuration flag.
```

Important changes:

- On Linux, the default limit on the number of `--watchfs` file
events per directory has been raised to 10,000 (from 500). If
needed, it can be increased further via
`--host_jvm_args=-Djdk.nio.file.WatchService.maxEventsPerPoll=<lim
it>`.

This release contains contributions from many people at Google, as well as Fabian Meumertzheim.

## Release 8.0.1 (2025-01-17)

```
Expand Down

0 comments on commit 5d01381

Please sign in to comment.