foundry
foundry copied to clipboard
Bump hyper from 0.13.7 to 0.14.5
Bumps hyper from 0.13.7 to 0.14.5.
Release notes
Sourced from hyper's releases.
v0.14.5
Bug Fixes
- client: omit default port from automatic Host headers (#2441) (0b11eee9)
- headers: Support multiple Content-Length values on same line (#2471) (48fdaf16, closes #2470)
- server: skip automatic Content-Length headers when not allowed (#2216) (8cbf9527, closes #2215)
Features
- client: allow HTTP/0.9 responses behind a flag (#2473) (68d4e4a3, closes #2468)
- server: add
AddrIncoming::from_listenerconstructor (#2439) (4c946af4)v0.14.4
Bug Fixes
- build: Fix compile error when only
http1feature was enabled.v0.14.3
Bug Fixes
client: HTTP/1 client "Transfer-Encoding" repair code would panic (#2410) (2c8121f1, closes #2409)
http1: fix server misinterpretting multiple Transfer-Encoding headers (8f93123e)
See https://github.com/hyperium/hyper/security/advisories/GHSA-6hfq-h8hq-87mf
Features
- body:
- ffi:
v0.14.2
Features
- client: expose
connecttypes without proto feature (#2377) (73a59e5f)- server: expose
Acceptwithout httpX features (#2382) (a6d4fcbe)v0.14.1
- Fixes building documentation.
v0.14.0
Blog post: https://seanmonstar.com/post/638320652536922112/hyper-v014
... (truncated)
Changelog
Sourced from hyper's changelog.
v0.14.5 (2021-03-26)
Bug Fixes
- client: omit default port from automatic Host headers (#2441) (0b11eee9)
- headers: Support multiple Content-Length values on same line (#2471) (48fdaf16, closes #2470)
- server: skip automatic Content-Length headers when not allowed (#2216) (8cbf9527, closes #2215)
Features
- client: allow HTTP/0.9 responses behind a flag (#2473) (68d4e4a3, closes #2468)
- server: add
AddrIncoming::from_listenerconstructor (#2439) (4c946af4)v0.14.4 (2021-02-05)
Bug Fixes
- build: Fix compile error when only
http1feature was enabled.v0.14.3 (2021-02-05)
Bug Fixes
- client: HTTP/1 client "Transfer-Encoding" repair code would panic (#2410) (2c8121f1, closes #2409)
- http1: fix server misinterpretting multiple Transfer-Encoding headers (8f93123e)
Features
- body:
- ffi:
v0.14.2 (2020-12-29)
Features
... (truncated)
Commits
98e7e0bv0.14.5895e4cfrefactor(ffi): return null ptr instead of aborting in C API (#2478)68d4e4afeat(client): allow HTTP/0.9 responses behind a flag (#2473)51ed71bdocs(client): use Method::POST to match the example in https://hyper.rs/guide...41f9957refactor(dependencies): update to socket2 v0.4.0 (#2472)48fdaf1fix(headers): Support multiple Content-Length values on same line (#2471)eb0e718docs(body): add links to to_bytes and aggregate (#2464)297a068docs(examples): upgrade tokio version (#2456)34085afdocs(examples): use hyper v0.14 and full feature (#2451)8cbf952fix(server): skip automatic Content-Length headers when not allowed (#2216)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.