Releases: Netflix/dgs-framework
Releases · Netflix/dgs-framework
v11.0.0
Announcing DGS Framework 11.0.0
This is a major version release built on top of Spring Boot 4. If you are still using Spring Boot 3, please remain on v10.+ until your app is upgraded to Spring Boot 4.
For more information on this upgrade, please see the Release Notes for Spring Boot 4 and Spring GraphQL.
No new features have been added in this upgrade apart from the baseline OSS upgrade.
What's Changed
- Upgrade to Spring Boot 4 by @iparadiso in #2219
Full Changelog: v10.3.0...v11.0.0
v11.0.0-rc.6
Full Changelog: v11.0.0-rc.5...v11.0.0-rc.6
Upgrade to Spring Boot 4 RC2
Full Changelog: v11.0.0-rc.4...v11.0.0-rc.5
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