Releases: grpc/grpc-swift-nio-transport
Releases · grpc/grpc-swift-nio-transport
2.0.0
1.2.3
1.2.2
1.2.1
What's Changed
SemVer Patch
- Add availability to
ConstantAsyncSequence
by @FranzBusch in #107
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
SemVer Minor
- Add API for custom private keys by @glbrntt in #102
- Add a transport for wrapping a NIO Channel by @glbrntt in #101
- Add support for NIOCertificateReloading by @glbrntt in #104
SemVer Patch
- Update generated code by @glbrntt in #99
- Wait for status to be written before closing by @glbrntt in #103
- Move availability inline by @glbrntt in #105
Other Changes
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
SemVer Minor
SemVer Patch
- Fix bad transition when server sends invalid headers in stream state machine by @gjcairo in #88
- Apply patch to clamp window size to Int32.max by @jessezamora in #92
- Set tolerance to zero when using
Task.sleep
by @gjcairo in #94 - Fix minimum version of swift-nio-transport-services by @glbrntt in #93
- Close request writer when finishing with an error by @gjcairo in #98
Other Changes
- Switch integration tests to newer Swift test matrix by @rnro in #87
- Enable Swift 6.1 jobs in CI by @rnro in #89
New Contributors
- @jessezamora made their first contribution in #92
- @jtdavey made their first contribution in #97
Full Changelog: 1.0.3...1.1.0
1.0.3
1.0.2
1.0.1
What's Changed
SemVer Patch
- Stop using package level API from
CompressionAlgorithm
by @glbrntt in #69 - Workaround nightly compiler crash by @glbrntt in #68
- Ensure port isn't included in SNI hostname by @glbrntt in #76
Other Changes
- Fix flaky test by @gjcairo in #70
- Uncomment
StreamPriorityData
frames in stream handler tests by @gjcairo in #73 - Rename nightly_6_1 params to nightly_next by @rnro in #77
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
This is the first stable release of gRPC Swift NIO Transport.
To learn more about gRPC Swift check out the documentation on the Swift Package Index, or try out one of the examples.
Changes
Full Changelog: 1.0.0-rc.1...1.0.0