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_codegen from 0.3.16 to 0.4.0 #12

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

Conversation

dependabot-preview[bot]
Copy link

Bumps rocket_codegen from 0.3.16 to 0.4.0.

Release notes

Sourced from rocket_codegen's releases.

Rocket v0.4.0

See the CHANGELOG and news article for more information.

Rocket v0.4-rc.2

See the CHANGELOG and news article for more information.

Rocket v0.4-rc.1

See the CHANGELOG and news article for more information.

Rocket v0.3.17

See the CHANGELOG for more information.

Changelog

Sourced from rocket_codegen's changelog.

Version 0.4.0 (Dec 06, 2018)

New Features

This release includes the following new features:

  • Introduced Typed URIs.
  • Introduced ORM agnostic database support.
  • Introduced [Request-Local State].
  • Introduced mountable static-file serving via [StaticFiles].
  • Introduced automatic [live template reloading].
  • Introduced custom stateful handlers via [Handler].
  • Introduced [transforming] data guards via [FromData::transform()].
  • Introduced revamped [query string handling].
  • Introduced the SpaceHelmet security and privacy headers fairing.
  • Private cookies are gated behind a private-cookies default feature.
  • Added [derive for FromFormValue].
  • Added [derive for Responder].
  • Added Template::custom() for customizing templating engines including
    registering filters and helpers.
  • Cookies are automatically tracked and propagated by [Client].
  • Private cookies can be added to local requests with
    LocalRequest::private_cookie().
  • Release builds default to the production environment.
  • Keep-alive can be configured via the keep_alive configuration parameter.
  • Allow CLI colors and emoji to be disabled with ROCKET_CLI_COLORS=off.
  • Route format accepts [shorthands] such as json and html.
  • Implemented [Responder for Status].
  • Added [Response::cookies()] for retrieving response cookies.
  • All logging is disabled when log is set to off.
  • Added [Metadata] guard for retrieving templating information.
  • The [Uri] type parses URIs according to RFC 7230 into one of [Origin],
    [Absolute], or [Authority].
  • Added [Outcome::and_then()], [Outcome::failure_then()], and
    [Outcome::forward_then()].
  • Implemented Responder for &[u8].
  • Any T: Into<Vec<Route>> can be [mount()]ed.
  • [Default rankings] range from -6 to -1, differentiating on static query
    strings.
  • Added [Request::get_query_value()] for retrieving a query value by key.
  • Applications can launch without a working directory.
  • Added State::from() for constructing State values.
... (truncated)
Commits
  • a4dcb0c New version: 0.4.0.
  • 7fb6ba9 Generate 'FromUriParam' impls in 'UriDisplayPath'.
  • d7933dd Implement ignorable 'uri!' expressions.
  • 50a635e Add support for MongoDB connection pooling in 'rocket_contrib'.
  • 90a6749 New version: 0.4.0-rc.2.
  • b405b18 Test 'rocket_contrib' before publishing.
  • 7919cea Strip dev-dependencies more reliably.
  • 5ec21d5 Update dependencies to published versions.
  • ac82386 Systematically name and span codegen variables.
  • b7db741 Parameterize 'UriDisplay' with 'Path' or 'Query'.
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [rocket_codegen](https://github.com/SergioBenitez/Rocket) from 0.3.16 to 0.4.0.
- [Release notes](https://github.com/SergioBenitez/Rocket/releases)
- [Changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md)
- [Commits](rwf2/Rocket@v0.3.16...v0.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant