Sourced from aiohttp's releases.
3.10.5
Bug fixes
Fixed :meth:
aiohttp.ClientResponse.json()
not settingstatus
when :exc:aiohttp.ContentTypeError
is raised -- by :user:bdraco
.Related issues and pull requests on GitHub: #8742.
Miscellaneous internal changes
Improved performance of the WebSocket reader -- by :user:
bdraco
.
3.10.4
Bug fixes
Fixed decoding base64 chunk in BodyPartReader -- by :user:
hyzyla
.Related issues and pull requests on GitHub: #3867.
Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:
bdraco
.Related issues and pull requests on GitHub: #8680.
Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:
bdraco
.If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.
... (truncated)
Sourced from aiohttp's changelog.
3.10.5 (2024-08-19)
Bug fixes
Fixed :meth:
aiohttp.ClientResponse.json()
not settingstatus
when :exc:aiohttp.ContentTypeError
is raised -- by :user:bdraco
.Related issues and pull requests on GitHub: :issue:
8742
.Miscellaneous internal changes
Improved performance of the WebSocket reader -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
8736
, :issue:8747
.
3.10.4 (2024-08-17)
Bug fixes
Fixed decoding base64 chunk in BodyPartReader -- by :user:
hyzyla
.Related issues and pull requests on GitHub: :issue:
3867
.Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:
bdraco
.Related issues and pull requests on GitHub: :issue:
8680
.
... (truncated)
ec453ba
Release 3.10.5 (#8754)5953df1
[PR #8749/5e30b49 backport][3.10] Bump cffi to 1.17.0 (#8752)83bd239
[PR #8747/e97b17a6 backport][3.10] Make MESSAGE_TYPES_WITH_CONTENT a frozense...c7ff47b
[PR #8742/b4f9cb35 backport][3.10] Fix status not being set when ClientRespon...fbfedd6
[PR #8736/1b88af2 backport][3.10] Improve performance of WebSocketReader (#8743)dba2605
[3.10] Bump pypa/cibuildwheel to v2.20.0 (#8740)92dc91b
Bump version to 3.10.5.dev08dcd3a4
Release 3.10.4 (Attempt 2) (#8732)f4d4f2a
Release 3.10.4 (#8731)0f1a008
[PR #8685/e7c02ca4 backport][3.10] Fix exceptions from WebSocket ping task no...