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 0c59ae6 commit 7b9255d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ Changes

**New features**

* Made user emails unique to prevent two users logging in with the same email, causing an error


.. warning::

The default value for ``ELASTIC_APM_SERVICE_NAME`` changed from ``Open Notificaties - <ENVIRONMENT>`` to ``nrc - <ENVIRONMENT>``.
The default values for ``DB_NAME``, ``DB_USER``, ``DB_PASSWORD`` changed from ``opennotificaties`` to ``nrc``.
The default value for ``LOG_OUTGOING_REQUESTS_DB_SAVE`` changed from ``False`` to ``True``.

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


Bugfixes/QoL:
* Settings module was refactored to use generic settings provided by Open API Framework

Expand Down

0 comments on commit 7b9255d

Please sign in to comment.