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.