Skip to content

v9.0.0 Spring Boot 3.3 and GraphQL Java 22

Compare
Choose a tag to compare
@paulbakker paulbakker released this 31 May 23:05
· 126 commits to master since this release
f9382bf

This release builds against Spring Boot 3.3, Spring GraphQL 1.3 and GraphQL Java 22 ๐ŸŽ‰

This is a major release because the upgrade to Boot 3.3 and GraphQL Java 22 are significant, and may require changes in your application code. There are no breaking changes in DGS itself though.

The changes in DGS itself are minimal: #1920

The most likely source of incompatibility are the changes in Instrumentation in GraphQL Java.

DGS 9.x is no longer compatible with Spring Boot 3.2 or below. It is however possible to use DGS 9 with Spring Boot 3.3 but with GraphQL Java 21 (the previous version).