Skip to content

Commit

Permalink
Changelog for 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed May 7, 2021
1 parent 18b9ea3 commit 13d1e94
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 13d1e94

Please sign in to comment.