Skip to content

Releases: bazelbuild/bazelisk

v1.25.0

10 Dec 17:08
8eec345
Compare
Choose a tag to compare

Bazelisk v1.25.0 comes with several improvements:

New Features (Python)

  • Added support for .bazeliskrc files (#494).

Bug Fixes & Improvements (Go)

  • Made it easier for other tools to use Bazelisk's core logic to locate (and download) Bazel binaries (#635).
  • Fixed errors when multiple Bazelisk instances were running in parallel (#638).
  • Improved signal handling (#642).
  • bazelisk version now also prints the Bazelisk version even if startup flags are set (#646).

Weโ€™d like to thank our amazing contributors @hauserx, @jwnimmer-tri and @shs96c!

v1.24.1

25 Nov 17:13
801dd34
Compare
Choose a tag to compare

Bazelisk v1.24.1 is a patch release with some minor fixes:

Bug Fixes & Improvements

  • bisect now accepts Bazel release branch names (#633).
  • Improved error message when LTS binaries are missing (#639).
  • Fixed a performance regression caused by too many unnecessary HTTP requests, which was introduced in v1.24.0 (#641).

Weโ€™d like to thank our amazing users & contributors!

v1.24.0

20 Nov 16:17
1f492e5
Compare
Choose a tag to compare

Bazelisk v1.24.0 comes with a new feature:

New Features (Go)

  • Implemented support for a new wildcard version identifier: Users may now specify a version like 7.* that refers to the latest release or candidate from the given LTS track. Please note that this is different from the existing 7.x identifier which only matches releases, but not candidates (#636).

Weโ€™d like to thank our amazing users & contributors!

Known issue: #640

v1.23.0

05 Nov 16:50
22d3367
Compare
Choose a tag to compare

Bazelisk v1.23.0 comes with several improvements related to downloads:

Bug Fixes & Improvements

  • Improved download error messages (#624)
  • Fixed INTERNAL_ERROR problems caused by improper handling of HTTP responses during retries (#627)

Weโ€™d like to thank our amazing contributors @jjmaestro and @jwnimmer-tri!

v1.22.1

21 Oct 16:49
2f239be
Compare
Choose a tag to compare

Bazelisk v1.22.1 is a patch release with the following changes:

Bug Fixes & Improvements

  • Multiple instances of Bazelisk can now run concurrently without causing problems (#616).

Weโ€™d like to thank our amazing contributor @sushain97!

v1.22.0

30 Sep 12:48
d22deda
Compare
Choose a tag to compare

Bazelisk v1.22.0 comes with several significant changes:

New Features (Go)

  • Bazelisk sets the BAZELISK env variable so that scripts can detect whether they're running under Bazelisk (#612)
  • --bisect now supports finding the first fixing commit by prefixing the range with ~ (#613)

Removed Features (Go)

  • Removed support for last_downstream_green since the downstream pipeline stopped producing green commits some time ago.

Bug Fixes & Improvements

  • Improved last_green support (#614)

Weโ€™d like to thank our amazing contributors @fmeum and @jwnimmer-tri!

v1.21.0

06 Sep 17:09
22bef8d
Compare
Choose a tag to compare

Bazelisk v1.21.0 comes with several significant changes:

New Features (Go)

  • Users can set an OS-specific Bazelisk home directory, e.g. via BAZELISK_HOME_WINDOWS (#474)
  • BAZELISK_WRAPPER_DIRECTORY allows users to specify paths other than the default tools/bazel location (#567)
  • BAZELISK_HOME: Environment variables as well as the tilde sign are now properly expanded (#587)
  • Bazelisk can fetch Linux ARM64 Bazel binaries built for commits (#604)

Bug Fixes & Improvements

  • The Python version properly handles empty lines in .bazelversion files (#576)

Weโ€™d like to thank our amazing contributors @albertocavalcante, @API92, @jwnimmer-tri, @keith and @mzapotoczny!

v1.20.0

10 May 15:58
24651ab
Compare
Choose a tag to compare

Bazelisk v1.20.0 comes with several significant changes:

New Features

  • The Go version now supports BAZELISK_NOJDK (#531)

Bug Fixes & Improvements

  • It's now easier to use Bazelisk programmatically (#500, #526)
  • Bazelisk will retry more connection errors (#529, #530)
  • A display bug in the download progress bar has been fixed (#539)

Weโ€™d like to thank our amazing contributors @afq984, @comius, @francine-blanc, @illicitonion, @jwnimmer-tri, @LINKIWI, @mmorel-35 and @sf-jbazuzi!

v1.19.0

16 Nov 19:03
c7c6c19
Compare
Choose a tag to compare

Bazelisk v1.19.0 comes with two significant changes:

  • MODULE.bazel and REPO.bazel files are now obeyed (#503)
  • Users will see a progress bar during binary downloads (#511)

Weโ€™d like to thank our amazing contributors @crncnnr and @katre!

v1.18.0

21 Aug 14:00
3f0897a
Compare
Choose a tag to compare

Bazelisk v1.18.0 contains some bug fixes and internal cleanups. Most notably, it uses consistent Bazel paths to avoid spurious rebuilds when downloading the same Bazel binary from a different mirror (#465).

Weโ€™d like to thank our amazing contributors @alexeagle, @fmeum, @illicitonion, @sluongng and @wisechengyi!