⬆️ Update dependency aiohttp to v3.10.4 #45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/aiohttp-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==3.10.3
->==3.10.4
Release Notes
aio-libs/aiohttp (aiohttp)
v3.10.4
Compare Source
===================
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
.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.
Related issues and pull requests on GitHub:
:issue:
8685
.Fixed an edge case in the Python parser when chunk separators happen to align with network chunks -- by :user:
Dreamsorcerer
.Related issues and pull requests on GitHub:
:issue:
8720
.Improved documentation
Added
aiohttp-apischema
to supported libraries -- by :user:Dreamsorcerer
.Related issues and pull requests on GitHub:
:issue:
8700
.Miscellaneous internal changes
Improved performance of starting request handlers with Python 3.12+ -- by :user:
bdraco
.This change is a followup to :issue:
8661
to make the same optimization for Python 3.12+ where the request is connected.Related issues and pull requests on GitHub:
:issue:
8681
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.