Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Update shuttle-service requirement from 0.39.0 to 0.43.0 #17

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

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

Release notes

Sourced from shuttle-service's releases.

v0.43.0

Shuttle: v0.43.0 update

This is mainly a bugfix release, and no upgrade is required. We are working on several upcoming features behind the scenes, so stay tuned!

Updates

  • cargo-shuttle now has a global --debug flag that enables debug logging.
  • Made cargo-shuttle fail fast when encountering an API error, instead of retrying up to 3 times.
  • Fixed a small downtime in the logger service that happened when new versions of Shuttle were deploying.
  • Fixed a bug where having a non-std Result type in scope would make the shuttle_runtime::main macro fail.
  • (released in shuttle-turso 0.42.1) Fixed the connection behaviour when connecting to a remote URL on local runs.

Contributions

Upgrading

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

What's Changed

New Contributors

Full Changelog: shuttle-hq/shuttle@v0.42.0...v0.43.0

Changelog

Sourced from shuttle-service's changelog.

0.43.0 - 2024-04-02

Features

Bug Fixes

  • (codegen) Use full path for std types (#1702) - (71e240f)
  • (logger) Don't block when deleting old logs (#1690) - (cb9559f)
  • (shuttle-turso) Use open_remote when using local_addr (#1701) - (c437091)

Refactor

  • Shuttle-common/backend -> shuttle-backends (#1698) - (ee7809d)

Miscellaneous Tasks

0.42.0 - 2024-03-18

Features

  • (resources) Add diesel-async support for shuttle-shared-db (#1664) - (cd5476c)
  • Fall back to finding Secrets.toml in workspace root (#1682) - (6acabb7)

Bug Fixes

  • (cargo-shuttle) Remove integration test example (#1672) - (05a3765)
  • (deployer) Check correct config field(s) in resource cache (#1675) - (f547060)
  • Patches script root-relative path (#1685) - (2428e99)

Refactor

  • (auth, gateway) Use user_id over account_name (#1674) - (4937f4b)
  • Move secrets and metadata plugins to runtime (#1673) - (f15e6bb)

... (truncated)

Commits

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-service](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.39.0...v0.43.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants