14
0

- update to 0.17.0:

* 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=22
This commit is contained in:
2023-05-03 08:46:41 +00:00
committed by Git OBS Bridge
parent 558b445daf
commit 9e7cec8fad
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 3 08:46:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.17.0:
* 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)
-------------------------------------------------------------------
Fri Apr 21 12:26:21 UTC 2023 - Dirk Müller <dmueller@suse.com>