From 166ff6f4fd47862cbc4aee2235d56883ec6d0e40 Mon Sep 17 00:00:00 2001 From: AN Long Date: Thu, 4 Jul 2024 23:24:40 +0800 Subject: [PATCH] update changelog --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 608bd2e..d668537 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ UNRELEASED - Fix an issue where loading a thrift file in a sub-thread will cause an error with ``load_fp``. - Move static metadata from ``setup.py`` to ``pyproject.toml``. +- Using a thread pool to avoid ``TAsyncSocket.open`` block the event loop. Version 0.5.1