Skip to content

Spring for GraphQL Versions

Rossen Stoyanchev edited this page May 21, 2024 · 11 revisions

This document describes new features, noteworthy changes, and provides guidance on upgrading from earlier versions. If you see anything missing or inaccurate, please submit a pull-request against individual pages, or create an issue.

Supported Versions

  • 1.3.x on May-2024 is the current production line for use with Boot 3.3 and a GraphQL Java 22 baseline.

  • 1.2.x on May-2023 is for use with Boot 3.1 and a GraphQL Java 20 baseline.

  • 1.1.x on Nov-2022 is the first release based on Spring Framework 6, Jakarta EE, and Java 17 for use with Boot 3.0+ and GraphQL Java 19.

  • 1.0.x on May-2022 is the first production release based on Spring Framework 5.3 and Java 8 for use with Boot 2.7+ and GraphQL Java 18.

For more details on supported versions and JDK version ranges, please see the Spring Framework Versions. We generally adhere to the same baseline as the underlying Spring Framework feature branch.

For support and EOL dates, check the Support page.

What’s New and Migration Notes