We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd374b1 commit 2d4a28bCopy full SHA for 2d4a28b
CHANGES.rst
@@ -153,6 +153,14 @@ Features
153
3.12.7 (2025-06-02)
154
===================
155
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
164
Bug fixes
165
---------
166
0 commit comments