From 539c6b5a5f0ef4139c3890ff402d4ba3995f6d17 Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Mon, 19 Aug 2019 08:05:16 +0200 Subject: [PATCH] CHANGELOG for v3.2 --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 1 + 2 files changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 870b604b5f..744a28d8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 3.2.0 - 2019-08-19 + +### Features + +* **Contents**: Improved reference dropdown selector. +* **API**: Json queries for new query editor. +* **API**: Moved from Swagger2 to OpenAPI for generated documentation. +* **API**: Improved GraphQL error handling. +* **API**: Setting to show PII (Personally Identifiable Information) in logs. +* **UI**: Query editor for json queries. +* **UI**: Horizontal scrolling in UI. +* **Assets**: Pass in time to cache to asset API. +* **Assets**: Shorter asset fields and asset migration. +* **Rules**: Kafka rule action, thanks to https://github.com/sauravvijay +* **DB**: Removed support for CosmosDB and DocumentDB due to high costs. + ## 3.1.0 - 2019-07-25 ### Features diff --git a/README.md b/README.md index bdc28cbdcc..90a699cac8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Current Version ![GitHub release](https://img.shields.io/github/release/squidex/ * [guohai](https://github.com/seamys): FTP asset store support, Email rule support, custom editors and bug fixes. * [pushrbx](https://pushrbx.net/): Azure Store support. * [razims](https://github.com/razims): GridFS support. +* [sauravvijay](ttps://github.com/sauravvijay): Kafka Rule action. ## Contributing