github gastownhall/beads v1.1.0-rc.2

pre-release3 hours ago

beads v1.1.0-rc.2

Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.

Installation (release candidate)

This is a prerelease for validation. The stable install channels —
Homebrew, the install.sh / install.ps1 scripts, npm, and PyPI —
intentionally keep serving the latest stable release, so they will not
install this RC. Use one of the methods below.

Manual download (recommended):
Download the archive for your platform from the Assets below, extract it,
and place bd on your PATH.

Go install (pinned to this RC):

go install github.com/steveyegge/beads/cmd/bd@v1.1.0-rc.2
# For embedded Dolt support:
CGO_ENABLED=1 GOFLAGS=-tags=gms_pure_go go install github.com/steveyegge/beads/cmd/bd@v1.1.0-rc.2

When you are done validating, return to the stable release through your normal
channel (e.g. brew upgrade beads).

Changelog

Features

  • 9626f4f feat(gate): state-aware smart remote-migrate gate (#4516)
  • 9ee97c2 feat(remember): pave the read desire path — bare existing key recalls instead of writing
  • ba09472 feat(storage): backend-agnostic conformance test suite (#4414)

Bug Fixes

  • 43a158b fix(gate): make the remote-migrate gate agent-safe, not a footgun (#4515)
  • 48a2632 fix(release): branch install header for prerelease vs stable (#4530)
  • 950aa5a fix(remember): refuse to clobber a memory when content is its own key
  • 5589e3f fix(schema): repair migration-state drift that breaks v53 upgrades (#4502, #4534) (#4538)
  • b3a29a7 fix(scripts): document CGO override + stderr-warn in CLI docgen guard (#4532)
  • 7cee978 fix(storage): fail fast on writable opens of a schema-newer DB (#4531)

Others

  • 2b1436f build(goreleaser): remove orphaned homebrew brews block (#4527)
  • bc9f10a chore(release): prep v1.1.0-rc.2 (#4540)
  • e311a5b docs(upgrade): add validated recipe for remote-backed / multi-clone upgrades (#4514)

Don't miss a new beads release

NewReleases is sending notifications on new releases.