Skip to content

Commit

Permalink
Cleanup changelog messages for 3.11 (#9577)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 28, 2024
1 parent 951def1 commit a54dd98
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES/3945.breaking.rst
Original file line number Diff line number Diff line change
@@ -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`.
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`.
1 change: 0 additions & 1 deletion CHANGES/6652.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions CHANGES/6652.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +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`.
2 changes: 1 addition & 1 deletion CHANGES/8612.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Exported ``ClientWSTimeout`` to top-level namespace -- by :user:`Dreamsorcerer`.
Exported :py:class:`~aiohttp.ClientWSTimeout` to top-level namespace -- by :user:`Dreamsorcerer`.
2 changes: 1 addition & 1 deletion CHANGES/8966.feature.rst
Original file line number Diff line number Diff line change
@@ -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`
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`
2 changes: 1 addition & 1 deletion CHANGES/9207.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Added ``proxy`` and ``proxy_auth`` parameters to ``ClientSession`` -- by :user:`meshya`.
Added ``proxy`` and ``proxy_auth`` parameters to :py:class:`~aiohttp.ClientSession` -- by :user:`meshya`.

0 comments on commit a54dd98

Please sign in to comment.