v1.1.0-rc.2
v1.1.0-rc.2
Release Notes
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.ps1scripts, 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/[email protected]
# For embedded Dolt support:
CGO_ENABLED=1 GOFLAGS=-tags=gms_pure_go go install github.com/steveyegge/beads/cmd/[email protected]
When you are done validating, return to the stable release through your normal
channel (e.g. brew upgrade beads).
Changelog
Features
- 9626f4f1acf80e8e367cc98a0d5c9e6f680b802d feat(gate): state-aware smart remote-migrate gate (#4516)
- 9ee97c264c88351a6a394733db69c8181a6798de feat(remember): pave the read desire path — bare existing key recalls instead of writing
- ba09472ddda6ad92ac97ddb93924a7afa2a751eb feat(storage): backend-agnostic conformance test suite (#4414)
Bug Fixes
- 43a158b49964bc60d9651924c45ee982b28f6662 fix(gate): make the remote-migrate gate agent-safe, not a footgun (#4515)
- 48a2632be0833864c40879fb6b865e7fed610720 fix(release): branch install header for prerelease vs stable (#4530)
- 950aa5abe080b4f9c98cae6d93360e808c140011 fix(remember): refuse to clobber a memory when content is its own key
- 5589e3f6d8336403612122be9b0953eacd654984 fix(schema): repair migration-state drift that breaks v53 upgrades (#4502, #4534) (#4538)
- b3a29a78cc2c7e9d1d3f01cbeaccc0f0a91bbc35 fix(scripts): document CGO override + stderr-warn in CLI docgen guard (#4532)
- 7cee978bbbc3b810ec01fe1467b816f641eb55cd fix(storage): fail fast on writable opens of a schema-newer DB (#4531)
Others
- 2b1436f02ecc7e20e651a722f228b2a2cae58af9 build(goreleaser): remove orphaned homebrew brews block (#4527)
- bc9f10a5bc166cee3b675efa5c3507d5222e1244 chore(release): prep v1.1.0-rc.2 (#4540)
- e311a5bc34d592f661afa20a1cc56396320690a9 docs(upgrade): add validated recipe for remote-backed / multi-clone upgrades (#4514)