Skip to content

v0.49.0

Latest
Compare
Choose a tag to compare
@oddgrd oddgrd released this 12 Nov 15:00
· 30 commits to 5669de14a900d0093b70b5e2e8f250cd2418cb63 since this release
cef6c28

Shuttle: v0.49.0 update

Google Login

You can now Log in with Google on the Shuttle Console!

New CLI login flow

shuttle login now uses the Shuttle Console to authorize the CLI login with one click. No need to copy + paste the API key!

shuttle login --prompt and shuttle login --api-key <key> are still available as fallbacks.

Other updates

  • shuttle project update name <new-name> allows you to rename a project. Note: This also updates the default subdomain name. Custom domains remain unchanged.
  • (shuttle.rs) Added cargo shuttle resource dump database::shared::postgres to allow migrating postgres data out of the shared cluster. This can be used to move data to the shuttle.dev platform (docs).
  • Fixed a bug where global args would not autocomplete in shell completions
  • shuttle generate shell shell completions now correctly generate completions for shuttle
  • Fixed shuttle run requiring project linking, fixed shuttle init project linking
  • Improved some API errors

Contributions

Upgrading

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

What's Changed

Full Changelog: v0.48.3...v0.49.0