Skip to content

Commit 125c7ed

Browse files
[PR #9577/a54dd98c backport][3.11] Cleanup changelog messages for 3.11 (#9579)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 429ec17 commit 125c7ed

6 files changed

+5
-5
lines changed

CHANGES/3945.deprecation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Deprecate obsolete `timeout: float` and `receive_timeout: Optional[float]` in `ClientSession.ws_connect()`. Change default websocket receive timeout from `None` to `10.0`.
1+
Deprecate obsolete `timeout: float` and `receive_timeout: Optional[float]` in :py:meth:`~aiohttp.ClientSession.ws_connect`. Change default websocket receive timeout from `None` to `10.0`.

CHANGES/6652.bugfix

-1
This file was deleted.

CHANGES/6652.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Raise :exc:`aiohttp.ServerFingerprintMismatch` exception on client-side if request through http proxy with mismatching server fingerprint digest: `aiohttp.ClientSession(headers=headers, connector=TCPConnector(ssl=aiohttp.Fingerprint(mismatch_digest), trust_env=True).request(...)` -- by :user:`gangj`.

CHANGES/8612.feature.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Exported ``ClientWSTimeout`` to top-level namespace -- by :user:`Dreamsorcerer`.
1+
Exported :py:class:`~aiohttp.ClientWSTimeout` to top-level namespace -- by :user:`Dreamsorcerer`.

CHANGES/8966.feature.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Updated ClientSession's auth logic to include default auth only if the request URL's origin matches _base_url; otherwise, the auth will not be included -- by :user:`MaximZemskov`
1+
Updated :py:class:`~aiohttp.ClientSession`'s auth logic to include default auth only if the request URL's origin matches _base_url; otherwise, the auth will not be included -- by :user:`MaximZemskov`

CHANGES/9207.feature.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added ``proxy`` and ``proxy_auth`` parameters to ``ClientSession`` -- by :user:`meshya`.
1+
Added ``proxy`` and ``proxy_auth`` parameters to :py:class:`~aiohttp.ClientSession` -- by :user:`meshya`.

0 commit comments

Comments
 (0)