Skip to content

v0.9.0 - 2026-08-02

Choose a tag to compare

@github-actions github-actions released this 02 Aug 14:33

Release Notes

Features

  • (engine) refuse a gate approval its schema rejects - (fa53cfe) - Josey Morton
  • (runtime) let a declared idempotency key hold across runs - (dc396ac) - Josey Morton
  • (store) make the event log tamper-evident, for real - (745b3a3) - Josey Morton
  • (tools) declare an idempotency key in the agent file - (e006c12) - Josey Morton

Bug Fixes

  • (cli) the seven paper cuts a field-test round surfaced - (16f6c59) - Josey Morton
  • (npm) install a killable binary, not a Node wrapper - (b4ec79d) - Josey Morton

Documentation

  • make the idempotency key findable from where it is promised - (e9ba9a7) - Josey Morton
  • say how the key, the npm binary, and the cross-run guarantee work - (509bbcd) - Josey Morton
  • point the readme at salvor.run - (d2bdd9f) - Josey Morton

Build system

  • regenerate release facts at bump time, accept the one-ahead state - (0d68cd0) - Josey Morton

Install salvor-cli 0.9.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/joseym/salvor/releases/download/v0.9.0/salvor-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/joseym/salvor/releases/download/v0.9.0/salvor-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install joseym/tap/salvor

Download salvor-cli 0.9.0

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