Skip to content

Bump httpcore from 0.13.2 to 0.16.2#8

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/httpcore-0.16.2
Closed

Bump httpcore from 0.13.2 to 0.16.2#8
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/httpcore-0.16.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 14, 2022

Copy link
Copy Markdown

Bumps httpcore from 0.13.2 to 0.16.2.

Release notes

Sourced from httpcore's releases.

Version 0.16.2

0.16.2 (November 25th, 2022)

  • Revert 'Fix async cancellation behaviour', which introduced race conditions. (#627)
  • Raise RuntimeError if attempting to us UNIX domain sockets on Windows. (#619)

Version 0.16.1

0.16.1

  • Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)

Version 0.16.0

0.16.0

  • Support HTTP/1.1 informational responses. (#581)
  • Fix async cancellation behaviour. (#580)
  • Support h11 0.14. (#579)

Version 0.15.0

0.15.0 (May 17th, 2022)

  • Drop Python 3.6 support (#535)
  • Ensure HTTP proxy CONNECT requests include timeout configuration. (#506)
  • Switch to explicit typing.Optional for type hints (#513)
  • For trio map OSError exceptions to ConnectError (#543)

Version 0.14.7

0.14.7 (February 4th, 2022)

  • Requests which raise a PoolTimeout need to be removed from the pool queue. (#502)
  • Fix AttributeError that happened when Socks5Connection were terminated. (#501)

Version 0.14.6

0.14.6 (February 1st, 2022)

  • Fix SOCKS support for http:// URLs. (#492)
  • Resolve race condition around exceptions during streaming a response. (#491)

Version 0.14.5

0.14.5 (January 18th, 2022)

  • SOCKS proxy support. (#478)
  • Add proxy_auth argument to HTTPProxy (#481)
  • Improve error message on 'RemoteProtocolError' exception when server disconnects without sending a response (#479)

Version 0.14.4

0.14.4 (January 5th, 2021)

  • Support HTTP/2 on HTTPS tunnelling proxies. (#468)
  • Fix proxy headers missing on HTTP forwarding. (#456)

... (truncated)

Changelog

Sourced from httpcore's changelog.

0.16.2 (November 25th, 2022)

  • Revert 'Fix async cancellation behaviour', which introduced race conditions. (#627)
  • Raise RuntimeError if attempting to us UNIX domain sockets on Windows. (#619)

0.16.1 (November 17th, 2022)

  • Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)

0.16.0 (October 11th, 2022)

  • Support HTTP/1.1 informational responses. (#581)
  • Fix async cancellation behaviour. (#580)
  • Support h11 0.14. (#579)

0.15.0 (May 17th, 2022)

  • Drop Python 3.6 support (#535)
  • Ensure HTTP proxy CONNECT requests include timeout configuration. (#506)
  • Switch to explicit typing.Optional for type hints. (#513)
  • For trio map OSError exceptions to ConnectError. (#543)

0.14.7 (February 4th, 2022)

  • Requests which raise a PoolTimeout need to be removed from the pool queue. (#502)
  • Fix AttributeError that happened when Socks5Connection were terminated. (#501)

0.14.6 (February 1st, 2022)

  • Fix SOCKS support for http:// URLs. (#492)
  • Resolve race condition around exceptions during streaming a response. (#491)

0.14.5 (January 18th, 2022)

  • SOCKS proxy support. (#478)
  • Add proxy_auth argument to HTTPProxy. (#481)
  • Improve error message on 'RemoteProtocolError' exception when server disconnects without sending a response. (#479)

0.14.4 (January 5th, 2022)

  • Support HTTP/2 on HTTPS tunnelling proxies. (#468)
  • Fix proxy headers missing on HTTP forwarding. (#456)
  • Only instantiate SSL context if required. (#457)
  • More robust HTTP/2 handling. (#253, #439, #440, #441)

0.14.3 (November 17th, 2021)

  • Fix race condition when removing closed connections from the pool. (#437)

0.14.2 (November 16th, 2021)

... (truncated)

Commits

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)

wiseaidev and others added 2 commits December 14, 2022 10:39
Signed-off-by: wiseaidev <business@wiseai.dev>
Bumps [httpcore](https://github.com/encode/httpcore) from 0.13.2 to 0.16.2.
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@0.13.2...0.16.2)

---
updated-dependencies:
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 14, 2022
@dependabot dependabot Bot requested a review from wiseaidev December 14, 2022 08:40
@wiseaidev wiseaidev force-pushed the main branch 3 times, most recently from 2d2712c to 6a59c24 Compare December 14, 2022 09:18
@dependabot @github

dependabot Bot commented on behalf of github Dec 26, 2022

Copy link
Copy Markdown
Author

Superseded by #12.

@dependabot dependabot Bot closed this Dec 26, 2022
@dependabot dependabot Bot deleted the dependabot/pip/httpcore-0.16.2 branch December 26, 2022 18:07
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant