Skip to content

Releases: Netflix/dgs-framework

v11.0.0

05 Dec 21:45
0536318

Choose a tag to compare

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

Full Changelog: v10.3.0...v11.0.0

v11.0.0-rc.6

24 Nov 21:04

Choose a tag to compare

v11.0.0-rc.6 Pre-release
Pre-release

Upgrade to Spring Boot 4 RC2

08 Nov 16:22

Choose a tag to compare

Pre-release

Upgrading RC to spring boot 4 RC1

29 Oct 17:28

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v11.0.0-rc.2...v11.0.0-rc.4

v11.0.0-rc.2

15 Oct 19:54

Choose a tag to compare

v11.0.0-rc.2 Pre-release
Pre-release
don't log --info for gradle

v11.0.0-rc.1 based on Spring Boot 4

15 Oct 19:18
a07759a

Choose a tag to compare

Pre-release
Merge pull request #2210 from Netflix/dependabot/gradle/org.jetbrains…

v10.4.0

15 Sep 20:09
06b7ad4

Choose a tag to compare

What's Changed

  • Look for errors in the graphql response for metric tagging by @jjacobs44 in #2162
  • Allow strict mode with @DgsRuntimeWiring by @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

27 Aug 00:04
06b7ad4

Choose a tag to compare

Merge pull request #2201 from Netflix/dependabot/github_actions/actio…

v10.3.0-rc.2

21 Aug 22:26
e89d53e

Choose a tag to compare

v10.3.0-rc.2 Pre-release
Pre-release
Merge pull request #2204 from Netflix/feature/reload-data-loader

Fix: Properly construct a dgsDataLoaderReloadController

v10.3.0-rc.1

13 Aug 23:19
288b0c9

Choose a tag to compare

v10.3.0-rc.1 Pre-release
Pre-release
Merge pull request #2200 from Netflix/feature/reload-data-loader

Feature: Add data loader reload API for development environments