14
0

- update to 0.16.2:

* Revert 'Fix async cancellation behaviour', which introduced race conditions
  * Raise RuntimeError if attempting to us UNIX domain sockets on Windows
  * Fix HTTP/1.1 interim informational responses, such as "100 Continue"
  * Support HTTP/1.1 informational responses.
  * Fix async cancellation behaviour.
  * Support h11 0.14

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=17
This commit is contained in:
2022-12-19 10:34:53 +00:00
committed by Git OBS Bridge
parent 98fb975100
commit 532fc84885
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Dec 19 10:11:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.16.2:
* Revert 'Fix async cancellation behaviour', which introduced race conditions
* Raise RuntimeError if attempting to us UNIX domain sockets on Windows
* Fix HTTP/1.1 interim informational responses, such as "100 Continue"
* Support HTTP/1.1 informational responses.
* Fix async cancellation behaviour.
* Support h11 0.14
-------------------------------------------------------------------
Wed Nov 23 14:26:53 UTC 2022 - Matej Cepl <mcepl@suse.com>