github bazelbuild/bazel 6.5.0rc2
6.5.0 RC2

latest releases: 7.2.1, 8.0.0-pre.20240607.2, 7.2.1rc2...
pre-release5 months ago

Note

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

General

  • Fix tree file materialized as symlink to another file when building without the bytes. (#20409)
  • Fix bootstrapped Bazel binary (#20804)
  • Ignore read-only errors when updating the mtime of the install_base (#20568)

C++ / Objective-C

  • Fix versioned shared libraries for macOS toolchain (#20847)

Configurability

  • Flip --incompatible_visibility_private_attributes_at_definition (#20520)
  • Implemented --incompatible_enable_proto_toolchain_resolution (#20925)

External Dependencies

  • Restart at most once when prepopulating repository rule environment (#20667)

Java

  • Don't pass --add-opens= to javac (#20472)

Remote Execution

  • RemoteSpawnRunner: record inbetween phases in timing profile (#20550)
  • Add profiling to remoteActionBuildingSemaphore.acquire() (#20549)
  • Add flag experimental_throttle_remote_action_building (#20861)

Starlark / Build API

  • Various methods and fields related to labels and repos are deprecated in favor of new options with clearer naming and intent. The deprecated APIs can be disabled by setting --noincompatible_enable_deprecated_label_apis. (#20590)
    • native.repository_name() is deprecated in favor of the new native.repo_name().
    • Label.workspace_name is deprecated in favor of the new Label.repo_name.
    • Label.relative() is deprecated in favor of the new Label.same_package_label() alongside the existing native.package_relative_label() and Label().

Don't miss a new bazel release

NewReleases is sending notifications on new releases.