What’s Changed
- Rename serverWebExchangeContextFilter to dgsServerWebExchangeContextFilter (#2063) @paulbakker
- Bump org.jetbrains:annotations from 26.0.0 to 26.0.1 (#2042) @dependabot
- Update to Spring Boot 3.3.5 (#2043) @kilink
- Bump actions/cache from 4.1.1 to 4.1.2 (#2045) @dependabot
- Bump actions/checkout from 4.2.1 to 4.2.2 (#2046) @dependabot
- Bump org.springframework.graphql:spring-graphql-test from 1.3.2 to 1.3.3 (#2044) @dependabot
- Improve handling of introspection properties. (#2056) @paulbakker
- support bean method-level @DgsDataLoader annotations (#2055) @iparadiso
- Add graphql-dgs-reactive to the compile classpath (#2050) @asibross
- Fail at startup when multiple data loaders have the same name (#2049) @asibross
- Throw exception during startup when multiple entity fetchers for the same type are registered (#2053) @paulbakker