Matej Cepl
fc24fb2d77
- Update to v0.13.6 * Fixed - Close sockets when read or write timeouts occur. (Pull #365) - Update to v0.13.5 * Fixed - Resolved niggles with AnyIO EOF behaviours. (Pull #358, #362) - Update to v0.13.4 * Added - Improved error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull #354) * Fixed - Switched to anyio as the default backend implementation when running with asyncio. Resolves some awkward TLS timeout issues. OBS-URL: https://build.opensuse.org/request/show/904729 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=3
95 lines
3.3 KiB
Plaintext
95 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jul 8 08:16:46 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Update to v0.13.6
|
|
* Fixed
|
|
- Close sockets when read or write timeouts occur. (Pull #365)
|
|
|
|
- Update to v0.13.5
|
|
* Fixed
|
|
- Resolved niggles with AnyIO EOF behaviours. (Pull #358, #362)
|
|
|
|
- Update to v0.13.4
|
|
* Added
|
|
- Improved error messaging when URL scheme is missing, or
|
|
a non HTTP(S) scheme is used. (Pull #354)
|
|
* Fixed
|
|
- Switched to anyio as the default backend implementation when
|
|
running with asyncio. Resolves some awkward TLS timeout
|
|
issues.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 3 09:10:31 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Update to v0.13.3
|
|
* Added
|
|
- Support HTTP/2 prior knowledge, using
|
|
httpcore.SyncConnectionPool(http1=False). (Pull #333)
|
|
* Fixed
|
|
- Handle cases where environment does not provide select.poll
|
|
support. (Pull #331)
|
|
|
|
- Update to v0.13.2
|
|
* Added
|
|
- Improve error message for specific case of
|
|
RemoteProtocolError where server disconnects without
|
|
sending a response. (Pull #313)
|
|
|
|
- Update to v0.13.1
|
|
* Fixed
|
|
- More resiliant testing for closed connections.
|
|
(Pull #311)
|
|
- Don't raise exceptions on ungraceful connection closes.
|
|
(Pull #310)
|
|
|
|
- Update to v0.13.0
|
|
* The 0.13 release updates the core API in order to match the
|
|
HTTPX Transport API, introduced in HTTPX 0.18 onwards.
|
|
* Changed
|
|
- The .request() method is now handle_request(). (Pull #296)
|
|
- The .arequest() method is now .handle_async_request().
|
|
(Pull #296)
|
|
- The headers argument is no longer optional. (Pull #296)
|
|
- The stream argument is no longer optional. (Pull #296)
|
|
- The ext argument is now named extensions, and is no longer
|
|
optional. (Pull #296)
|
|
- The "reason" extension keyword is now named "reason_phrase".
|
|
(Pull #296)
|
|
- The "reason_phrase" and "http_version" extensions now use
|
|
byte strings for their values. (Pull #296)
|
|
- The httpcore.PlainByteStream() class becomes
|
|
httpcore.ByteStream(). (Pull #296)
|
|
* Added
|
|
- Streams now support a .read() interface. (Pull #296)
|
|
* Fixed
|
|
- Task cancelation no longer leaks connections from the
|
|
connection pool. (Pull #305)
|
|
|
|
- Update to v0.12.3
|
|
* Fixed
|
|
- Abort SSL connections on close rather than waiting for remote
|
|
EOF when using asyncio. (Pull #167)
|
|
- Fix exception raised in case of connect timeouts when using
|
|
the anyio backend. (Pull #236)
|
|
- Fix Host header precedence for :authority in HTTP/2.
|
|
(Pull #241, #243)
|
|
- Handle extra edge case when detecting for socket readability
|
|
when using asyncio. (Pull #242, #244)
|
|
- Fix asyncio SSL warning when using proxy tunneling.
|
|
(Pull #249)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 1 20:32:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Don't build on python36, because of missing dependencies.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 21 11:09:07 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v0.12.2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 8 12:28:26 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.4.0
|