tesoro
tesoro copied to clipboard
Bump aiohttp from 3.10.2 to 3.10.5
Bumps aiohttp from 3.10.2 to 3.10.5.
Release notes
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)
Changelog
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)
Commits
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...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)