diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6d8de82b..55fcbc20cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [7.16.0] - 2024-11-29 + +### Fixed + +* **API**: Fix the OpenAPI spec for file uploads. +* **UI**: Also detect meta key when opening content in new tab. +* **UI**: Fix the prefix detection when selection content fields in custom query. + +### Changed + +* **Comments**: New autocompletion for mentions. +* **UI**: Simplified asset content editor. +* **UI**: Simplified login screen. +* **UI**: Simplified references content editor. + +### Added + +* **Contents**: APIs and UI to create indexes for contents. +* **Contents**: Define the collation in queries. +* **Contents**: New scripting extensions to pass non-JSON bodies to requests. +* **Contents**: New scripting extensions to query contents. +* **Contents**: Permanent schema deletion via API. +* **Telemetry**: Added exporters for OTL logs. +* **Telemetry**: Added exporters for OTL metrics. + ## [7.15.0] - 2024-08-23 ### Fixed