Skip to content

Update dependency httpcore to v0.18.0 #3

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

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 -> ==0.18.0 age adoption passing confidence

Release Notes

encode/httpcore (httpcore)

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-0.x branch 3 times, most recently from c56a742 to d55e353 Compare August 27, 2024 20:32
@renovate renovate bot force-pushed the renovate/httpcore-0.x branch from d55e353 to 8762773 Compare August 27, 2024 20:42
@avivl avivl closed this Aug 27, 2024
@avivl avivl deleted the renovate/httpcore-0.x branch August 27, 2024 23:03
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 (==0.18.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

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

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