Skip to content

v2.5.4

Choose a tag to compare

@pirate pirate released this 16 May 21:59
· 52 commits to main since this release
66c2ece

Highlights

  • Re-rooted the Go module at github.com/ArchiveBox/abxbus/v2 so Go consumers can use the normal repository tags instead of Go-only abxbus-go/... tags.
  • Kept the Go package import path as github.com/ArchiveBox/abxbus/v2/abxbus-go and updated Go tests, workflows, and docs to match.
  • Bumped Python, TypeScript, Rust, and Go versions together to 2.5.4.
  • Preserved the optional-integration dependency boundary: the Go core module still requires only github.com/google/uuid, and OTEL/bridge dependencies remain outside required deps.

Validation

  • uv run prek run --all-files
  • go test ./...
  • uv build
  • pnpm --dir abxbus-ts build
  • cargo build --manifest-path abxbus-rust/Cargo.toml --all-features