Releases: graph-gophers/dataloader
Releases · graph-gophers/dataloader
v7.1.2
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 throwSkipCacheError
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
- @jrh3k5 made their first contribution in #114
- @svanharmelen made their first contribution in #113
- @goncalvesnelson made their first contribution in #111
- @gburt made their first contribution in #110
- @abekoh made their first contribution in #106
Full Changelog: v7.1.0...v7.1.2
v7.1.0
Release v7.0.0
- upgrades the library to Go v1.18
- adds support for Generics
- add an OTEL tracer
Migrate to Go modules
This release moves the project to use Go modules.
Release v5.0.0
This is the same as v5, but using semantic versioning so that it works with tooling.