Skip to content

Releases: graph-gophers/dataloader

v7.1.2

09 Sep 13:28
ab5318f

Choose a tag to compare

What's Changed

  • Remove unnecessary type descriptions by @pankona in #88
  • Update README to install v7 with go get command by @jrh3k5 in #114
  • bug: fix a logical (locking) error in the Loader.Load method by @svanharmelen in #113
  • Support cache skipping for Load() calls that throw SkipCacheError by @goncalvesnelson in #111
  • add Flush() to bypass waiting for the timer by @gburt in #110
  • Update docs for v7 by @abekoh in #106

New Contributors

Full Changelog: v7.1.0...v7.1.2

v7.1.0

13 Nov 22:44
6941216

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v7.1.0

Release v7.0.0

11 Apr 20:44
a7ede83

Choose a tag to compare

  • upgrades the library to Go v1.18
  • adds support for Generics
  • add an OTEL tracer

Migrate to Go modules

03 Sep 19:13
c87fdce

Choose a tag to compare

This release moves the project to use Go modules.

Release v5.0.0

19 Dec 02:50
65f631c

Choose a tag to compare

This is the same as v5, but using semantic versioning so that it works with tooling.