From a3abc625c78439a5ebf1bb09491627c802f2453d Mon Sep 17 00:00:00 2001 From: Bazel Release System Date: Thu, 23 Jan 2025 21:39:59 +0000 Subject: [PATCH] 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=`. This release contains contributions from many people at Google, as well as Fabian Meumertzheim. --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 159cfe6bc2e3da..f70420c80dd7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 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=`. + +This release contains contributions from many people at Google, as well as Fabian Meumertzheim. + ## Release 8.0.1 (2025-01-17) ```