Shuttle: v0.38.0 update
We're excited to release Shuttle v0.38.0! 🚀
AWS RDS pricing
Our AWS RDS instances will from now be a paid add-on instead of a Pro feature. Emails with more information and instructions will be sent out to everyone who uses RDS.
All users can now sign up for AWS RDS in the billing section in the Console.
shuttle-turso
now uses the libsql
crate
The new and improved replacement for libsql-client
is now used, which introduces some breaking changes. The resource output is now a libsql::Connection
. Check out the updated docs for more. Thanks @Mouwrice for the contribution!
Other updates
- The Shuttle crates’ minimum support Rust version (MSRV) is now officially set to 1.75. Future bumps to the MSRV will be announced in release notes. Enjoy those async traits!
- Fixed a bug where cloning a template with a workspace incorrectly set the project name in the workspace manifest.
Upgrading
Refer to the upgrading docs for how to upgrade your projects.
What's Changed
- fix: remove common_tests dep from common by @jonaro00 in #1537
- fix(gateway): rename scope field to shuttle.project.name by @oddgrd in #1538
- fix: qdrant docker image name by @jonaro00 in #1539
- chore: remove shuttle-poise by @jonaro00 in #1541
- fix(otel): increase trace_buffer for dd exporter by @Kazy in #1587
- nit: small nitpicks by @jonaro00 in #1544
- chore: remove panamax and deck-chores by @jonaro00 in #1540
- feat(shuttle-turso)!: replace
libsql-client
crate with the new and improvedlibsql
crate by @Mouwrice in #1531 - chore: remove utopia openAPI docs by @jonaro00 in #1588
- docs(shuttle-libsql): update docs for turso libsql change by @Mouwrice in #1591
- feat: write a wrapper for the provisioner to call gw and r-r clients by @chesedo in #1585
- gateway: add operation_name field for task polling by @iulianbarbu in #1590
- docs: Update README by @jonaro00 in #1594
- misc: remove session by @chesedo in #1596
- feat: limit concurrent active cch23 projects by @jonaro00 in #1589
- fix(cargo-shuttle): set name in Shuttle.toml when cloning a workspace by @jonaro00 in #1599
- chore: disable unused builder service until it is needed by @jonaro00 in #1542
- feat: have
auth
handle new subscriptions by @chesedo in #1597 - chore: v0.38.0 by @jonaro00 in #1598
New Contributors
Full Changelog: v0.37.0...v0.38.0