Skip to content

v0.33.0

Compare
Choose a tag to compare
@oddgrd oddgrd released this 16 Nov 12:33
· 58 commits to d928c9ceb0f977e6a65470e6a0b722ba008a7003 since this release
299a30d

Shuttle: v0.33.0 update

We're excited to release Shuttle v0.33.0! 🚀

Bug fixes

  • Fixed a bug where project restarts could lead to duplicated resource records being displayed in cargo shuttle resource list.

Other updates

  • Shortened aliases for commonly used commands are now visible in the cargo shuttle --help output.
  • Removed the cargo shuttle secrets command, the keys of Secrets for your project can now only be viewed with cargo shuttle resource list, or in the Shuttle web console.

Contributions

Upgrading

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

What's Changed

  • fix(cargo-shuttle): revert shuttle-common-tests to path dep by @oddgrd in #1375
  • misc(changelog): add link to releases page by @jonaro00 in #1378
  • feat(cargo-shuttle): make command-line aliases visible by @orhun in #1384
  • improvement: rocket 0.5.0-rc.4 by @sentinel1909 in #1379
  • misc: bump axum minimum version, bump otel crates by @jonaro00 in #1386
  • docs(readme): add note about CCH to README.md by @orhun in #1389
  • fix(gateway): use project_id argument when inserting project by @Kazy in #1387
  • feat: add limits and tier to jwt claim by @oddgrd in #1382
  • refactor: clean up deployer db resources, delete after sync to r-r, delete secrets command by @jonaro00 in #1376
  • feat(gateway): temporary conditional project limit increase by @jonaro00 in #1383
  • chore: v0.33.0 by @oddgrd in #1390

Full Changelog: v0.32.0...v0.33.0