Skip to content

Update dependency httpcore to v1 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
httpcore ==0.16.3 -> ==1.0.5 age adoption passing confidence

Release Notes

encode/httpcore (httpcore)

v1.0.5

Compare Source

  • Handle EndOfStream exception for anyio backend. (#​899)
  • Allow trio 0.25.* series in package dependancies. (#​903)

v1.0.4

Compare Source

  • Add target request extension. (#​888)
  • Fix support for connection Upgrade and CONNECT when some data in the stream has been read. (#​882)

v1.0.3

Compare Source

  • Fix support for async cancellations. (#​880)
  • Fix trace extension when used with socks proxy. (#​849)
  • Fix SSL context for connections using the "wss" scheme (#​869)

v1.0.2

Compare Source

  • Fix float("inf") timeouts in Event.wait function. (#​846)

v1.0.1

Compare Source

  • Fix pool timeout to account for the total time spent retrying. (#​823)
  • Raise a neater RuntimeError when the correct async deps are not installed. (#​826)
  • Add support for synchronous TLS-in-TLS streams. (#​840)

v1.0.0

Compare Source

From version 1.0 our async support is now optional, as the package has minimal dependencies by default.

For async support use either pip install 'httpcore[asyncio]' or pip install 'httpcore[trio]'.

The project versioning policy is now explicitly governed by SEMVER. See https://semver.org/.

  • Async support becomes fully optional. (#​809)
  • Add support for Python 3.12. (#​807)

v0.18.0

Compare Source

  • Add support for HTTPS proxies. (#​745, #​786)
  • Drop Python 3.7 support. (#​727)
  • Handle sni_hostname extension with SOCKS proxy. (#​774)
  • Handle HTTP/1.1 half-closed connections gracefully. (#​641)
  • Change the type of Extensions from Mapping[Str, Any] to MutableMapping[Str, Any]. (#​762)

v0.17.3

Compare Source

  • Support async cancellations, ensuring that the connection pool is left in a clean state when cancellations occur. (#​726)
  • The networking backend interface has been added to the public API. Some classes which were previously private implementation detail are now part of the top-level public API. (#​699)
  • Graceful handling of HTTP/2 GoAway frames, with requests being transparently retried on a new connection. (#​730)
  • Add exceptions when a synchronous trace callback is passed to an asynchronous request or an asynchronous trace callback is passed to a synchronous request. (#​717)
  • Drop Python 3.7 support. (#​727)

v0.17.2

Compare Source

  • Add socket_options argument to ConnectionPool and HTTProxy classes. (#​668)
  • Improve logging with per-module logger names. (#​690)
  • Add sni_hostname request extension. (#​696)
  • Resolve race condition during import of anyio package. (#​692)
  • Enable TCP_NODELAY for all synchronous sockets. (#​651)

v0.17.1

Compare Source

  • If 'retries' is set, then allow retries if an SSL handshake error occurs. (#​669)
  • Improve correctness of tracebacks on network exceptions, by raising properly chained exceptions. (#​678)
  • Prevent connection-hanging behaviour when HTTP/2 connections are closed by a server-sent 'GoAway' frame. (#​679)
  • Fix edge-case exception when removing requests from the connection pool. (#​680)
  • Fix pool timeout edge-case. (#​688)

v0.17.0

Compare Source

  • Add DEBUG level logging. (#​648)
  • Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#​652)
  • Increase the allowable HTTP header size to 100kB. (#​647)
  • Add retries option to SOCKS proxy classes. (#​643)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/httpcore-1.x branch 2 times, most recently from 2dd1b2e to b02dfe9 Compare August 27, 2024 20:32
@renovate renovate bot force-pushed the renovate/httpcore-1.x branch from b02dfe9 to aba2b99 Compare August 27, 2024 20:42
@avivl avivl closed this Aug 27, 2024
Copy link
Contributor Author

renovate bot commented Aug 27, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/httpcore-1.x branch August 27, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant