close

Filter

loading table of contents...

Release Notes / Version 11.2110

Table Of Contents

GraphQL Java Libraries Updated to Version 17.3

These libraries have been updated:

  • com.graphql-java:graphql-java from 16.2 to 17.3

  • com.graphql-java:graphql-java-extended-scalars from 15.0.0 to 17.0

  • com.graphql-java:java-dataloader from 2.1.1 to 3.1.1

The public API CoreMedia class CacheMapWrapper , used for the dataloader cache was revoked due to breaking changes in the dataloader API. The dataloader cache is now created using the updated dataloader API only. (see CaasConfig)

Since version 17.0, GraphQL Java checks the syntax of the schema more strictly. Types implementing from 2 or more interfaces, now have to use an "&" character (instead of a comma) to enumerate interfaces. If the schema was customized, the schema should be checked for potential breaking changes in the used syntax.

For details see the original release notes:

(CMS-20151)

Search Results

Table Of Contents