Releases: GraphQLSwift/DataLoader
Releases · GraphQLSwift/DataLoader
2.3.5 - Birmingham
What's Changed
- Restore AsyncCollections dependency by @NeedleInAJayStack in #37
Full Changelog: 2.3.4...2.3.5
2.3.4 - Bozeman
What's Changed
- Adds swift wasm CI targets to DataLoader by @scottmarchant in #26
- Removes Wasm badge from README by @scottmarchant in #29
- Converts to swift-format by @NeedleInAJayStack in #30
- Corrects readme to specify correct format tool by @NeedleInAJayStack in #32
- Converts to Swift Testing by @NeedleInAJayStack in #33
- Adds Benchmarks by @NeedleInAJayStack in #35
- Remove async-collections dependency by @NeedleInAJayStack in #34
- Changes detached Tasks to child tasks by @NeedleInAJayStack in #36
Full Changelog: 2.3.3...2.3.4
2.3.3 - Fargo
What's Changed
- docs: Updates readme to use Async by @NeedleInAJayStack in #28
Full Changelog: 2.3.2...2.3.3
2.3.2 - Boston
What's Changed
- fix: avoid leaking CheckedContinuations by removing possible Channel actor reentrancy by @bjschoenfeld in #27
New Contributors
- @bjschoenfeld made their first contribution in #27
Full Changelog: 2.3.1...2.3.2
2.3.1 - Rome
What's Changed
- Uses GraphQLSwift CI by @NeedleInAJayStack in #24
- Feat: Add Swift-wasm suppport to DataLoader by @scottmarchant in #23
- SwiftPackageIndex Documentation by @NeedleInAJayStack in #25
New Contributors
- @scottmarchant made their first contribution in #23
Full Changelog: 2.3.0...2.3.1
2.3.0 - Munich
What's Changed
- SwiftFormat integration by @NeedleInAJayStack in #16
- chore: Adjusts format CI to use docker by @NeedleInAJayStack in #17
- Fixes @retroactive conformance warnings in tests by @NeedleInAJayStack in #20
- Concurrency by @ZirgVoice in #21
New Contributors
- @ZirgVoice made their first contribution in #21
Full Changelog: 2.2.0...2.3.0
2.2.0 - Prague
What's Changed
- Adding async await to DataLoader by @d-exclaimation in #15
New Contributors
- @d-exclaimation made their first contribution in #15
Full Changelog: 2.1.0...2.2.0
2.1.0 - Lava Hot
Makes cache clearing functions public
2.0.2 - Snow Day
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
Fixes a race condition bug with loadMany
Merges #11