From 23e784d6f26a7f281cc1173b0b2234ec751d59c0 Mon Sep 17 00:00:00 2001 From: Conor Holden Date: Fri, 5 Jul 2024 14:32:42 +0200 Subject: [PATCH] :memo:[maykinmedia/open-api-framework#39] add warning to the changelog --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e9de3884..df427ff9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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:: @@ -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 - `` +.. 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) ------------------