github graphql-java/java-dataloader v3.0.0
3.0.0

latest releases: v3.3.0, v3.2.2, v3.2.1...
2 years ago

Breaking Changes

  • the CacheMap signature has been changed to correctly reflect that it is a cache of CompletableFuture<V> and not just <V>

Other changes

  • a new ValueCache layer has been added to that allows values to be stored in external cache systems such as REDIS or long lived cross request systems like Caffeine

  • A new last dispatched time is present on DataLoaders

  • An experimental ScheduledDataLoaderRegistry that allows new ways to dispatch dataloaders.

Don't miss a new java-dataloader release

NewReleases is sending notifications on new releases.