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.36.0 to 0.39.0 #11

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2024

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

Release notes

Sourced from shuttle-service's releases.

0.39.0

Shuttle: v0.39.0 update

We're excited to release Shuttle v0.39.0! 🚀

Multiple domains + performance improvements

Projects that have custom domains (and have upgraded their deployer to 0.39.0) can now also be reached at their usual *.shuttleapp.rs domain. It is now also possible to add multiple custom domains to a project.

This change also comes with reduced CPU usage per request, so feel free to upgrade even if you are not using custom domains!

OpenDAL plugin

Thanks to @​Xuanwo’s contribution, we now have shuttle-opendal. OpenDAL allows you to easily connect to many storage services with credentials that you provide as secrets, for example:

use opendal::Operator;
#[shuttle_runtime::main]
async fn main(
#[shuttle_opendal::Opendal(scheme = "s3")] storage: Operator,
) -> ... { ... }

Templates

Some templates in our examples repo have been added or updated:

Other updates

  • Rust 1.76 is now available by restarting your project.
  • Deployment logs older than 1 month will regularly be getting cleaned up from now on.
  • Removed our tracking of resources that we don’t need to track, such as static folder, turso, and custom.

Contributions

Upgrading

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

... (truncated)

Changelog

Sourced from shuttle-service's changelog.

0.39.0 - 2024-02-14

Features

Bug Fixes

Refactor

Miscellaneous Tasks

0.38.0 - 2024-02-01

Features

  • (shuttle-turso) [breaking] Replace libsql-client crate with the new and improved libsql crate (#1531) - (bd895d9)
  • Have auth handle new subscriptions (#1597) - (bcd0966)
  • Limit concurrent active cch23 projects (#1589) - (c5ddea0)
  • Write a wrapper for the provisioner to call gw and r-r clients (#1585) - (4a2ab9e)

Bug Fixes

  • (cargo-shuttle) Set name in Shuttle.toml when cloning a workspace (#1599) - (e0e94c9)
  • (gateway) Rename scope field to shuttle.project.name (#1538) - (c25c187)
  • (otel) Increase trace_buffer for dd exporter (#1587) - (50e6a4c)
  • Qdrant docker image name (#1539) - (41f9159)
  • Remove common_tests dep from common (#1537) - (66d5d9b)

Documentation

... (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.36.0...v0.39.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 Feb 15, 2024
@aumetra
Copy link
Owner

aumetra commented Feb 20, 2024

See #12

@aumetra
Copy link
Owner

aumetra commented Feb 20, 2024

@dependabot close

@dependabot dependabot bot closed this Feb 20, 2024
@dependabot dependabot bot deleted the dependabot/cargo/shuttle-service-0.39.0 branch February 20, 2024 20:39
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.

1 participant