Skip to content

Releases: Netflix/dgs-framework

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

v10.2.4

30 Jun 19:16
1df1c25

Choose a tag to compare

What’s Changed

🐛 Bug Fixes

  • Migrate spring.graphql.path property (#2182) @sueskind
  • Correctly rethrow target exception in BatchLoaderWithContextInterceptor when dataloader fails (#2186) @paulbakker

🔨 Dependency Upgrades

v10.2.3

17 Jun 22:31
b40f79b

Choose a tag to compare

Merge pull request #2177 from Netflix/update-nebula.netflixoss-use-so…

v10.2.2

17 Jun 21:49
9ddc5f5

Choose a tag to compare

Merge pull request #2179 from Netflix/feature/strict-mode-property

Add a dgs.graphql.strictmode.enabled property