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 hyper from 0.11.25 to 0.12.1 #51

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

Conversation

dependabot-preview[bot]
Copy link

Bumps hyper from 0.11.25 to 0.12.1.

Release notes

Sourced from hyper's releases.

v0.12.1

Bug Fixes

  • server: add upgrading process to poll_without_shutdown() (#1530) (c6e90b7b)

Features

  • client: implement Clone for Destination (15188b7c)
  • server:

v0.12.0

Features

Bug Fixes

  • lib: remove deprecated tokio-proto APIs (a37e6b59)
  • server: panic on max_buf_size too small (aac250f2)

Breaking Changes

  • Body::is_empty() is gone. Replace with
    Body::is_end_stream(), from the Payload trait.
... (truncated)
Changelog

Sourced from hyper's changelog.

v0.12.1 (2018-06-04)

Bug Fixes

  • server: add upgrading process to poll_without_shutdown() (#1530) (c6e90b7b)

Features

  • client: implement Clone for Destination (15188b7c)
  • server:

v0.12.0 (2018-06-01)

Features

Bug Fixes

  • lib: remove deprecated tokio-proto APIs (a37e6b59)
  • server: panic on max_buf_size too small (aac250f2)

Breaking Changes

... (truncated)
Commits
  • e5118d7 v0.12.1
  • 15188b7 feat(client): implement Clone for Destination
  • 810435f feat(server): add http1_writev config option for servers
  • 7eca445 docs(examples): Update send_file example to use tokio-fs
  • 14d9246 feat(server): add http1_only configuration
  • 785914e chore(body): fix unused import in chunk benchmarks
  • 185432d perf(h1): use faster flattening of body buffers
  • beace2f perf(chunk): use faster length check in Chunk::remaining
  • c615a32 feat(server): add try_into_parts() to conn::Connection (#1531)
  • c6e90b7 fix(server): add upgrading process to poll_without_shutdown() (#1530)
  • 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 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 (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant