Release 6.4.0rc1 (2023-09-20)
Baseline: 0f231ac8acabcd8aa309da041c98ab90a1552418
Release Notes:
- Support multiple remote execution digest functions (#19042)
- Release 6.4.0 remote (#18959)
- Move BazelFileSystemModule into bazel package (#19043)
- Fix a bug where frozen targets list was mutated while expanding env attribute (#19053)
- Mark isolated extension usages as experimental (#19065)
- Add the remote_require_cached flag (#19075)
- Advertise CcInfo from cc_import (#19086) (#19088)
- Update java_tools version to 12.6 (#19092)
- Set the digest_function field as part of all relevant gRPC requests (#19049)
- Merge
use_repo
buildifier fixups into a single command (#19134)
- Ensure that extension unique names followed by
~
are prefix-free (#19164)
- Lockfile updates & fixes (#19153)
- Switch xcode_autoconf to use ‘configure = True’ (#19174)
- Cherry pick Add a Starlark flag that allows disabling proguard. This will be useful for testing later. (#19179)
- Update CODEOWNERS for 6.4.0 (#19194)
- Friendlier error message for
bazel_dep
s without version
(#19196)
- Always check
$config_dependencies
visibility at use (#19197)
- Add support for the BLAKE3 digest function (#19191)
- Enable cc toolchain resolution when cross compiling to windows arm64. (#19198)
- Ensure disk cache root exists (#19225)
- Fix valid json when using jsonproto output in queries with new
--ouput=streamed_jsonproto
implementation. (#19226)
- Add toolchain type for Java bootstrap runtime (#19220)
- Add Starlark implementation for several CcCommon methods. (#19076)
- Rename
cc_test_wrapper
to cc_test
(#19231)
- Cherry-pick commits to fix a Windows issue (#19232)
- Add support for more workspace boundary files to bash completion (#19281)
- Use
debugPrint
instead of str
for fail
arguments (#19283)
- Include name in
repr
of exported rule
s (#19229)
- Download
BazelRegistryJson
only once per registry (#19300)
- Make module extension tag’s
debugPrint
useful for error messages (#19285)
- Intern repository mapping entries (#19293)
- Add
additional_linker_inputs
option to cc_library
rule (#19264)
- Do not rerun module extensions when only imports or locations change (#19284)
- Add profiling for Bzlmod operations (#19313)
- Retry on javax.net.ssl.SSLException … BAD_DECRYPT (#19346)
- Fetch
RepoSpecs
in parallel (#19354)
- Make
MODULE.bazel.lock
deterministic (#19370)
- Ensure lockfile is updated after reset to pre-build state (#19371)
- build-runfiles: remove temporary file prior to creating it (#19386)
- Always fail on unknown attributes (#19404)
- Ignore Starlark options on commands with
allowResidue = False
(#19417)
- Separate PackageSpecificationProvider from its target (PackageGroupConfiguredTarget) (#19420)
- Expose PackageSpecificationInfo provider as a top level symbol (#19422)
- Revert “Report remote execution messages as events” (#19415)
- [6.4] Add –incompatible_disable_objc_library_transition (#19393)
- Create .bazelversion to address postsubmit timeout issues (#19435)
- Add
contains
method inside PackageSpecificationProvider
(#19425)
- Wrong include path to Clang 16 on Windows (#19430)
- Simplify release notes by just printing the first line of the commit … (#19448)
- Remove PackageGroupConfiguredTarget.isAvailableFor function (#19444)
- Remove default -s flag from macOS libtool invocation (#19454)
- Turn off lockfile feature by default (#19462)
- Take the no-remote-exec tag into account when computing the action salt (#19457)
- Add
--incompatible_merge_fixed_and_default_shell_env
(#19319)
- Improve error when a label is provided in
config_setting
’s values
(#19484)
- Mark tool inputs in the execution log. (#19483)
- Add visionOS support (#19436)
- Intern empty
Depset
s (#19443)
- Do not allow applicable_licenses on platform. (#19426)
- Cherry pick Bzlmod fixes (#19494)
- Optimize classpath pre-processing in java_stub_template.txt (#19491)
- Add output name to CacheNotFoundException (#19452)
- feat: add option to exit early if analysis cache is discarded (#19503)
- Cherry pick platform dependent lockfile (#19498)
- Print Passed and Failed methods in detailed test summary (#19505)
- Add formatted timestamp entries to volatile workspace status file. (#19499)
- Write an explicit line ending to the lockfile (#19519)
- Only use
/showIncludes
if supported (#19521)
- Also apply
NestedSet
optimizations to Depset
(#19492)
- Add diff_against_dynamic_baseline option to experimental_output_direc… (#19514)
- Update java_tools to v12.7 (#19522)
- Advertise CcInfo from cc_proto_library (#19534)
- Update unknown Xcode version error message and provide an environment variable to force re-evaluation (#19540)
- Print dep chain leading to a module that is in error (#19543)
- Show fetch progress for the
mod
command (#19542)
- Revert “Switch xcode_autoconf to use ‘configure = True’ (#19174)” (#19550)
- Explain the use of
str(Label(...))
in the docs (#19554)
- Add
--consistent_labels
flag to all query commands (#19567)
Acknowledgements:
This release contains contributions from many people at Google, as well as Andreas Herrmann, bazel.build machine account, Brentley Jones, buildbreaker2021, Chirag Ramani, Ed Schouten, Fabian Meumertzheim, George Gensure, Greg, Julio Merino, Keith Smiley, Matt Mackay, NelsonLi0701, nglevin, Nicholas Junge, oquenchil, Orion Hodson, Roman Salvador, Ted Kaplan, Tyler Williams, Xùdōng Yáng.
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.
Index of files