Skip to content

v0.44.0

Compare
Choose a tag to compare
@oddgrd oddgrd released this 23 Apr 10:50
· 11 commits to 855837374728ae20bcc88b6614d94b49921dee73 since this release
8a1b1ce

Shuttle: v0.44.0 update

Improvements to cargo shuttle logs

Until this point, it has only been possible to fetch all the logs for a deployment. Following this release, after upgrading your cargo-shuttle CLI, you will be able to:

  • Fetch the last n log lines with cargo shuttle logs --tail <n>.
  • Fetch the first n log lines with cargo shuttle logs --head <n>.
  • Fetch all the logs lines with cargo shuttle logs --all. Note that this is capped at 4 MiB of log lines.

Thanks to @biplab5464 for contributing this new functionality!

Breaking changes

  • The version of poem in shuttle-poem has been increased to 3.0.
  • The return type of the turso resource in shuttle-turso has been changed to the Database type, which makes it possible to work around the bug described in #1746.

Bug fixes

  • The shuttle_service::Environment enum is now correctly re-exported from shuttle_runtime.

Other updates

  • We made improvements to the errors returned from the control plane, that should make it easier to resolve some common failures.

Contributions

Upgrading

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

What's Changed

New Contributors

Full Changelog: v0.43.0...v0.44.0