From 13d1e94adc0ac1f1118177dbe40adf8ccce7e7dd Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 7 May 2021 15:39:43 +0200 Subject: [PATCH] Changelog for 5.7.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be03d7c97..a7f4c14828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 5.7.0 - 2012-05-07 + +### Features + +* **Assets**: Delete assets permanently. +* **GraphQL**: Updrade to GraphQL.NET 4 for better performance. +* **GraphQL**: Provide detailed user information for contents and assets. +* **Infrastructure**: New option to disable the request log. +* **Infrastructure**: Update of NSWAG to reduce memory footprint. +* **Performance**: Performance optimization for batch operations. +* **Performance**: Performance improvements for restore operations, recovery and repair. +* **Rules**: New rule simulator to test how a rule would have behaved for the latest 100 events within the last 7 days. +* **Rules**: Better rule editor for scripts and templates including intellisense code formatting. +* **Rules**: Http DELETE for webhooks. +* **Scripting**: More variables for scripts. +* **Scripting**: New functions to hash strings with SHA256 and MD5. +* **UI**: Easy cloning of references. +* **UI**: New fullscreen view for rules. +* **UI**: Show confirm and alert dialogs in UI plugins. +* **UI**: Show asset selector in UI plugins. +* **UI**: Show saved queries i nsearch dialog. + +### Bugfixes + +* **OpenAPI**: Fix several endpoint descriptions. +* **Contents**: Correct validation for PUT requests. +* **GraphQL**: Fix GraphQL for empty nested fields. +* **UI**: Url decode role names in API endpoint. +* **UI**: Fix several error handling bugs, especially around content updates. + ## 5.6.0 - 2021-02-27 ### Features