Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Bump hyper from 0.11.19 to 0.11.26 #58

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.19 to 0.11.26.

Release notes

Sourced from hyper's releases.

v0.11.24

Bug Fixes

  • header: remove charset=utf8 from ContentType::text() (ba789e65)

v0.11.23

Bug Fixes

  • server: prevent to output Transfer-encoding when server upgrade (#1465) (eb105679)

Features

  • client: introduce lower-level Connection API (1207c2b6, closes #1449)
  • header: add text() and text_utf8() constructors to ContentType (45cf8c57)
  • server:

v0.11.22

Bug Fixes

  • client: return error if Request has CONNECT method (bfcdbd9f)
  • dependencies: require tokio-core 0.1.11 (49fcb066)

Features

  • client: add Config::set_host option (33a385c6)

v0.11.21

Bug Fixes

  • client:
    • check conn is closed in expire interval (2fa0c845)
    • schedule interval to clear expired idle connections (727b7479)
    • never call connect if idle connection is available (13741f51)

v0.11.20

Bug Fixes

  • server:
    • Make sleep_on_errors configurable and use it in example (3a36eb55)
    • Sleep on socket IO errors (68458cde)

Features

... (truncated)
Changelog

Sourced from hyper's changelog.

v0.11.22 (2018-03-07)

Bug Fixes

  • client: return error if Request has CONNECT method (bfcdbd9f)
  • dependencies: require tokio-core 0.1.11 (49fcb066)

Features

  • client: add Config::set_host option (33a385c6)

v0.11.21 (2018-02-28)

Bug Fixes

  • client:
    • check conn is closed in expire interval (2fa0c845)
    • schedule interval to clear expired idle connections (727b7479)
    • never call connect if idle connection is available (13741f51)

v0.11.20 (2018-02-26)

Bug Fixes

  • server:
    • Make sleep_on_errors configurable and use it in example (3a36eb55)
    • Sleep on socket IO errors (68458cde)

Features

  • body: add Body::is_empty() method (2f45d539)
  • request: add Request::body_mut() method (3fa191a2)
Commits
  • 1603c99 v0.11.26
  • 30fc27d perf(lib): improve parsing by using initialized httparse header array
  • 777d0cb chore(date): remove noisy traces from date rendering
  • 88b44e9 chore(examples): fix deprecation warning for AsciiExt
  • 0b98d81 perf(server): bind Server will only update date format in an interval
  • d38948a perf(server): reduce task system wake up in new dispatcher
  • 8b644c1 feat(server): add Server::run_threads to run on multiple threads
  • eaa22cd v0.11.25
  • 1617aa7 chore(header): fix deprecated warnings of AsciiExt on nightly
  • 7fe9710 fix(client): ensure idle connection is pooled before response body finishes
  • 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 [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

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)
  • 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 [hyper](https://github.com/hyperium/hyper) from 0.11.19 to 0.11.26.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.11.19...v0.11.26)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant