From: Ben Darnell Date: Fri, 8 Aug 2025 17:41:47 +0000 (-0400) Subject: Release notes for 6.5.2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3531%2Fhead;p=thirdparty%2Ftornado.git Release notes for 6.5.2 --- diff --git a/docs/releases.rst b/docs/releases.rst index 2cb3ff0b..a37951d9 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -4,6 +4,7 @@ Release notes .. toctree:: :maxdepth: 2 + releases/v6.5.2 releases/v6.5.1 releases/v6.5.0 releases/v6.4.2 diff --git a/docs/releases/v6.5.2.rst b/docs/releases/v6.5.2.rst new file mode 100644 index 00000000..cdec79f7 --- /dev/null +++ b/docs/releases/v6.5.2.rst @@ -0,0 +1,17 @@ +What's new in Tornado 6.5.2 +=========================== + +Aug 8, 2025 +----------- + +Bug fixes +~~~~~~~~~ + +- Fixed a bug that resulted in WebSocket pings not being sent at the configured interval. +- Improved logging for invalid ``Host`` headers. This was previouisly logged as an uncaught + exception with a stack trace, now it is simply a 400 response (logged as a warning in the + access log) +- Restored the ``host`` argument to ``.HTTPServerRequest``. This argument is deprecated + and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake. +- Removed a debugging print statement that was left in the code. +- Improved type hints for ``gen.multi``. \ No newline at end of file