Skip to content

v2026.32.4

Choose a tag to compare

@github-actions github-actions released this 06 Aug 01:36
· 48 commits to main since this release
0f13e04

Install Aspect CLI (MacOS and Linux)

curl -fsSL https://install.aspect.build | bash

Install with Homebrew (MacOS only)

brew install aspect-build/aspect/aspect

Pin this version in your repository

Create or update .aspect/version.axl at the root of your repository so
everyone (and CI) uses the same Aspect CLI version:

version("2026.32.4")

See https://aspect.build/docs/cli/version-pinning for the full reference.

Documentation: https://aspect.build/docs/cli/overview
Additional installation instructions: https://aspect.build/docs/cli/install

What's Changed

  • refactor: move the Bazel library under builtins/aspect/bazel/ by @jbedard in #1367
  • perf(bazel): filter build events send-side, add a heartbeat tick by @jbedard in #1366
  • feat(axl): add now_ms, hashable trait types, and in on ctx.traits by @jbedard in #1365
  • fix(axl): resolve rc command flags in ctx.bazel.info, surface its stderr by @gregmagolan in #1376

Full Changelog: 2026.32...v2026.32.4