Skip to content

3.0.0 - Chianti

Latest
Compare
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