Browse Source

CHANGELOG for v3.2

pull/402/head 3.2.0
Sebastian Stehle 7 years ago
parent
commit
539c6b5a5f
  1. 16
      CHANGELOG.md
  2. 1
      README.md

16
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

1
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

Loading…
Cancel
Save