Skip to content

Releases: GraphQLSwift/Graphiti

3.1.0 - Benasque

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 07 Feb 07:20
3ec7bf9

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0 - Chianti

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 21 Aug 19:30
a23a3d2

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

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 09 Jun 18:12
cedafbc

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0 - Limerick

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 14 Dec 20:19
6357451

What's Changed

Full Changelog: 1.15.2...2.0.0

1.15.2 - Aarhus

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 14 Dec 20:18
046675b

What's Changed

Full Changelog: 1.15.1...1.15.2

1.15.1 - Utrecht

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 27 Jul 15:57
ed06f06

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

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 10 Jun 23:52
927ebb1

What's Changed

Full Changelog: 1.14.0...1.15.0

1.14.0 - Innsbruck

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 15 Nov 02:54
42623e2

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

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 12 Nov 16:15
61f714d

What's Changed

Full Changelog: 1.12.0...1.13.0

1.12.0 - Sicily

Choose a tag to compare

@NeedleInAJayStack NeedleInAJayStack released this 25 Oct 23:52
09b3c37

What's Changed

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

Full Changelog: 1.11.0...1.12.0