Releases: buildbuddy-io/bazel
Releases · buildbuddy-io/bazel
5.0.20
- Built with gazelle v0.32.0 and rules_go v0.41.0 to support using the
@org_golang_google_genproto
for generated code from the Google APIs, as explained here.
5.0.19
- Add support for overriding the bazel version via environment variable when running the CLI under bazelisk (using the
BB_USE_BAZEL_VERSION
env variable)
- Fix bazel progress output getting interspersed with test runner outputs
5.0.18
- Deduplicate
--bazelrc
args to match Bazel's behavior
5.0.17
- Fix
--bazelrc
and --host_jvm_args
parsing in startup options
5.0.10
- BREAKING CHANGE: stderr and stdout streams are no longer merged into a single stream.
handle_bazel_output
plugins now only see Bazel's stderr output. This fixes several issues related to difficulty in parsing stdout, in which Bazel's stderr contents would be interspersed with the output.