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) ------------------