Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shuttle-serenity requirement from 0.47.0 to 0.51.0 #64

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Updates the requirements on shuttle-serenity to permit the latest version.

Release notes

Sourced from shuttle-serenity's releases.

v0.51.0

Shuttle: v0.51.0 update

Axum 0.8 support

Axum 0.8 is now used by default in shuttle-axum.

To keep using Axum 0.7 with Shuttle, use this cargo feature:

axum = "0.7"
shuttle-axum = { version = "0.51.0", default-features = false, features = ["axum-0-7"] }

Support for Axum 0.6 has been dropped with this release.

OpenDAL Operator for Shared Postgres DB

This feature serves as an alternative to shuttle-persist, which is not supported on shuttle.dev.

Two new output types have been added to #[shuttle_shared_db::Postgres] under the opendal-postgres crate feature:

  • opendal::Operator, which provides a generic key-value store interface backed by a table in the database.
  • shuttle_shared_db::SerdeJsonOperator, which provides an interface for storing any serializable type T as JSON in the Operator table. This is similar to the shuttle-persist interface.

Other updates

  • Bumped salvo to 0.75 in shuttle-salvo.
  • Bumped opendal to 0.51 in shuttle-opendal.
  • Added an optional timeout setting in shuttle-api-client.
  • Fixed a bug where cargo-shuttle would put gitignore rules on the same line as existing ones.

Upgrading

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

What's Changed

Full Changelog: shuttle-hq/shuttle@v0.50.0...v0.51.0

Changelog

Sourced from shuttle-serenity's changelog.

0.51.0 - 2025-01-10

Features

  • (shared-db) SerdeJsonOperator for json storage (#1952) - (f0a0735)
  • (shuttle-axum) Support axum 0.8, drop axum 0.6 (#1951) - (72a7e3c)
  • Opendal on postgres output type, bump opendal (#1928) - (173d4b9)
  • Make api-client timeout configurable, increase in admin cli (#1950) - (7feb747)

Miscellaneous Tasks

  • (shuttle-salvo) Bump salvo version (#1953) - (bd6d7cb)
  • V0.51.0 - (3d26735)
  • Move ApiKey type to backends, remove AccountTier sqlx::Type (#1923) - (ef1ee64)

Miscellaneous

0.50.0 - 2025-01-07

Features

Bug Fixes

Documentation

Miscellaneous Tasks

Miscellaneous

... (truncated)

Commits
  • c6e1368 chore: v0.51.0 (#1954)
  • bd6d7cb chore(shuttle-salvo): bump salvo version (#1953)
  • f0a0735 feat(shared-db): SerdeJsonOperator for json storage (#1952)
  • ef1ee64 chore: move ApiKey type to backends, remove AccountTier sqlx::Type (#1923)
  • 72a7e3c feat(shuttle-axum): support axum 0.8, drop axum 0.6 (#1951)
  • 173d4b9 feat: opendal on postgres output type, bump opendal (#1928)
  • 7feb747 feat: make api-client timeout configurable, increase in admin cli (#1950)
  • 05d9fe8 chore: prepare v0.50.0 release (#1948)
  • 48b8347 fix(cargo-shuttle): don't override user provided RUST_LOG on local run (#1930)
  • 6ece318 feat: deprecate new deployments (#1934)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [shuttle-serenity](https://github.com/shuttle-hq/shuttle) to permit the latest version.
- [Release notes](https://github.com/shuttle-hq/shuttle/releases)
- [Changelog](https://github.com/shuttle-hq/shuttle/blob/main/CHANGELOG.md)
- [Commits](shuttle-hq/shuttle@v0.47.0...v0.51.0)

---
updated-dependencies:
- dependency-name: shuttle-serenity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants