Skip to content

Releases: Netflix/dgs-framework

v8.1.0

16 Nov 23:30
7871fb9
Compare
Choose a tag to compare

What’s Changed

This release introduces a new configuration to enable ticker mode in the ScheduledExecutorService via dgs.graphql.dataloaderTickerModeEnabled . This uses the new ticker mode feature introduced in the 3.2.1 release of java-dataloader and additional fixes in 3.2.2. This change allows the usage of chained dataloaders without the need to manually dispatch the loader calls using the ScheduledDataLoaderRegistry with ticker mode enabled.

v8.0.3

15 Nov 21:37
775eadb
Compare
Choose a tag to compare

What’s Changed

  • fix issue 1569 -- parse custom scalars in _entities representations (#1710) @Emily

v8.0.2

13 Nov 18:34
ed0af2b
Compare
Choose a tag to compare

What’s Changed

v8.0.1

06 Nov 03:37
b84bb1a
Compare
Choose a tag to compare

What’s Changed

v5.6.1

31 Oct 03:35
Compare
Choose a tag to compare
  • Inject DataLoaderOptionsProvider bean, if custom is provided. (#1688)

Full Changelog: v5.6.0...v5.6.1

v5.6.0

29 Oct 00:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.5...v5.6.0

v8.0.0

27 Oct 17:39
3afa777
Compare
Choose a tag to compare

This release updates the graphql-java version to 21.2. The main breaking change affects the usage of the already deprecated DefaultExceptionHandler::onException method. If you have defined your own custom exception handlers, you will need to switch to using handleException instead of onException.

What’s Changed

v8.0.0-rc.1

18 Oct 03:24
Compare
Choose a tag to compare
v8.0.0-rc.1 Pre-release
Pre-release

Experimental release with graphql-java 20.2 and java-dataloader 3.2.1

7.6.0

12 Oct 23:21
8b217b2
Compare
Choose a tag to compare

What’s Changed

7.6.0-rc.1 Virtual Threads

11 Oct 18:03
147c367
Compare
Choose a tag to compare
Pre-release

What’s Changed

  • (Experimental) Added support for automatically running data fetchers on virtual threads (#1662) @paulbakker