You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [:objects-api:`572`] Add db connection pooling environment variables `documentation <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#database>`_
36
+
* [:objects-api:`550`] add OBJECTTYPE_VERSION_CACHE_TIMEOUT environment variable (see `documentation for environment variables for caching <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#cache>`_)
37
+
* [:objects-api:`572`] Add db connection pooling environment variables (see `documentation for environment variables for database <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config.html#database>`_)
* [: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>`_)
50
50
51
51
3.0.3 (2025-04-03)
52
52
------------------
@@ -132,8 +132,7 @@ Change history
132
132
.. warning::
133
133
134
134
Previous configuration files used for ``setup_configuration`` do not work.
135
-
See the `documentation <https://objects-and-objecttypes-api.readthedocs.io/en/latest/installation/config_cli.html>`_
136
-
for the available settings that can now be configured through ``setup_configuration``.
135
+
See :ref:`installation_config_cli` for the available settings that can now be configured through ``setup_configuration``.
137
136
138
137
* added support for configuring permissions through ``django-setup-configuration``
139
138
version ``0.4.0`` [#497]
@@ -246,7 +245,7 @@ Change history
246
245
* bumped python dependencies due to security issues: django, celery, certifi, maykin-2fa, mozilla-django-oidc-db,
247
246
sentry-sdk, webob and others (#428)
248
247
* bumped ``zgw-consumers`` to 0.29.0 and updated a code for clients, because of zgw-consumers breaking change.
0 commit comments