Release Notes
🚀 Features
- Introduce direct snapshot bootstrap (#336)
- Automate WAL housekeeping procedure (#347)
- Allow manual wal pruning via CLI (#349)
- Ask for history pruning during init (#351)
- Improve bootstrap experience (#353)
- Trigger bootstrap right after init (#354)
🐛 Bug Fixes
- Fix typo in bootstrap question (#271)
- Fix build / lint issues (#346)
- Make CORS config optional (#348)
- Avoid crashing on WAL pruning edge case (#350)
- Use saturating substract in housekeeping logic (#355)
📚 Documentation
- Add reference to wal history setting (#352)
⚙️ Miscellaneous Tasks
- Update blaze docs with latest version (#338)
- Add support for CORS in gRPC-web (#339)
- Fix lint warnings (#356)
Install dolos 0.16.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/dolos/releases/download/v0.16.0/dolos-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/txpipe/dolos/releases/download/v0.16.0/dolos-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install txpipe/tap/dolos
Download dolos 0.16.0