-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump aiohttp to 3.11.0 #5376
Closed
Closed
Bump aiohttp to 3.11.0 #5376
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manually upgraded in the container as no changes needed. Ingress is noticeably faster on my slower systems. |
bdraco
commented
Nov 2, 2024
Should wait to merge until after home-assistant/core#129363 and the stable release happens. This PR is intended to discover issues that may affect supervisor so they can be tackled before the stable release changelog: aio-libs/aiohttp@v3.10.10...v3.11.0b0
bdraco
force-pushed
the
aiohttp_3110b0
branch
from
November 2, 2024 21:59
4b8cd37
to
f6d38af
Compare
bdraco
commented
Nov 3, 2024
bdraco
commented
Nov 6, 2024
bdraco
commented
Nov 8, 2024
bdraco
commented
Nov 10, 2024
bdraco
commented
Nov 11, 2024
bdraco
commented
Nov 13, 2024
bdraco
commented
Nov 13, 2024
closing in favor of #5416 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed change
Should wait to merge until after 3.11.0 has been released in core, however I'll keep updating this PR as we get closer to make sure nothing regresses in the mean time so we can go right to the stable version when it drops mid Nov.
This PR is intended to discover issues that may affect supervisor so they can be tackled before the stable release
changelog: aio-libs/aiohttp@v3.10.11...v3.11.0
Client performance is ~140% improved vs 3.10.10
WebSocket reader performance is ~380% improved vs 3.10.10
Type of change
Additional information
Checklist
ruff format supervisor tests
)If API endpoints or add-on configuration are added/changed: