Releases: bazelbuild/bazelisk
v1.28.0
Bazelisk v1.28.0 comes with a new feature and several improvements:
New Features (Go)
- Bazelisk now supports OS/architecture-specific Bazel wrappers (#696).
Bug Fixes & Improvements (Go)
- Properly handle
$PATHvalues containing a=(#720). $BAZELISK_BASE_URL: appendrcsuffix for release candidates (#722).- Fixed handling of powershell and batch wrappers (#732).
- Updated completion script filename for fish shell (#733).
$BAZELISK_BASE_URL: added a regression test (#734).- Docs now mention installation via
mise(#739). - Properly detect rolling release version in a rare edge case. (#745).
- Improved error when
completioncommand is not supported (#747). - Report a proper exit code when Bazel is terminated by a signal and use
execforbazelisk runon Unix (#757).
Bug Fixes & Improvements (JavaScript)
- Wait for graceful exit of child process during shutdown (#730).
We’d like to thank our amazing contributors @cerisier, @chrisirhc, @hagl, @jmmv, @jwnimmer-tri, @jylenhof, @oxidase and @valco1994!
v1.27.0
Bazelisk v1.27.0 comes with a few improvements:
New Features (Go)
- Bazelisk now offers the
bazelisk completion bash/fishcommand to print shell completion scripts for the current Bazel version (#706).
Bug Fixes & Improvements (Go)
- Allow
--bisectto be interrupted (#692).
We’d like to thank our amazing contributors @chenrui333, @fmeum, @jln-ho, @kolloch and @thii!
v1.26.0
Bazelisk v1.26.0 comes with several improvements:
New Features (Go)
- Implemented option to disable format URL support (#662).
Bug Fixes & Improvements (Go)
- Fixed a bug that prevented Bazelisk from being used as a Go dependency via gazelle's
go_depsextension (#649). - Improved signal handling (#657, #658).
- Improved documentation on how to install Bazelisk on Windows (#668).
- Restored debugging symbols in Windows binaries (#669).
- Improved
--migratemode (#678).
We’d like to thank our amazing contributors @albertocavalcante, @bduffany, @fmeum and @tats-u!
v1.25.0
Bazelisk v1.25.0 comes with several improvements:
New Features (Python)
- Added support for
.bazeliskrcfiles (#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 versionnow 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
Bazelisk v1.24.1 is a patch release with some minor fixes:
Bug Fixes & Improvements
bisectnow 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
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 existing7.xidentifier which only matches releases, but not candidates (#636).
We’d like to thank our amazing users & contributors!
Known issue: #640
v1.23.0
Bazelisk v1.23.0 comes with several improvements related to downloads:
Bug Fixes & Improvements
- Improved download error messages (#624)
- Fixed
INTERNAL_ERRORproblems 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
v1.22.0
Bazelisk v1.22.0 comes with several significant changes:
New Features (Go)
- Bazelisk sets the
BAZELISKenv variable so that scripts can detect whether they're running under Bazelisk (#612) --bisectnow supports finding the first fixing commit by prefixing the range with~(#613)
Removed Features (Go)
- Removed support for
last_downstream_greensince the downstream pipeline stopped producing green commits some time ago.
Bug Fixes & Improvements
- Improved
last_greensupport (#614)
We’d like to thank our amazing contributors @fmeum and @jwnimmer-tri!
v1.21.0
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_DIRECTORYallows users to specify paths other than the defaulttools/bazellocation (#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
.bazelversionfiles (#576)
We’d like to thank our amazing contributors @albertocavalcante, @API92, @jwnimmer-tri, @keith and @mzapotoczny!