Shuttle: v0.55.0 update
Shuttle + Rama 0.2 integration
Thanks to @GlenDC, a new service crate shuttle-rama
has been added, which allows running Rama services on Shuttle! Check out the Rama examples and try it yourself with shuttle init --template rama
on the latest CLI version.
Other updates
- Minor breaking changes to API user response model fields
Contributions
- @GlenDC added
shuttle-rama
and 3 Rama examples in #1943 shuttle-hq/shuttle-examples#205
Upgrading
Refer to the upgrading docs for how to upgrade your projects.
What's Changed
- feat(common): user created_at by @jonaro00 in #2038
- refa: move env config logic to common, add to admin by @jonaro00 in #2039
- chore(cargo-shuttle): remove logs --all-deployments by @jonaro00 in #2040
- fix(admin): use same env logic for prod var by @jonaro00 in #2043
- feat(admin): downgrade protrial by @jonaro00 in #2042
- feat: Add Project Usage types for User Visualisation by @fussybeaver in #2031
- refa(common): better ApiError constructors & getters, feature gate tracing by @jonaro00 in #2045
- feat(common): update user model fields by @jonaro00 in #2041
- initial attempt to support rama in shuttle by @GlenDC in #1943
- chore(cargo-shuttle): update command hint by @jonaro00 in #2046
- Revert "chore: remove logs --all-deployments (#2040)" + hide it instead by @jonaro00 in #2047
- fix: string type for dates by @jonaro00 in #2048
- chore: v0.55.0 by @jonaro00 in #2049
- feat: rama init template arg by @oddgrd in #2050
- chore: v0.55.0 2 by @jonaro00 in #2051
Full Changelog: v0.54.0...v0.55.0