Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cargo-shuttle-v0.55.0-aarch64-unknown-linux-musl.tar.gz | 2025-05-21 | 19.9 MB | |
cargo-shuttle-v0.55.0-x86_64-apple-darwin.tar.gz | 2025-05-21 | 19.2 MB | |
cargo-shuttle-v0.55.0-x86_64-pc-windows-msvc.tar.gz | 2025-05-21 | 17.6 MB | |
cargo-shuttle-v0.55.0-x86_64-unknown-linux-gnu.tar.gz | 2025-05-21 | 20.7 MB | |
cargo-shuttle-v0.55.0-x86_64-unknown-linux-musl.tar.gz | 2025-05-21 | 21.0 MB | |
README.md | 2025-05-21 | 2.6 kB | |
v0.55.0 source code.tar.gz | 2025-05-21 | 1.6 MB | |
v0.55.0 source code.zip | 2025-05-21 | 1.6 MB | |
Totals: 8 Items | 101.5 MB | 4 |
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 https://github.com/shuttle-hq/shuttle/pull/1943 https://github.com/shuttle-hq/shuttle-examples/pull/205
Upgrading
Refer to the upgrading docs for how to upgrade your projects.
What's Changed
- feat(common): user created_at by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2038
- refa: move env config logic to common, add to admin by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2039
- chore(cargo-shuttle): remove logs --all-deployments by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2040
- fix(admin): use same env logic for prod var by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2043
- feat(admin): downgrade protrial by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2042
- feat: Add Project Usage types for User Visualisation by @fussybeaver in https://github.com/shuttle-hq/shuttle/pull/2031
- refa(common): better ApiError constructors & getters, feature gate tracing by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2045
- feat(common): update user model fields by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2041
- initial attempt to support rama in shuttle by @GlenDC in https://github.com/shuttle-hq/shuttle/pull/1943
- chore(cargo-shuttle): update command hint by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2046
- Revert "chore: remove logs --all-deployments (#2040)" + hide it instead by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2047
- fix: string type for dates by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2048
- chore: v0.55.0 by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2049
- feat: rama init template arg by @oddgrd in https://github.com/shuttle-hq/shuttle/pull/2050
- chore: v0.55.0 2 by @jonaro00 in https://github.com/shuttle-hq/shuttle/pull/2051
Full Changelog: https://github.com/shuttle-hq/shuttle/compare/v0.54.0...v0.55.0