github shuttle-hq/shuttle v0.57.0

latest release: v0.57.1
13 hours ago

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: v0.56.6...v0.57.0

Don't miss a new shuttle release

NewReleases is sending notifications on new releases.