marad / hyper-router

Simple routing middleware for rust HTTP library hyper.
52 stars 23 forks source link

Bump hyper from 0.12.35 to 0.13.5 #39

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps hyper from 0.12.35 to 0.13.5.

Release notes

Sourced from hyper's releases.

v0.13.4

Bug Fixes

  • http1: try to drain connection buffer if user drops Body (d838d54f)

Features

  • http2: add HTTP2 keep-alive support for client and server (9a8413d9)

v0.13.3

Features

v0.13.2

Bug Fixes

  • body: return exactly 0 SizeHint for empty body (#2122) (dc882047)
  • client: strip path from Uri before calling Connector (#2109) (ba2a144f)
  • http1:
    • only send 100 Continue if request body is polled (c4bb4db5)
    • remove panic for HTTP upgrades that have been ignored (#2115) (1881db63, closes #2114)
  • http2: don't add client content-length if method doesn't require it (fb90d30c)

Features

  • service: Implement Clone/Copy on ServiceFn and MakeServiceFn (#2104) (a5720fab)

v0.13.1

Bug Fixes

  • http1: fix response with non-chunked transfer-encoding to be close-delimited (cb71d2cd, closes #2058)

Features

  • body: implement HttpBody for Request and Response (4b6099c7, closes #2067)
  • client: expose hyper::client::connect::Connect trait alias (2553ea1a)

v0.13.0

Bug Fixes

... (truncated)
Changelog

Sourced from hyper's changelog.

v0.13.5 (2020-04-17)

Bug Fixes

  • server: fix panic in Connection::graceful_shutdown (fce3ddce)

v0.13.4 (2020-03-20)

Bug Fixes

  • http1: try to drain connection buffer if user drops Body (d838d54f)

Features

  • http2: add HTTP2 keep-alive support for client and server (9a8413d9)

v0.13.3 (2020-03-03)

Features

v0.13.2 (2020-01-29)

Bug Fixes

  • body: return exactly 0 SizeHint for empty body (#2122) (dc882047)
  • client: strip path from Uri before calling Connector (#2109) (ba2a144f)
  • http1:
    • only send 100 Continue if request body is polled (c4bb4db5)
    • remove panic for HTTP upgrades that have been ignored (#2115) (1881db63, closes #2114)
  • http2: don't add client content-length if method doesn't require it (fb90d30c)

Features

  • service: Implement Clone/Copy on ServiceFn and MakeServiceFn (#2104) (a5720fab)

v0.13.1 (2019-12-13)

... (truncated)
Commits
  • ffb7597 v0.13.5
  • aafeeb7 refactor(http2): change rtt weighted moving average beta to 1/8
  • 5f6ce3c docs(lib): fix misspelling
  • f329ae0 refactor(benches): add adaptive_window http2 benchmark
  • 39a3bc0 refactor(benches): change end_to_end response body default to empty
  • 97ed047 refactor(client): replace futures oneshot with tokio in dispatcher
  • e6a6dde refactor(client): replace futures mpsc for tokio mpsc in dispatcher
  • 5b3724e chore(ci): re-enable minimum rust version (1.39)
  • fce3ddc fix(server): fix panic in Connection::graceful_shutdown
  • 597cef2 test(body): fix Body size of tests on 32-bit architecture
  • 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) - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - 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)
dependabot-preview[bot] commented 4 years ago

Superseded by #43.