Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@ermadmi78 ermadmi78 released this 07 Apr 17:34
· 12 commits to main since this release

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.

Contributors