From 374984fe1cedb5035cd44901b1b6970f7e0f3cb8 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Fri, 8 Mar 2024 00:59:15 +0000 Subject: [PATCH] Update changelog -Breaking Change- --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009a27c7..6e08eb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog -## --- [4.3.0] - 2023/TBD -### New features -TBD +## --- [4.3.0] - 2023/03/09 +### Breaking Changes +- This release includes database migrations that are not revertable. Once you update to this version you will not be able to rollback to a previous version. +- In this release, we've implemented a breaking change to enhance server identification within Crafty: instead of relying on numerical integers (1, 2, 3, etc.), Servers are now uniquely identified by their UUIDs. Please adapt your API clients accordingly. + ### Refactor - Refactor remote file downloads ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/719)) ### Bug fixes