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 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:
1.4.1
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
THE END
暂无评论内容