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

Bump rocket from 0.5.0-rc.1 to 0.5.0-rc.2 #14

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2022

Bumps rocket from 0.5.0-rc.1 to 0.5.0-rc.2.

Release notes

Sourced from rocket's releases.

Rocket v0.5.0-rc.2

See the CHANGELOG, news article, migration guide, and FAQ for more information.

Changelog

Sourced from rocket's changelog.

Version 0.5.0-rc.2 (May 09, 2022)

Major Features and Improvements

  • Introduced [rocket_db_pools] for asynchronous database pooling.
  • Introduced support for [mutual TLS] and client [Certificate]s.
  • Added a [local_cache_once!] macro for request-local storage.
  • Added a [v0.4 to v0.5 migration guide] and [FAQ] to Rocket's website.
  • Introduced [shutdown fairings].

Breaking Changes

  • Hash impls for MediaType and ContentType no longer consider media type parameters.
  • TLS config values are only available when the tls feature is enabled.
  • [MediaType::with_params()] and [ContentType::with_params()] are now builder methods.
  • Content-Type [content] responder type names are now prefixed with Raw.
  • The content::Plain responder is now called content::RawText.
  • The content::Custom<T> responder was removed in favor of [(ContentType, T)].
  • TLS config structs are now only available when the tls feature is enabled.
  • Removed CookieJar::get_private_pending() in favor of [CookieJar::get_pending()].
  • The [local_cache!] macro accepts fewer types. Use [local_cache_once!] as appropriate.
  • When requested, the FromForm implementations of Vec and Maps are now properly lenient.
  • To concord with browsers, the [ and ] characters are now accepted in URI paths.
  • The [ and ] characters are no longer encoded by [uri!].
  • [Rocket::launch()] allows Rocket recovery by returning the instance after shutdown.
  • ErrorKind::Runtime was removed; [ErrorKind::Shutdown] was added.

General Improvements

  • [Rocket] is now #[must_use].
  • Support for HTTP/2 can be disabled by disabling the default http2 crate feature.
  • Added [rocket::execute()] for executing Rocket's launch() future.
  • Added the [context!] macro to [rocket_dyn_templates] for ad-hoc template contexts.
  • The time crate is re-exported from the crate root.
  • The FromForm, Responder, and UriDisplay derives now fully support generics.
  • Added helper functions to serde submodules.
  • The [Shield] HSTS preload header now includes includeSubdomains.
  • Logging ignores write! errors if stdout disappears, preventing panics.
  • Added [Client::terminate()] to run graceful shutdown in testing.
  • Shutdown now terminates the async runtime, never the process.

HTTP

  • Introduced [Host] and the [&Host] request guard.
  • Added Markdown (text/markdown) as a known media type.
  • Added [RawStr::percent_encode_bytes()].
  • NODELAY is now enabled on all connections by default.
  • The TLS implementation handles handshakes off the main task, improving DoS resistance.

Request

... (truncated)

Commits
  • 4dcd928 New version: 0.5.0-rc.2.
  • 29fc7f5 Fix broken anchor link in config guide.
  • 0a8f917 Update build benchmark in FAQ.
  • 1c9ac78 Add 'db_pools' to 'config.sh' crates.
  • f568d43 Print more variables from 'config.sh -p'.
  • e1a1905 Update state guide for 'rocket_db_pools'.
  • 58b96b8 Update CHANGELOG for rc.2, missing rc.1 changes.
  • 78aad3a Fix 'PasteId' 'use' in pastebin tutorial.
  • fccb575 Revamp pastebin tutorial for Rocket v0.5.
  • 4c8bd61 Unhide 'http' exports that shouldn't be hidden.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [rocket](https://github.com/SergioBenitez/Rocket) from 0.5.0-rc.1 to 0.5.0-rc.2.
- [Release notes](https://github.com/SergioBenitez/Rocket/releases)
- [Changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.5.0-rc.1...v0.5.0-rc.2)

---
updated-dependencies:
- dependency-name: rocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner June 1, 2022 04:54
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2022
Copy link
Author

dependabot bot commented on behalf of github Jul 18, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@MartinquaXD MartinquaXD deleted the dependabot/cargo/rocket-0.5.0-rc.2 branch July 18, 2024 08:37
@github-actions github-actions bot locked and limited conversation to collaborators Jul 18, 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.

1 participant