Skip to content

Releases: GraphQLSwift/Graphiti

3.0.0 - Chianti

21 Aug 19:30
a23a3d2

Choose a tag to compare

What's Changed

See Migration for more details!

NIO removal

All NIO-based parameters and return types were removed, including all that used EventLoopGroup and EventLoopFutures.

Swift Concurrency checking

With the conversion from NIO to Swift Concurrency, types used across async boundaries should conform to Sendable to avoid errors and warnings.

Subscription result changes

The API.subscribe(...) will return a Result<AsyncThrowingStream<GraphQLResult, Error>>, instead of an EventStream.

Merged changes

Full Changelog: 2.1.0...3.0.0

2.1.0 - Verona

09 Jun 18:12
cedafbc

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0 - Limerick

14 Dec 20:19
6357451

Choose a tag to compare

What's Changed

Full Changelog: 1.15.2...2.0.0

1.15.2 - Aarhus

14 Dec 20:18
046675b

Choose a tag to compare

What's Changed

Full Changelog: 1.15.1...1.15.2

1.15.1 - Utrecht

27 Jul 15:57
ed06f06

Choose a tag to compare

What's Changed

  • ci: Changes xcode version to latest stable by @NeedleInAJayStack in #139
  • Fix exception thrown when two classes with the same name (but not the same fully-qualified name) are registered in a Schema by @abidon in #137

New Contributors

Full Changelog: 1.15.0...1.15.1

1.15.0 - Lugano

10 Jun 23:52
927ebb1

Choose a tag to compare

What's Changed

Full Changelog: 1.14.0...1.15.0

1.14.0 - Innsbruck

15 Nov 02:54
42623e2

Choose a tag to compare

What's Changed

  • Adds public inits for all 3 paginatable arguments structs by @cshadek in #131

Full Changelog: 1.13.0...1.14.0

1.13.0 - Toledo

12 Nov 16:15
61f714d

Choose a tag to compare

What's Changed

Full Changelog: 1.12.0...1.13.0

1.12.0 - Sicily

25 Oct 23:52
09b3c37

Choose a tag to compare

What's Changed

  • Made inits public for NoArguments and PageInfo by @cshadek in #126

Full Changelog: 1.11.0...1.12.0

1.11.0 - Bucharest

31 Jul 23:25
daa556a

Choose a tag to compare

What's Changed

Full Changelog: 1.10.1...1.11.0