From 742d511ea64053b7b01721dfc3500510538592b2 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 30 Jul 2023 19:07:31 +0200 Subject: [PATCH] Changelog for 7.8.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 376ed0dbaf..db4b114499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ 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.8.0] - 2023-07-30 + +### Fixed + +* **API**: Reduced memory allocations when computing hashes. +* **API**: Reduced memory usage for GraphQL schemas. +* **Comments**: Fixed mentions for longer comments. +* **GraphQL**: Use the data loaders correctly, which increases performance up to factor 5, depending on the queries. +* **OpenAPI**: Use camel-casing for shared models for content APIs, e.g. `ErrorDto`. + +### Changed + +* **Assets**: Remove all metadata when uploading an image. +* **General**: Rework of asynchronous background processes. +* **GraphQL**: Only query the selected fields from MongoDB to increase performance. +* **UI**: Fixes autocompletion for Liquid templates. + +### Added + +* **API**: New header to only query the selected fields from MongoDB to increase performance. + ## [7.7.0] - 2023-07-01 ### Fixed