Skip to content

Releases: GraphQLSwift/DataLoader

2.3.5 - Birmingham

23 Apr 06:22
e9fd540

Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...2.3.5

2.3.4 - Bozeman

22 Apr 05:54
6e61423

Choose a tag to compare

What's Changed

Full Changelog: 2.3.3...2.3.4

2.3.3 - Fargo

07 Jan 06:14
6cbaae0

Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.3.3

2.3.2 - Boston

11 Sep 14:38
15ff327

Choose a tag to compare

What's Changed

  • fix: avoid leaking CheckedContinuations by removing possible Channel actor reentrancy by @bjschoenfeld in #27

New Contributors

Full Changelog: 2.3.1...2.3.2

2.3.1 - Rome

20 Jun 16:00
3945e9c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0 - Munich

26 Oct 03:29
52b1f3d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.3.0

2.2.0 - Prague

25 Jul 21:50
5c27005

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0 - Lava Hot

18 Jun 21:37
b235b88

Choose a tag to compare

Makes cache clearing functions public

2.0.2 - Snow Day

02 Feb 17:09
bc8ec06

Choose a tag to compare

This fixes throwing batchLoadFunctions, which in the past would cause deadlocks or an abandoned NIO future errors.

Merges: #13

2.0.1 - The High Country

08 Oct 19:25
622f0d3

Choose a tag to compare

Fixes a race condition bug with loadMany

Merges #11