rsocket-py
rsocket-py copied to clipboard
Bump aiohttp from 3.11.13 to 3.11.14
Bumps aiohttp from 3.11.13 to 3.11.14.
Release notes
Sourced from aiohttp's releases.
3.11.14
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: #10529.
Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: #10542.
The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: #10551.
Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: #10556.
Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: #10569.
Features
... (truncated)
Changelog
Sourced from aiohttp's changelog.
3.11.14 (2025-03-16)
Bug fixes
Fixed an issue where dns queries were delayed indefinitely when an exception occurred in a
trace.send_dns_cache_miss-- by :user:logioniz.Related issues and pull requests on GitHub: :issue:
10529.Fixed DNS resolution on platforms that don't support
socket.AI_ADDRCONFIG-- by :user:maxbachmann.Related issues and pull requests on GitHub: :issue:
10542.The connector now raises :exc:
aiohttp.ClientConnectionErrorinstead of :exc:OSErrorwhen failing to explicitly close the socket after :py:meth:asyncio.loop.create_connectionfails -- by :user:bdraco.Related issues and pull requests on GitHub: :issue:
10551.Break cyclic references at connection close when there was a traceback -- by :user:
bdraco.Special thanks to :user:
availovfor reporting the issue.Related issues and pull requests on GitHub: :issue:
10556.Break cyclic references when there is an exception handling a request -- by :user:
bdraco.Related issues and pull requests on GitHub: :issue:
10569.
... (truncated)
Commits
1a48a62Release 3.11.14 (#10582)d40e227[PR #10577/3c60cd22 backport][3.11] Parametrize leak tests (#10580)9396ef1[PR #10542/e1d2d77c backport][3.11] only useAI_ADDRCONFIGwhen supported b...4005080[PR #10564/a59e74b7 backport][3.11] Log offending websocket client address wh...6ae2570[PR #10569/dfbf782b backport][3.11] Break cyclic references when there is an ...771d203[PR #10556/9d4e1161 backport][3.11] Break cyclic references at connection clo...6357c05[PR #10551/d067260d backport][3.11] Re-raise OSError as ClientConnectionError...e9f3f03[PR #10529/492f63dc backport][3.11] Fixed bug that lead to infinite wait for ...928e6d7[PR #10552/44e669be backport][3.11] Cache parsing of the content-type (#10557)7205661[PR #10553/55c5f1fc backport][3.11] Add benchmark for JSON post requests that...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)