Skip to content

Commit

Permalink
📝[maykinmedia/open-api-framework#39] add warning to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Coperh committed Jul 5, 2024
1 parent b4e9864 commit 23e784d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Change history

* changed caching backend from LocMem to Redis
* Elastic APM service name can now be configured with ``ELASTIC_APM_SERVICE_NAME`` envvar
* made user emails unique to prevent two users logging in with the same email, causing an error

.. warning::

Expand All @@ -19,6 +20,10 @@ Change history
The service name for Elastic APM is now configurable via the ``ELASTIC_APM_SERVICE_NAME`` environment variable.
The default value changed from ``Objects API`` to ``objects - <ENVIRONMENT>``

.. warning::
User email addresses will now be unique on a database level. The database migration will fail if there are already
two or more users with the same email address. You must ensure this is not the case before upgrading.

2.3.1 (2024-03-22)
------------------

Expand Down

0 comments on commit 23e784d

Please sign in to comment.