Skip to content

7.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 17:56
· 168 commits to master since this release

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.