Release Notes / Version 10.2104
Table Of ContentsFix Exception when Struct value is null
When retrieving a value from a struct which is null, there is no longer an Exception thrown, but instead the value returned
(CMS-17269)
Headless search result not sorted correctly via site filters
When issueing a search query with a sort order over a site filter graphql endpoint, the result was not sorted correctly.
(CMS-17266)
Unwrap DataFetcherResult to have access to properties of products
Since introducing the DataFetchingResult to the ContentRoot and the CommerceFacade it is necessary to unwrap those when trying to access properties from e.g. a Product in a schema. Additionally the inherited values from the products won`t be transformed, since they use a different grammar than the CoreMedia Markup Grammar.
(CMS-17026)
Remove reference to deprecated methods and fields
GraphQLController: change produces APPLICATION_JSON_UTF8_VALUE to APPLICATION_JSON_VALUE, since browers like Chrome support it now
some changes in the ImageTransformation service
Remove reference to unused Swagger property in MediaController
(CMS-16916)
Dont process invalid siteIds anymore
Ignore invalid siteIDs and dont pass them to the commerce connection
(CMS-16841)
PageNotFound warnings for several paths in headless-server
Change log level of PageNotFound logger from warn to error
(CMS-16782)
Inherit directive works now over multiple files and extensions can be properly separated
All references to shared commerce objects have moved from the content-schema to the commerce-schema
Extensions can define their own types in a separate file and the Inherit directive works now over multiple files
(CMS-16334)