From a61de1d785158f4f3f2c8d1b5e26b8c5819e6252 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 16 Dec 2024 07:18:57 +0000 Subject: [PATCH] add news --- docs/versionhistory.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 50745252..7f2af231 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -2,7 +2,11 @@ Version history =============== This library adheres to `Semantic Versioning 2.0 `_. - +**UNRELEASED** +- Configure ``SO_RCVBUF``, ``SO_SNDBUF`` and ``TCP_NODELAY`` on the selector + thread waker socket pair. This should improve the performance of ``wait_readable()`` + and ``wait_writable()`` when using the ``ProactorEventLoop`` + (`#836 `_) (PR by @graingert) **4.7.0** - Updated ``TaskGroup`` to work with asyncio's eager task factories