Skip to content

Releases: graphql-java/java-dataloader

2.0.0

09 Sep 14:44
Compare
Choose a tag to compare
  • #9 - add Try support
  • This changes the DataLoader registry so its a named map of loaders
  • Removed the dependency on graphql-java
  • Removed the graphql dispatching Instrumentation (since it will be moved to graphql-java)

1.0.2

01 Sep 06:22
Compare
Choose a tag to compare

#5

  • There is now graphql Instrumentation support that ensures dataloader is dispatched as a graphql query executes

1.0.1

02 Aug 11:44
Compare
Choose a tag to compare

This is the first release of the pure Java 8 port of Facebook data loader

It has no dependencies on any library to make it as lightweight as possible.

https://github.com/graphql-java/java-dataloader

Enjoy