From: Daniele Varrazzo Date: Thu, 3 Nov 2022 19:19:03 +0000 (+0100) Subject: docs(pool): add entry about issue #219 resolved X-Git-Tag: pool-3.1.4~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf80d48afa6b4243438d34130ca14c0f0336fba6;p=thirdparty%2Fpsycopg.git docs(pool): add entry about issue #219 resolved --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 367202de8..2f6473175 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -7,6 +7,16 @@ ``psycopg_pool`` release notes ============================== +Future releases +--------------- + +psycopg_pool 3.1.4 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fix async pool exhausting connections, happening if the pool is created + before the event loop is started (:ticket:`#219`). + + Current release ---------------