Skip to content
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

Update dependency httpcore to v1 #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
httpcore ^0.16.2 -> ^1.0.0 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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 6, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
[14:09:07.085] INFO (9): Installing tool python v3.12.0...
installing v2 tool python v3.12.0
linking tool python v3.12.0
Python 3.12.0
pip 23.2.1 from /opt/containerbase/tools/python/3.12.0/lib/python3.12/site-packages/pip (python 3.12)
[14:09:14.026] INFO (9): Installed tool python in 6.9s.
[14:09:14.314] INFO (170): Installing tool poetry v1.4.1...
installing v2 tool poetry v1.4.1
linking tool poetry v1.4.1
Poetry (version 1.4.1)


The Poetry configuration is invalid:
  - [license] {'file': 'LICENSE'} is not of type 'string'


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.

None yet

0 participants