Skip to content

v0.5.2 - 2026-07-27

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:40

Release Notes

Features

  • (salvor) make the umbrella crate a real facade over the family - (9659b59) - Josey Morton
  • (sdks) move the TypeScript client to the salvor-run scope and align SDK versions - (1ded75d) - Josey Morton

Bug Fixes

  • (sdks) correct the Python example and stop exporting an implementation import - (c08c3a0) - Josey Morton
  • (sdks) keep personal notes out of published packages and read the version from metadata - (5784797) - Josey Morton

Documentation

  • put the published packages ahead of the checkout in every install path - (a725dd9) - Josey Morton

Continuous Integration

  • publish the crate family on a version tag with trusted publishing - (977ca3f) - Josey Morton
  • publish the TypeScript client to npm on a version tag - (712c813) - Josey Morton
  • publish the Python SDK to PyPI on a version tag - (7758102) - Josey Morton
  • publish the npm installer package on release - (cc2f0db) - Josey Morton
  • keep the injected build steps out of the workflows directory - (f81f204) - Josey Morton
  • stop attempting publishes that have no credentials - (e5bbe1e) - Josey Morton

Miscellaneous Chores

  • remove the superseded Leptos dashboard - (5d86b7d) - Josey Morton

Install salvor-cli 0.5.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries via Homebrew

brew install joseym/tap/salvor

Install prebuilt binaries into your npm project

npm install @salvor-run/cli@0.5.2

Download salvor-cli 0.5.2

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