Skip to content

Commit ed48538

Browse files
committed
📝[maykinmedia/open-api-framework#39] add warning to the changelog
1 parent 92cba20 commit ed48538

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,21 @@ New features:
1111

1212
* Add support for mounting Open Klant on a ``SUBPATH``
1313
* Elastic APM service name can now be configured with ``ELASTIC_APM_SERVICE_NAME`` envvar
14+
* Made user emails unique to prevent two users logging in with the same email, causing an error
1415

1516
.. warning::
1617

1718
The service name for Elastic APM is now configurable via the ``ELASTIC_APM_SERVICE_NAME`` environment variable.
1819
The default value changed from ``Open Klant - <ENVIRONMENT>`` to ``openklant - <ENVIRONMENT>``
1920

21+
.. warning::
22+
User email addresses will now be unique on a database level. The database migration will fail if there are already
23+
two or more users with the same email address. You must ensure this is not the case before upgrading.
24+
25+
26+
2027
Bugfixes/QoL:
28+
2129
* Settings module was refactored to use generic settings provided by Open API Framework
2230

2331

0 commit comments

Comments
 (0)