v0.49.3
beads v0.49.3
Pre-compiled binaries for Linux, macOS (Intel & Apple Silicon), Windows (AMD64 & ARM64), Android/Termux (ARM64), and FreeBSD.
Installation
Homebrew (macOS/Linux):
brew install beads
Quick Install (macOS/Linux/FreeBSD):
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
Windows (PowerShell):
irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iex
Manual Install: Download the appropriate binary for your platform below, extract it, and place it in your PATH.
Changelog
Features
- 0b25ff24685018d8991ab5d9eb3b3898e33ad6d4 feat: make embedded Dolt the default, server mode opt-in
Bug Fixes
- a7cc4e15b208d1f1119c0ac4dbd119770ffb87f9 fix(dolt): eliminate all three-table joins that trigger mergeJoinIter panic
- 9234aa93a9019317ff9fe89886766c29b6adc79f fix(dolt): prevent mergeJoinIter panic on type-filtered queries
- 10797865b3b56bff00ed040560a6bbe5ba1367c3 fix(template): filter Handlebars keywords in extractVariables (#1411)
- 5d813290a17e62108d743297b01b535e09cac367 fix(tests): extract initConfigForTest helper to prevent config state pollution
- fe8d7c1f140d7fa1dffcd210d9d4f8f94082e4c2 fix: eliminate dolt split-brain root cause (B1+B2) and fix CGO build
- 987f5dba3aeff67bed6d41c5e046ee043a2d0601 fix: guard auto-import against nil pointer panic in dolt-native mode