Merged
Conversation
d6e6abb to
2cb6cf4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #499 +/- ##
=======================================
Coverage 94.89% 94.89%
=======================================
Files 4 4
Lines 294 294
Branches 17 17
=======================================
Hits 279 279
Misses 11 11
Partials 4 4 ☔ View full report in Codecov by Sentry. |
|
This file contains hidden or 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
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.

This PR contains the following updates:
3.9.1->3.9.3Release Notes
aio-libs/aiohttp (aiohttp)
v3.9.3: 3.9.3Compare Source
Bug fixes
Fixed backwards compatibility breakage (in 3.9.2) of
sslparameter when set outsideof
ClientSession(e.g. directly inTCPConnector) -- by :user:Dreamsorcerer.Related issues and pull requests on GitHub:
#8097, #8098.
Miscellaneous internal changes
Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures.
Related issues and pull requests on GitHub:
#3957.
v3.9.2: 3.9.2Compare Source
Bug fixes
Fixed server-side websocket connection leak.
Related issues and pull requests on GitHub:
#7978.
Fixed
web.FileResponsedoing blocking I/O in the event loop.Related issues and pull requests on GitHub:
#8012.
Fixed double compress when compression enabled and compressed file exists in server file responses.
Related issues and pull requests on GitHub:
#8014.
Added runtime type check for
ClientSessiontimeoutparameter.Related issues and pull requests on GitHub:
#8021.
Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:
pajod.Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
Invalid header field names containing question mark or slash are now rejected.
Such requests are incompatible with :rfc:
9110#section-5.6.2and are not known to be of any legitimate use.Related issues and pull requests on GitHub:
#8074.
Improved validation of paths for static resources requests to the server -- by :user:
bdraco.Related issues and pull requests on GitHub:
#8079.
Features
Added support for passing :py:data:
Truetosslparameter inClientSessionwhiledeprecating :py:data:
None-- by :user:xiangyan99.Related issues and pull requests on GitHub:
#7698.
Breaking changes
Fixed an unhandled exception in the Python HTTP parser on header lines starting with a colon -- by :user:
pajod.Invalid request lines with anything but a dot between the HTTP major and minor version are now rejected.
Invalid header field names containing question mark or slash are now rejected.
Such requests are incompatible with :rfc:
9110#section-5.6.2and are not known to be of any legitimate use.Related issues and pull requests on GitHub:
#8074.
Improved documentation
Fixed examples of
fallback_charset_resolverfunction in the :doc:client_advanceddocument. -- by :user:henry0312.Related issues and pull requests on GitHub:
#7995.
The Sphinx setup was updated to avoid showing the empty
changelog draft section in the tagged release documentation
builds on Read The Docs -- by :user:
webknjaz.Related issues and pull requests on GitHub:
#8067.
Packaging updates and notes for downstreams
The changelog categorization was made clearer. The
contributors can now mark their fragment files more
accurately -- by :user:
webknjaz.The new category tags are:
Related issues and pull requests on GitHub:
#8066.
Contributor-facing changes
Updated :ref:
contributing/Tests coverage <aiohttp-contributing>section to show how we usecodecov-- by :user:Dreamsorcerer.Related issues and pull requests on GitHub:
#7916.
The changelog categorization was made clearer. The
contributors can now mark their fragment files more
accurately -- by :user:
webknjaz.The new category tags are:
Related issues and pull requests on GitHub:
#8066.
Miscellaneous internal changes
Replaced all
tmpdirfixtures withtmp_pathin test suite.Related issues and pull requests on GitHub:
#3551.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.