Spring for GraphQL 1.3.6 and 1.4.1 released
I am pleased to announce that Spring for GraphQL 1.3.6 and 1.4.1 maintenance releases are now available on Maven Central.
- 1.4.1 closes 15 issues. This version will ship with Spring Boot 3.5.4, to be released on July 24th.
- 1.3.6 closes 15 issues. This version will ship with Spring Boot 3.4.8, to be scheduled soon.
Both releases ship two important changes:
- 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 …