| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-05-24 | 1.3 kB | |
| v7.1.2 source code.tar.gz | 2025-05-24 | 16.4 kB | |
| v7.1.2 source code.zip | 2025-05-24 | 25.4 kB | |
| Totals: 3 Items | 43.1 kB | 1 | |
What's Changed
- Remove unnecessary type descriptions by @pankona in https://github.com/graph-gophers/dataloader/pull/88
- Update README to install v7 with go get command by @jrh3k5 in https://github.com/graph-gophers/dataloader/pull/114
- bug: fix a logical (locking) error in the Loader.Load method by @svanharmelen in https://github.com/graph-gophers/dataloader/pull/113
- Support cache skipping for
Load()calls that throwSkipCacheErrorby @goncalvesnelson in https://github.com/graph-gophers/dataloader/pull/111 - add Flush() to bypass waiting for the timer by @gburt in https://github.com/graph-gophers/dataloader/pull/110
- Update docs for v7 by @abekoh in https://github.com/graph-gophers/dataloader/pull/106
New Contributors
- @jrh3k5 made their first contribution in https://github.com/graph-gophers/dataloader/pull/114
- @svanharmelen made their first contribution in https://github.com/graph-gophers/dataloader/pull/113
- @goncalvesnelson made their first contribution in https://github.com/graph-gophers/dataloader/pull/111
- @gburt made their first contribution in https://github.com/graph-gophers/dataloader/pull/110
- @abekoh made their first contribution in https://github.com/graph-gophers/dataloader/pull/106
Full Changelog: https://github.com/graph-gophers/dataloader/compare/v7.1.0...v7.1.2