Skip to content

v1.3.5

Latest
Compare
Choose a tag to compare
@spring-builds spring-builds released this 17 Apr 14:17
· 89 commits to main since this release

⭐ New Features

  • GraphQL Subscriptions + graphql-java-extended-validation directives throws IllegalStateException rather than validation error #1143
  • GraphQlTester.Response should expose extensions #1131

🐞 Bug Fixes

  • Use correct logger name in QuerydslDataFetcher #1185
  • Allow non-nullable "edges" list type in GraphQL relay #1173
  • Cancellation signal is not propagated from transports to reactive controller methods #1149
  • HTTP request with invalid "Content-Type" header causes InvalidMimeTypeException and 500 response #1145
  • GraphQlTester does not pass extensions for subscriptions #1135

📔 Documentation

  • Documentation page about code generation is truncated #1188

🔨 Dependency Upgrades

  • Upgrade to Context Propagation 1.1.3 #1194
  • Upgrade to Micrometer 1.13.13 #1193
  • Upgrade to Reactor 2023.0.17 #1192
  • Upgrade to Spring Framework 6.1.19 #1191

❤️ Contributors

Thank you to all the contributors who worked on this release:

@JBodkin-Amphora and @pgrosslicht