Releases: Netflix/dgs-framework
Releases · Netflix/dgs-framework
Upgrading RC to spring boot 4 RC1
What's Changed
- Update package names of excluded autoconfigs for SB4 by @jjacobs44 in #2223
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #2208
Full Changelog: v11.0.0-rc.2...v11.0.0-rc.4
v11.0.0-rc.2
don't log --info for gradle
v11.0.0-rc.1 based on Spring Boot 4
Merge pull request #2210 from Netflix/dependabot/gradle/org.jetbrains…
v10.4.0
What's Changed
- Look for errors in the graphql response for metric tagging by @jjacobs44 in #2162
- Allow strict mode with
@DgsRuntimeWiringby @sjohnr in #2192 - Feature: Add data loader reload API for development environments by @berngp in #2200
- Fix: Properly construct a dgsDataLoaderReloadController by @berngp in #2204
- Update to Spring Boot 3.5.5 which includes spring-graphql 1.4.1 by @paulbakker in #2205
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #2202
- Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #2206
- Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #2201
New Contributors
Full Changelog: v10.2.4...v10.4.0
v10.3.0
Merge pull request #2201 from Netflix/dependabot/github_actions/actio…
v10.3.0-rc.2
Merge pull request #2204 from Netflix/feature/reload-data-loader Fix: Properly construct a dgsDataLoaderReloadController
v10.3.0-rc.1
Merge pull request #2200 from Netflix/feature/reload-data-loader Feature: Add data loader reload API for development environments
v10.2.4
What’s Changed
🐛 Bug Fixes
- Migrate
spring.graphql.pathproperty (#2182) @sueskind - Correctly rethrow target exception in
BatchLoaderWithContextInterceptorwhen dataloader fails (#2186) @paulbakker
🔨 Dependency Upgrades
- Bump
org.apache.logging.log4j:log4j-apifrom 2.23.1 to 2.24.3 (#2184) @dependabot[bot] - Update Gradle Wrapper from 8.13 to 8.14.1 (#2163) @github-actions[bot]
- Bump
org.jmailen.kotlinterfrom 5.0.+ to 5.1.1 (#2173) @dependabot[bot] - Bump
org.springframework.graphql:spring-graphql-testfrom 1.3.4 to 1.4.0 (#2164) @dependabot[bot] - Bump
org.junit:junit-bomfrom 5.12.2 to 5.13.1 (#2174) @dependabot[bot]
v10.2.3
Merge pull request #2177 from Netflix/update-nebula.netflixoss-use-so…
v10.2.2
Merge pull request #2179 from Netflix/feature/strict-mode-property Add a dgs.graphql.strictmode.enabled property