Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,13 @@ Change history

* [:objects-api:`566`] Add DB_CONN_MAX_AGE environment variable (see `documentation for environment variables for database <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#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 <database_connections>` for details.

3.0.3 (2025-04-03)
------------------

Expand Down
Loading