Shuttle: v0.41.0 update
We're excited to release Shuttle v0.41.0! 🚀
Idle wakeups improved
The proxy will now properly wait until a service exposes its HTTP port when a project is waking up from idle. This should resolve the common 502 errors that services get on the first request to an idled project. No upgrade is needed.
Let us know if you experience any other issues with idling projects!
Easy access to more project templates
cargo shuttle init
now allows you to browse the full list of official templates on shuttle-examples.
Other updates
shuttle-next
is now discontinuedcargo-shuttle
now has an--offline
flag to skip non-essential network requests, like versions checks and template list fetching
Contributions
What's Changed
- feat(install): change powershell installation script by @Pulko in #1636
- fix(common): add missing schema, v0.40.1 by @jonaro00 in #1661
- fix(common): public fields, v0.40.2 by @jonaro00 in #1662
- misc: remove shuttle-next by @jonaro00 in #1652
- ci: remove buildx cache, bump versions by @jonaro00 in #1650
- fix(gateway): proxy wait for service port to open by @jonaro00 in #1668
- feat: migration for user_id by @chesedo in #1663
- chore: update test-context dependency by @JasterV in #1665
- fix(auth): user query columns by @jonaro00 in #1669
- feat(cargo-shuttle): new template system for init by @jonaro00 in #1667
- chore: v0.41.0 by @jonaro00 in #1670
New Contributors
Full Changelog: v0.40.0...v0.41.0