diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2929836d..8b80cf9266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 5.6.0 - 2020-02-27 + +### Features + +* **API**: Endpoint to provide JSON schemas for all rule events. +* **API**: Better support for OpenAPI code generators. +* **API**: Fix total calculation in same hot paths. +* **API**: Performance improvements to the GraphQL endpoint. +* **API**: Performance improvements to reduce memory usage. +* **Contents**: Pujabi as new language. +* **Contents**: New scripting methods: `getReferences` and `getAssets` +* **Contents**: New flat data API description. +* **Infrastructure**: Simplified serializers to migrate to System.Text.Json when possible. +* **Permissions**: New permissions to only give access to contents created by the user. +* **Rules**: Custom payloads for AuzureQueue rules. +* **UI**: Editor extensions. +* **UI**: Delay tooltip a little bit. +* **UI**: Drag and drop of multiple files and folders. +* **UI**: Simply autocompletion for scripting. + +### Bugfixes + +* **Assets**: Fix surrogate keys for asset endpoint. +* **Contents**: Null fixesd for Odata. +* **UI**: Show all properties when exporting schemas. +* **UI**: Shortcut for new asset folder fixed. +* **UI**: Max height for language dropdown. +* **UI**: Fix custom editor in nested forms. +* **UI**: Fix reset button for assets. +* **Usages**: Fix usage notifications. + ## 5.5.0 - 2021-01-24 ### Features