Releases: encode/httpcore
Releases · encode/httpcore
Version 1.0.9
24 Apr 22:03
Compare
Sorry, something went wrong.
No results found
Version 1.0.9 (April 24th, 2025)
Version 1.0.8
11 Apr 14:41
Compare
Sorry, something went wrong.
No results found
Version 1.0.8 (April 11th, 2025)
Fix AttributeError when importing on Python 3.14. (#1005 )
Version 1.0.7
15 Nov 12:28
Compare
Sorry, something went wrong.
No results found
Version 1.0.7 (November 15th, 2024)
Support proxy=… configuration on ConnectionPool(). (#974 )
Version 1.0.6
01 Oct 17:00
Compare
Sorry, something went wrong.
No results found
Version 1.0.6 (October 1st, 2024)
Relax trio dependency pinning. (#956 )
Handle trio raising NotImplementedError on unsupported platforms. (#955 )
Handle mapping ssl.SSLError to httpcore.ConnectError. (#918 )
Version 1.0.5
27 Mar 18:27
Compare
Sorry, something went wrong.
No results found
1.0.5 (March 27th, 2024)
Handle EndOfStream for anyio backend. (#899 )
Allow trio 0.25.* series in package dependancies. (#903 )
Version 1.0.4
21 Feb 13:01
Compare
Sorry, something went wrong.
No results found
1.0.4 (February 21st, 2024)
Add target request extension. (#888 )
Fix support for connection Upgrade and CONNECT when some data in the stream has been read. (#882 )
Version 1.0.3
14 Feb 18:00
Compare
Sorry, something went wrong.
No results found
1.0.3 (February 13th, 2024)
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 )
Version 1.0.2
10 Nov 13:36
Compare
Sorry, something went wrong.
No results found
1.0.2 (November 10th, 2023)
Fix float("inf") timeouts in Event.wait function. (#846 )
Version 1.0.1
03 Nov 13:13
Compare
Sorry, something went wrong.
No results found
1.0.1 (November 3rd, 2023)
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 )
Version 1.0.0
06 Oct 11:30
Compare
Sorry, something went wrong.
No results found
1.0.0 (6th Oct 2023)
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 )