Skip to content

v1.2.5

Compare
Choose a tag to compare
@spring-builds spring-builds released this 21 Feb 09:08
· 143 commits to main since this release

⭐ New Features

  • Revise default ScrollSubrange support for QueryDsl and QBE DataFetcher's #917
  • Avoid changing default DataLoaderRegistry when there are no registrations #915
  • Decode GraphQL request body to higher level object #905
  • Avoid async handling in WebMvc if not necessary to wait #904
  • Allow passing Map of DataFetcher registrations to SchemaMappingInspector as alternative to RuntimeWiring #894
  • Provide access to SchemaMappingInspector #881

🪲 Bug Fixes

  • Adjust offset based pagination to be exclusive of reference position #916
  • Multiple ControlledAdvice is not working properly #901
  • Verify errors in GraphQlTester nested path check with Consumer #891
  • Ensure schema inspection always runs once even if the builder is used again #878
  • Schema inspection ignores types wrapped by Optional #875
  • @SubscriptionMapping missing AuthenticationPrincipal #861

🔨 Dependency Upgrades

  • Upgrade to Kotlin 1.9.22 #908
  • Upgrade to Micrometer 1.11.9 and Tracing 1.1.10 #911
  • Upgrade to Reactor 2022.0.16 #910
  • Upgrade to Spring Data 2023.0.9 #912
  • Upgrade to Spring Framework 6.0.17 #909
  • Upgrade to Spring Security 6.1.7 #913

❤️ Contributors

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

@erichaagdev and @nilshartmann