Skip to content

0.16.0 - 2024-10-13

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 19:39
5896488

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

File Platform Checksum
dolos-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dolos-x86_64-apple-darwin.tar.xz Intel macOS checksum
dolos-x86_64-pc-windows-msvc.zip x64 Windows checksum
dolos-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dolos-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum