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.
- Update set up for ScheduledExecutorService. (#1705) @srinivasankavitha
- Update to gradle 8.0.2 (#1715) @kilink
- Disable SSE Subscription tests (#1714) @paulbakker