Releases: grpc/grpc-swift-nio-transport
Releases · grpc/grpc-swift-nio-transport
2.1.0
What's Changed
SemVer Minor
- Add more explicit Sendable annotations. by @rafaelcepeda in #118
- Deprecate ambiguous IPv4 and IPv6 target APIs by @glbrntt in #117
SemVer Patch
- Fix Android build by @flymedllva in #114
- Load multiple certificates from a single trust root file by @josephnoir in #115
- Avoid deprecation warnings by @glbrntt in #119
- Use new http/2 frame delegate by @glbrntt in #120
- Fix hanging graceful channel shutdown by cleaning up state. by @k3zi in #122
Other Changes
- Enable release mode builds by @josephnoir in #121
New Contributors
- @flymedllva made their first contribution in #114
- @josephnoir made their first contribution in #115
- @rafaelcepeda made their first contribution in #118
- @k3zi made their first contribution in #122
Full Changelog: 2.0.0...2.1.0
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