14
0

- update to 0.14.7:

* Requests which raise a PoolTimeout need to be removed from the pool queue.
  * Fix AttributeError that happened when Socks5Connection were terminated.
  * Fix SOCKS support for `http://` URLs.
  * Resolve race condition around exceptions during streaming a response.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=10
This commit is contained in:
2022-02-22 09:45:19 +00:00
committed by Git OBS Bridge
parent fe9c1acf4b
commit f64e714cdf
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 22 09:44:34 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.14.7:
* Requests which raise a PoolTimeout need to be removed from the pool queue.
* Fix AttributeError that happened when Socks5Connection were terminated.
* Fix SOCKS support for `http://` URLs.
* Resolve race condition around exceptions during streaming a response.
-------------------------------------------------------------------
Fri Feb 11 20:38:24 UTC 2022 - Michael Ströder <michael@stroeder.com>