Skip to content

Releases: bazelbuild/bazel

8.1.1

25 Feb 19:51
Compare
Choose a tag to compare

Note

If you are looking for rolling releases, please visit this page.

Release 8.1.1 (2025-02-25)

Bazel 8.1.1 is a patch LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

General

  • Fix building binary launchers on windows with clang-cl (#25344)

External Dependencies

  • Fall back to rctx.name if $original_name is empty (#25310)

Java

  • Restore compatibility with any JDK 23 on Windows (#25348)

Remote Execution

  • Rollback of ‘Use digest function matching the checksum in gRPC remote downloader’ (#25331)

Refer to the full list of commits for more details.

Acknowledgements:

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

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

8.1.1rc1

21 Feb 17:53
ba2af9d
Compare
Choose a tag to compare
8.1.1rc1 Pre-release
Pre-release

Note

If you are looking for rolling releases, please visit this page.

Release 8.1.1rc1 (2025-02-21)

Bazel 8.1.1 is a patch LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

General

  • Fix building binary launchers on windows with clang-cl (#25344)

External Dependencies

  • Fall back to rctx.name if $original_name is empty (#25310)

Java

  • Restore compatibility with any JDK 23 on Windows (#25348)

Remote Execution

  • Rollback of ‘Use digest function matching the checksum in gRPC remote downloader’ (#25331)

Refer to the full list of commits for more details.

Acknowledgements:

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

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

8.1.0

13 Feb 20:59
Compare
Choose a tag to compare

Note

If you are looking for rolling releases, please visit this page.

Release 8.1.0 (2025-02-13)

Bazel 8.1.0 is a minor LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

General

  • 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=<limit>. (#24872)

C++ / Objective-C

  • Added conlyopts and cxxopts to objc_library. (#25022)

Configurability

  • Changing any part of --run_under that isn't the label (such as the shell command) no longer invalidates the analysis cache. (#25023)
  • The new no_match_error attribute on toolchain_type can be used to show a custom message when no matching toolchain is found for that type, but one is required. (#25178)

External Dependencies

  • --experimental_downloader_config now supports the ~ character for the home directory. (#24978)
  • Added repository_ctx.original_name, which contains the original value of the name attribute as specified at the repo rule call site. (#25191)

Remote Execution

  • CAS requests made when Bazel downloads a blob with Build without the Bytes enabled now provide metadata with an action ID of input if the blob is downloaded as the input to a local action and output if it is a requested action output. (#25058)

Starlark / Build Language

  • Add a set data type to Starlark. (#25111)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Smiley, Kiron, Pareesh Madan, and sarad.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

8.1.0rc4

11 Feb 22:37
cf3ebdf
Compare
Choose a tag to compare
8.1.0rc4 Pre-release
Pre-release

Note

If you are looking for rolling releases, please visit this page.

Release 8.1.0rc4 (2025-02-11)

Bazel 8.1.0 is a minor LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

General

  • 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=<limit>. (#24872)

C++ / Objective-C

  • Added conlyopts and cxxopts to objc_library. (#25022)

Configurability

  • Changing any part of --run_under that isn't the label (such as the shell command) no longer invalidates the analysis cache. (#25023)
  • The new no_match_error attribute on toolchain_type can be used to show a custom message when no matching toolchain is found for that type, but one is required. (#25178)

External Dependencies

  • --experimental_downloader_config now supports the ~ character for the home directory. (#24978)
  • Added repository_ctx.original_name, which contains the original value of the name attribute as specified at the repo rule call site. (#25191)

Remote Execution

  • CAS requests made when Bazel downloads a blob with Build without the Bytes enabled now provide metadata with an action ID of input if the blob is downloaded as the input to a local action and output if it is a requested action output. (#25058)

Starlark / Build Language

  • Add a set data type to Starlark. (#25111)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Smiley, Kiron, Pareesh Madan, and sarad.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

8.1.0rc3

07 Feb 20:05
14219c4
Compare
Choose a tag to compare
8.1.0rc3 Pre-release
Pre-release

Note

If you are looking for rolling releases, please visit this page.

Release 8.1.0rc3 (2025-02-07)

Bazel 8.1.0 is a minor LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

General

  • 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=<limit>. (#24872)

C++ / Objective-C

  • Added conlyopts and cxxopts to objc_library. (#25022)

Configurability

  • Changing any part of --run_under that isn't the label (such as the shell command) no longer invalidates the analysis cache. (#25023)
  • The new no_match_error attribute on toolchain_type can be used to show a custom message when no matching toolchain is found for that type, but one is required. (#25178)

External Dependencies

  • --experimental_downloader_config now supports the ~ character for the home directory. (#24978)
  • Added repository_ctx.original_name, which contains the original value of the name attribute as specified at the repo rule call site. (#25191)

Remote Execution

  • CAS requests made when Bazel downloads a blob with Build without the Bytes enabled now provide metadata with an action ID of input if the blob is downloaded as the input to a local action and output if it is a requested action output. (#25058)

Starlark / Build Language

  • Add a set data type to Starlark. (#25111)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Smiley, Kiron, Pareesh Madan, and sarad.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

8.1.0rc2

05 Feb 22:43
aa4531d
Compare
Choose a tag to compare
8.1.0rc2 Pre-release
Pre-release

Note

If you are looking for rolling releases, please visit this page.

Release 8.1.0rc2 (2025-02-05)

Bazel 8.1.0 is a minor LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

C++ / Objective-C

  • 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=. (#24872)

Configurability

  • Changing any part of --run_under that isn't the label (such as the shell command) no longer invalidates the analysis cache. (#25023)
  • The new no_match_error attribute on toolchain_type can be used to show a custom message when no matching toolchain is found for that type, but one is required. (#25178)

External Dependencies

  • Added repository_ctx.original_name, which contains the original value of the name attribute as specified at the repo rule call site. (#25191)

Remote Execution

  • CAS requests made when Bazel downloads a blob with Build without the Bytes enabled now provide metadata with an action ID of input if the blob is downloaded as the input to a local action and output if it is a requested action output. (#25058)

Starlark / Build Language

  • Add a set data type to Starlark. (#25111)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Smiley, Kiron, Pareesh Madan, and sarad.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

8.1.0rc1

04 Feb 21:08
af6307b
Compare
Choose a tag to compare
8.1.0rc1 Pre-release
Pre-release

Note

If you are looking for rolling releases, please visit this page.

Release 8.1.0rc1 (2025-02-04)

Bazel 8.1.0 is a minor LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

C++ / Objective-C

  • 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=. (#24872)

Configurability

  • Changing any part of --run_under that isn't the label (such as the shell command) no longer invalidates the analysis cache. (#25023)
  • The new no_match_error attribute on toolchain_type can be used to show a custom message when no matching toolchain is found for that type, but one is required. (#25178)

Remote Execution

  • CAS requests made when Bazel downloads a blob with Build without the Bytes enabled now provide metadata with an action ID of input if the blob is downloaded as the input to a local action and output if it is a requested action output. (#25058)

Starlark / Build Language

  • Add a set data type to Starlark. (#25111)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Smiley, Kiron, Pareesh Madan, and sarad.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

7.5.0

30 Jan 19:17
Compare
Choose a tag to compare

Note

If you are looking for rolling releases, please visit this page.

Release 7.5.0 (2025-01-30)

Bazel 7.5.0 is a minor LTS release. It is fully backward compatible with Bazel 7.0 and contains selected changes by the Bazel community and Google engineers.

C++ / Objective-C

  • Remove empty coverage environment (#24835)

CLI

  • Report options with BoolOrEnumConverter as supporting --no... (#24908)
  • Mark --bazelrc as allows_multiple in flag docs (#24878)

Configurability

  • Deprecate the experimental_action_resource_set flag. (#24939)

Core

  • Use long instead of int for thread indices (#24866)

External Deps

  • Remove BUILD.bazel before symlinking when creating new_local_repository (#24900)
  • Explain why a module hasn't been found in any registry (#24881)
  • Include apparent names of deps in bazel mod JSON output (#24847)
  • Don't show fixup warnings during bazel mod tidy (#24846)
  • Also apply --experimental_repository_downloader_retries to a SocketException (#24722)
  • Retry the cleanup of downloadAndExtract (#24665)
  • Record repo mapping entries for labels in module extension tags (#25115)

Java

  • Update embedded JDK to 21.0.5 (#24682)
  • java_launcher: Fix non-portable ofstream usage (#24725)

Performance

  • Do not invalidate remote metadata during action dirtiness check (#24941)
  • Remove allocation instrumenter jar and update version in docs (#24912)
  • Add bazel query --output_file option, which writes query results directly to a file, improving performance for large queries. (#24667)

Remote Execution

  • Include invocation ID in compact execution log (#24915)
  • Set oldest_content_accepted for remote downloader requests without the checksum (#24844)
  • Distinguish between input and output prefetching in request metadata (#25057)

Starlark Integration

  • Backport support for all attribute types in Starlark documentation extraction (#25093)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Lea, Keith Smiley, Mislav Mandaric, Pareesh Madan, Simon Thornington, and Xavier Bonaventura.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

7.5.0rc3

28 Jan 22:40
d4b904f
Compare
Choose a tag to compare
7.5.0rc3 Pre-release
Pre-release

Note

If you are looking for rolling releases, please visit this page.

Release 7.5.0rc3 (2025-01-28)

Bazel 7.5.0 is a minor LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

C++ / Objective-C

  • Remove empty coverage environment (#24835)

CLI

  • Report options with BoolOrEnumConverter as supporting --no... (#24908)
  • Mark --bazelrc as allows_multiple in flag docs (#24878)

Configurability

  • Deprecate the experimental_action_resource_set flag. (#24939)

Core

  • Use long instead of int for thread indices (#24866)

External Deps

  • Remove BUILD.bazel before symlinking when creating new_local_repository (#24900)
  • Explain why a module hasn't been found in any registry (#24881)
  • Include apparent names of deps in bazel mod JSON output (#24847)
  • Don't show fixup warnings during bazel mod tidy (#24846)
  • Also apply --experimental_repository_downloader_retries to a SocketException (#24722)
  • Retry the cleanup of downloadAndExtract (#24665)
  • Record repo mapping entries for labels in module extension tags (#25115)

Java

  • Update embedded JDK to 21.0.5 (#24682)
  • java_launcher: Fix non-portable ofstream usage (#24725)

Performance

  • Do not invalidate remote metadata during action dirtiness check (#24941)
  • Remove allocation instrumenter jar and update version in docs (#24912)
  • Add bazel query --output_file option, which writes query results directly to a file, improving performance for large queries. (#24667)

Remote Execution

  • Include invocation ID in compact execution log (#24915)
  • Set oldest_content_accepted for remote downloader requests without the checksum (#24844)
  • Distinguish between input and output prefetching in request metadata (#25057)

Starlark Integration

  • Backport support for all attribute types in Starlark documentation extraction (#25093)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Lea, Keith Smiley, Mislav Mandaric, Pareesh Madan, Simon Thornington, and Xavier Bonaventura.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.

7.5.0rc2

22 Jan 23:23
b34081e
Compare
Choose a tag to compare
7.5.0rc2 Pre-release
Pre-release

Note

If you are looking for rolling releases, please visit this page.

Release 7.5.0rc2 (2025-01-22)

Bazel 7.5.0 is a minor LTS release. It is fully backward compatible with Bazel 8.0 and contains selected changes by the Bazel community and Google engineers.

C++ / Objective-C

  • Remove empty coverage environment (#24835)

CLI

  • Report options with BoolOrEnumConverter as supporting --no... (#24908)
  • Mark --bazelrc as allows_multiple in flag docs (#24878)

Configurability

  • Deprecate the experimental_action_resource_set flag. (#24939)

Core

  • Use long instead of int for thread indices (#24866)

External Deps

  • Remove BUILD.bazel before symlinking when creating new_local_repository (#24900)
  • Explain why a module hasn't been found in any registry (#24881)
  • Include apparent names of deps in bazel mod JSON output (#24847)
  • Don't show fixup warnings during bazel mod tidy (#24846)
  • Also apply --experimental_repository_downloader_retries to a SocketException (#24722)
  • Retry the cleanup of downloadAndExtract (#24665)

Java

  • Update embedded JDK to 21.0.5 (#24682)
  • java_launcher: Fix non-portable ofstream usage (#24725)

Performance

  • Do not invalidate remote metadata during action dirtiness check (#24941)
  • Remove allocation instrumenter jar and update version in docs (#24912)
  • Add bazel query --output_file option, which writes query results directly to a file, improving performance for large queries. (#24667)

Remote Execution

  • Include invocation ID in compact execution log (#24915)
  • Set oldest_content_accepted for remote downloader requests without the checksum (#24844)

Refer to the full list of commits for more details.

Acknowledgements:

This release contains contributions from many people at Google, as well as Boleyn Su, Fabian Meumertzheim, Keith Lea, Keith Smiley, Mislav Mandaric, Pareesh Madan, Simon Thornington, and Xavier Bonaventura.

Notice: Bazel installers contain binaries licensed under the GPLv2 with Classpath exception. Those installers should always be redistributed along with the source code.

Some versions of Bazel contain a bundled version of OpenJDK. The license of the bundled OpenJDK and other open-source components can be displayed by running the command bazel license. The vendor and version information of the bundled OpenJDK can be displayed by running the command bazel info java-runtime. The binaries and source-code of the bundled OpenJDK can be downloaded from our mirror server.

Security: All our binaries are signed with our public key 3D5919B448457EE0.