From ef4391ac263bb38756f87565bcc14fa7aca2a803 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Fri, 8 Aug 2025 13:41:47 -0400 Subject: [PATCH] Release notes for 6.5.2 --- docs/releases.rst | 1 + docs/releases/v6.5.2.rst | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/releases/v6.5.2.rst 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 -- 2.47.2