From 3cbc245553b9ba748bdab9631550df8787cafd21 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 30 Oct 2020 10:48:45 +0100 Subject: [PATCH] Changelog updated. --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482ab5a8c..970828d35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## 5.3.0 - 2020-10-30 + +### Breaking changes + +This changes reverts the changes from `5.1.0` and uses a normal handling of forwarded headers again. + +Futhermore it fixes some issues with the migration from 4.X versions. You have to run the migrations agains as explained here: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support#my-migration-is-broken + +### Features + +* **Assets**: Upload assets by dropping a folder to the drop area. +* **Assets**: Introduce a new option to fix broken asset files. +* **Backups**: Ignore missing asset files during backup and restore. +* **GraphQL**: Limit the number of parallel requests in GraphQL to keep the load on MongoDB low. +* **GraphQL**: Resolve reverse references in GraphQL. +* **Rules**: Log exceptions in rule handlers (actions). +* **UI**: Provide access to the current language in field editors. + +### Bugfixes + +* **Assets**: Fix parent id for folders. See above. +* **UI**: Several layout fixes in the UI. +* **UI**: Several UI language fixes. + +## 4.7.6 - 2020-10-30 + +### Features + +* **Assets**: Upload assets by dropping a folder to the drop area. +* **GraphQL**: Limit the number of parallel requests in GraphQL to keep the load on MongoDB low. +* **GraphQL**: Resolve reverse references in GraphQL. +* **Rules**: Log exceptions in rule handlers (actions). +* **UI**: Provide access to the current language in field editors. + +### Bugfixes + +* **UI**: Several layout fixes in the UI. +* **UI**: Several UI language fixes. + ## 5.1.0 - 2020-10-20 ### Breaking Changes