Skip to content

Commit 2d4a28b

Browse files
[PR #11192/b888dc5c backport][3.12] Add warning to release notes about the quote_cookie fix (#11196)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent bd374b1 commit 2d4a28b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ Features
153153
3.12.7 (2025-06-02)
154154
===================
155155

156+
.. warning::
157+
158+
This release fixes an issue where the ``quote_cookie`` parameter was not being properly
159+
respected for shared cookies (domain="", path=""). If your server does not handle quoted
160+
cookies correctly, you may need to disable cookie quoting by setting ``quote_cookie=False``
161+
when creating your :class:`~aiohttp.ClientSession` or :class:`~aiohttp.CookieJar`.
162+
See :ref:`aiohttp-client-cookie-quoting-routine` for details.
163+
156164
Bug fixes
157165
---------
158166

0 commit comments

Comments
 (0)