From e3559d73c90f7de2c36fadc61d2e3f0f739e275e Mon Sep 17 00:00:00 2001 From: OlhaZahoruiko Date: Mon, 1 Dec 2025 12:51:53 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20[maykinmedia/open-api-f?= =?UTF-8?q?ramework#171]=20Upgrade=20OAF=20and=20add=20changelog=20warning?= =?UTF-8?q?=20for=20connection=20pooling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0c5c2e44..fd315b96 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -368,6 +368,13 @@ Change history * [:objects-api:`566`] Add DB_CONN_MAX_AGE environment variable (see `documentation for environment variables for database `_) +.. warning:: + + **Experimental:** — connection pooling is *not yet recommended for production use*. + It may not behave as expected when running uWSGI with multiple processes or threads. + Use this feature cautiously and test thoroughly before deployment. + See the :ref:`documentation ` for details. + 3.0.3 (2025-04-03) ------------------