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!