Download Latest Version beads_1.2.2_windows_amd64.zip (49.9 MB)
Email in envelope

Get an email when there's a new version of Beads

Home / v1.2.2
Name Modified Size InfoDownloads / Week
Parent folder
beads-v1.2.2.spdx.json 2026-08-15 1.1 MB
checksums.txt 2026-08-15 780 Bytes
beads_1.2.2_darwin_amd64.tar.gz 2026-08-15 49.5 MB
beads_1.2.2_darwin_arm64.tar.gz 2026-08-15 44.8 MB
beads_1.2.2_freebsd_amd64.tar.gz 2026-08-15 28.7 MB
beads_1.2.2_windows_arm64.zip 2026-08-15 27.5 MB
beads_1.2.2_windows_amd64.zip 2026-08-15 49.9 MB
beads_1.2.2_android_arm64.tar.gz 2026-08-15 28.2 MB
beads_1.2.2_linux_arm64.tar.gz 2026-08-15 45.6 MB
beads_1.2.2_linux_amd64.tar.gz 2026-08-15 49.1 MB
README.md 2026-08-15 1.8 kB
v1.2.2 source code.tar.gz 2026-08-15 5.8 MB
v1.2.2 source code.zip 2026-08-15 7.5 MB
Totals: 13 Items   337.7 MB 3

Recovery release

v1.2.0 and v1.2.1 were published by accident on 2026-08-11 without release testing. v1.2.2 supersedes them by re-releasing the tested 1.1 line — it is the v1.1.2 code under a higher version number, so every install channel moves forward onto tested code. The 1.2.x-only features (work leases, the events journal, sync federation, the HTTP API server, provenance events) are not in this release; they will return in a properly tested future release.

If you ran v1.2.1 and see a "schema version mismatch" error

Running the v1.2.1 binary even once migrated your local database schema from v53 to v65, and this binary stops with:

schema version mismatch: database is at v65, binary knows up to v53 (12 migrations ahead)

The fix takes about two minutes — see the recovery guide: docs/RECOVERY-1.2.1.md

  • Recommended: roll the schema cursor back to v53 (one dolt sql command; the guide has copy-paste steps; works even for databases created by 1.2.1).
  • Need bd this minute: BD_IGNORE_SCHEMA_SKEW=1 bd <command> is a verified-safe stopgap for this schema range.
  • Upgrade every machine/clone to v1.2.2 before recovering — a leftover 1.2.1 binary will silently re-migrate the database.

Other changes vs v1.1.2

  • The schema-mismatch error now recognizes the accidental-release window and points at the recovery guide instead of advising "install the latest release."
  • go.mod retracts v1.2.1, v1.2.0, and v1.1.1 so go install github.com/steveyegge/beads/cmd/bd@latest resolves here.

Validated by the v1.2.2-rc.1 pipeline run plus a 21-point release verification (scripts/release-verification-1.2.2.sh) against real v1.2.1-migrated databases.

Source: README.md, updated 2026-08-15