fontObfuscator
fontObfuscator copied to clipboard
Bump httpcore from 0.12.3 to 0.15.0
Bumps httpcore from 0.12.3 to 0.15.0.
Release notes
Sourced from httpcore's releases.
Version 0.15.0
0.15.0 (May 17th, 2022)
- Drop Python 3.6 support (#535)
- Ensure HTTP proxy CONNECT requests include
timeoutconfiguration. (#506)- Switch to explicit
typing.Optionalfor type hints (#513)- For
triomap OSError exceptions toConnectError(#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)
- Only instantiate SSL context if required. (#457)
- More robust HTTP/2 handling. (#253, #439, #440, #441)
Version 0.14.3
0.14.3 (November 17th, 2021)
- Fix race condition when removing closed connections from the pool (#437)
Version 0.14.2
0.14.2 (November 16th, 2021)
- Failed connections no longer remain in the pool. (Pull #433)
Version 0.14.1
0.14.1 (November 12th, 2021)
... (truncated)
Changelog
Sourced from httpcore's changelog.
0.15.0 (May 17th, 2022)
- Drop Python 3.6 support (#535)
- Ensure HTTP proxy CONNECT requests include
timeoutconfiguration. (#506)- Switch to explicit
typing.Optionalfor type hints (#513)- For
triomap OSError exceptions toConnectError(#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)
- Failed connections no longer remain in the pool. (Pull #433)
0.14.1 (November 12th, 2021)
max_connectionsbecomes optional. (Pull #429)certifiis now included in the install dependancies. (Pull #428)h2is now strictly optional. (Pull #428)0.14.0 (November 11th, 2021)
The 0.14 release is a complete reworking of
httpcore, comprehensively addressing some underlying issues in the connection pooling, as well as substantially redesigning the API to be more user friendly.Some of the lower-level API design also makes the components more easily testable in isolation, and the package now has 100% test coverage.
... (truncated)
Commits
b76afceVersion 0.15.0 (#547)15d8093httpcore/backends/trio: map OSError exceptions (#543)1bf9cf2Drop Python 3.6 (#535)44b8eedSwitch to explicittyping.Optionalfor type hints (#513)7e445f9Bump pytest from 6.2.5 to 7.0.1 (#521)7ec8b2aBump twine from 3.7.1 to 3.8.0 (#520)99c0ad9Bump mkdocs-material from 8.1.9 to 8.2.3 (#516)ebf0684configure strict pytest (#442)b400d72Fix proxy CONNECT timeout (#506)cad62bfVersion 0.14.7 (#504)- 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)