Spring for GraphQL 1.3.6 and 1.4.1 released

Releases | Brian Clozel | June 26, 2025 | ...

I am pleased to announce that Spring for GraphQL 1.3.6 and 1.4.1 maintenance releases are now available on Maven Central.

Both releases ship two important changes:

  1. a performance improvement of our cancellation support; see gh-1242.

Thank you so much to our community for spotting this in production! 2. a much-needed GraphiQL upgrade for the GraphQL explorer, as the former CDN setup was recently broken; see gh-1209

Iqn the meantime, you can override the spring-graphql version in your Spring Boot project by editing the Gradle build file:

ext['spring-graphql.version'] = '1.4.1'

There is similar support for Maven POMs:

<properties>
  <spring-graphql.version>1.4.1</spring-graphql.version>
  <!-- ... -->
</properties>

How can you help?

If you have general questions, please ask on stackoverflow.com using the spring-graphql tag.

Project Page | GitHub | Issues | Documentation | Stack Overflow

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all