Shuttle: v0.43.0 update
This is mainly a bugfix release, and no upgrade is required. We are working on several upcoming features behind the scenes, so stay tuned!
Updates
cargo-shuttle
now has a global--debug
flag that enables debug logging.- Made
cargo-shuttle
fail fast when encountering an API error, instead of retrying up to 3 times. - Fixed a small downtime in the logger service that happened when new versions of Shuttle were deploying.
- Fixed a bug where having a non-std
Result
type in scope would make theshuttle_runtime::main
macro fail. - (released in
shuttle-turso 0.42.1
) Fixed the connection behaviour when connecting to a remote URL on local runs.
Contributions
- @Jaco-Minnaar bumped
shuttle-turso
to uselibsql 0.3.1
#1694 shuttle-hq/shuttle-examples#159
Upgrading
Refer to the upgrading docs for how to upgrade your projects.
What's Changed
- chore: remove e2e crate, update development docs by @jonaro00 in #1684
- chore: remove secrets, metadata crates by @jonaro00 in #1688
- feat: update services api client by @jonaro00 in #1695
- feat: permit client skeleton by @jonaro00 in #1696
- feat: basic Permit client with tests by @chesedo in #1693
- refactor: shuttle-common/backend -> shuttle-backends by @jonaro00 in #1698
- fix(logger): don't block when deleting old logs by @jonaro00 in #1690
- feat(cargo-shuttle): remove retry client, add version header by @jonaro00 in #1691
- feat(cargo-shuttle): --debug by @jonaro00 in #1689
- ci: filter jobs based on if PR is from fork by @jonaro00 in #1700
- feat: permit pdp in docker stack by @jonaro00 in #1697
- fix(shuttle-turso): use open_remote when using local_addr by @jonaro00 in #1701
- chore: update libsql dep by @Jaco-Minnaar in #1694
- feat: auth sync users with permit by @chesedo in #1703
- fix(codegen): use full path for std types by @jonaro00 in #1702
- feat: generated Permit client, project permission logic by @jonaro00 in #1699
- feat: gateway command to sync permit by @jonaro00 in #1705
- chore: v0.43.0 by @jonaro00 in #1710
New Contributors
- @Jaco-Minnaar made their first contribution in #1694
Full Changelog: v0.42.0...v0.43.0