You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropping support for Python 3.7. This is less necessary since we're no longer deprecating AsyncTestCase, but 3.7 just has a few more months of support left so it's not worth undoing that change. (and it's necessary to use samesite cookies)
Greatly improved performance for large websocket messages sent in multiple fragments (no longer quadratic)
The next version of Tornado will be 6.3. Changes I'd like to get in include
samesite
cookies)Deprecate all thePR: web: Deprecate xsrf_cookies #3226xsrf_token
stuff in favor of usingsamesite
on auth cookies.Figure out how to support cookie prefixes(Feature request: Cookie prefixes #2968) Needs more design work so won't be making it in to 6.3.XSRF cookies v3I didn't build a full "v3" of xsrf_cookies but we now have the option to rename the cookie to use a host prefix.The text was updated successfully, but these errors were encountered: