Release 4.0.0
The main goal of this release is migration from the legacy GraphQL WebSockets protocol to the new one. Read this blog post for more details.
Breaking changes
- Migrate to graphql-ws protocol for GraphQL over WebSockets [#38]
- Remove GraphQL Java Kickstart support [#39]
New features
- Change default value of subscriptionReceiveTimeoutMillis to 10000 in CompositeKtorAdapter [#40]
Additionally all sample projects have been migrated to the official GraphQL Spring Boot Starter. See Gradle Example, Maven Example, Gradle Tutorial and Maven Tutorial.