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 beadsQuick Install (macOS/Linux/FreeBSD):
curl -sSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/steveyegge/beads/main/install.ps1 | iexManual Install:
Download the appropriate binary for your platform below, extract it, and place it in your PATH.
Changelog
Features
- 0b25ff2 feat: make embedded Dolt the default, server mode opt-in
Bug Fixes
- a7cc4e1 fix(dolt): eliminate all three-table joins that trigger mergeJoinIter panic
- 9234aa9 fix(dolt): prevent mergeJoinIter panic on type-filtered queries
- 1079786 fix(template): filter Handlebars keywords in extractVariables (#1411)
- 5d81329 fix(tests): extract initConfigForTest helper to prevent config state pollution
- fe8d7c1 fix: eliminate dolt split-brain root cause (B1+B2) and fix CGO build
- 987f5db fix: guard auto-import against nil pointer panic in dolt-native mode