forked from pool/python-aiohttp
Accepting request 1228520 from home:dgarcia:branches:devel:languages:python
- Update to 3.11.9:
* Fixed invalid method logging unexpected being logged at exception
level on subsequent connections -- by :user:`bdraco`.
* Improved performance of parsing headers when using the C parser --
by :user:`bdraco`.
- 3.11.8:
* Improved performance of creating :class:`aiohttp.ClientResponse`
objects when there are no cookies -- by :user:`bdraco`.
* Improved performance of creating :class:`aiohttp.ClientResponse`
objects -- by :user:`bdraco`.
* Improved performances of creating objects during the HTTP request
lifecycle -- by :user:`bdraco`.
* Improved performance of constructing :class:`aiohttp.web.Response`
with headers -- by :user:`bdraco`.
* Improved performance of making requests when there are no auto
headers to skip -- by :user:`bdraco`.
* Downgraded logging of invalid HTTP method exceptions on the first
request to debug level -- by :user:`bdraco`.
OBS-URL: https://build.opensuse.org/request/show/1228520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=140
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 11:02:09 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 3.11.9:
|
||||
* Fixed invalid method logging unexpected being logged at exception
|
||||
level on subsequent connections -- by :user:`bdraco`.
|
||||
* Improved performance of parsing headers when using the C parser --
|
||||
by :user:`bdraco`.
|
||||
- 3.11.8:
|
||||
* Improved performance of creating :class:`aiohttp.ClientResponse`
|
||||
objects when there are no cookies -- by :user:`bdraco`.
|
||||
* Improved performance of creating :class:`aiohttp.ClientResponse`
|
||||
objects -- by :user:`bdraco`.
|
||||
* Improved performances of creating objects during the HTTP request
|
||||
lifecycle -- by :user:`bdraco`.
|
||||
* Improved performance of constructing :class:`aiohttp.web.Response`
|
||||
with headers -- by :user:`bdraco`.
|
||||
* Improved performance of making requests when there are no auto
|
||||
headers to skip -- by :user:`bdraco`.
|
||||
* Downgraded logging of invalid HTTP method exceptions on the first
|
||||
request to debug level -- by :user:`bdraco`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 11:58:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user