v0.35.1 - Release Notes
We're excited to release Shuttle v0.35.1! 🚀
Shuttle: v0.35.1 update
Platform stability improvements
We keep up with the platform stability improvement track and this time our focus was on Shuttle auth service, besides other small improvements. We made a significant change to our database by using PostgreSQL now, which opens up the stage for adding redundancy.
Other updates
- fixed our CI in terms of the cargo-audit advisories
- simplified a part of the gateway’s project state-machine dependencies, in terms of generics usage
Contributions
- @fatfingers23 added a more descriptive error message for the case of using a project name that is not owned by the user of the command or the project doesn’t exist: #1452
Upgrading
Refer to the upgrading docs for how to upgrade your projects.
What's Changed
- fix(gateway): more descriptive project not found error by @fatfingers23 in #1452
- refactor: remove generics by @chesedo in #1460
- fix: cargo audit failures by @oddgrd in #1475
- tests(resource-recorder): allow server time to start by @oddgrd in #1477
- auth: store state in postgres instance by @iulianbarbu in #1420
- chore: v0.35.1 by @iulianbarbu in #1480
Full Changelog: v0.35.0...v0.35.1