From 0553e62b709a8b68b2699364c1da389d3974220d Mon Sep 17 00:00:00 2001 From: Nicholas Cristofaro Date: Tue, 22 Oct 2024 17:24:50 -0300 Subject: [PATCH] dev: Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bbed6b6d..ff53ec5723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ For details about compatibility between different releases, see the **Commitment - Potential leak of end devices of other (owned) applications in the top end devices panel in the application overview of the Console. - Fix reversed Join Server dev nonce metrics. +- Identity Server's store runs each migration within a transaction, so a migration's changes are only applied if all of its queries are successful. +- Identity Server's store now marks a migration as successful after all its operations are finished. Previously it was possible to have a successful migration which not all of its queries were processed. ### Security