Download Latest Version cargo-shuttle-v0.57.3-x86_64-apple-darwin.tar.gz (21.9 MB)
Email in envelope

Get an email when there's a new version of Shuttle

Home / v0.57.0
Name Modified Size InfoDownloads / Week
Parent folder
cargo-shuttle-v0.57.0-aarch64-apple-darwin.tar.gz 2025-09-11 21.2 MB
cargo-shuttle-v0.57.0-aarch64-unknown-linux-musl.tar.gz 2025-09-11 22.7 MB
cargo-shuttle-v0.57.0-x86_64-apple-darwin.tar.gz 2025-09-11 22.0 MB
cargo-shuttle-v0.57.0-x86_64-pc-windows-msvc.tar.gz 2025-09-11 20.3 MB
cargo-shuttle-v0.57.0-x86_64-unknown-linux-gnu.tar.gz 2025-09-11 23.7 MB
cargo-shuttle-v0.57.0-x86_64-unknown-linux-musl.tar.gz 2025-09-11 23.9 MB
README.md 2025-09-11 3.0 kB
v0.57.0 source code.tar.gz 2025-09-11 1.6 MB
v0.57.0 source code.zip 2025-09-11 1.7 MB
Totals: 9 Items   137.1 MB 0

Updates

  • Deprecated shuttle-tide and shuttle-thruster and removed their hello-world templates. To continue using the frameworks in newer runtime versions, copy their Service implementation into your own code.
  • Updates to service and resource dependencies:
    • Bump salvo to 0.83
    • Bump warp to 0.4
    • Bump async-openai to 0.29
    • Bump opendal to 0.54
    • Bump diesel-async to 0.6
    • Bump libsql to 0.9
  • Added new command aliases: shuttle i for init, shuttle r for run, shuttle d for deploy (depl is the alias for deployment subcommands)
  • CLI now shows the native output from the cargo subprocess when building, and better printouts for other CLI operations
  • Added experimental build command and --docker flag for simulating the platform’s Docker builds. Feedback appreciated.
  • Unified how the run (build) and deploy commands gather flags for the cargo build command
  • Improved how cargo metadata is gathered, speeding up project-related commands
  • Various improvements to the Shuttle MCP server
  • Fixed a bug in runtime where the runtime would exit if an invalid HTTP request arrived on the health check port. Now logs an error instead.
  • Bump MSRV to 1.86

Upgrading

Refer to the upgrading docs for how to upgrade your projects.

What's Changed

Full Changelog: https://github.com/shuttle-hq/shuttle/compare/v0.56.6...v0.57.0

Source: README.md, updated 2025-09-11