Skip to content

Releases: grpc/grpc-swift-nio-transport

2.0.0

03 Jun 09:47
e306943
Compare
Choose a tag to compare

What's Changed

SemVer Major

Full Changelog: 1.2.2...2.0.0

1.2.3

09 Jun 08:33
ca2303e
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Full Changelog: 1.2.2...1.2.3

1.2.2

29 May 12:38
030b9aa
Compare
Choose a tag to compare

What's Changed

SemVer Patch

  • Workaround compiler crashes seen by some toolchains by @glbrntt in #110

Full Changelog: 1.2.1...1.2.2

1.2.1

21 May 19:29
7733a8e
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Full Changelog: 1.2.0...1.2.1

1.2.0

21 May 10:02
e726e36
Compare
Choose a tag to compare

What's Changed

SemVer Minor

SemVer Patch

Other Changes

Full Changelog: 1.1.0...1.2.0

1.1.0

13 May 10:16
5d0c90b
Compare
Choose a tag to compare

What's Changed

SemVer Minor

  • Expose the peerCertificate from mTLS to ServerContext by @jtdavey in #97

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

Full Changelog: 1.0.3...1.1.0

1.0.3

07 Apr 14:17
9bd1b5b
Compare
Choose a tag to compare

What's Changed

SemVer Patch

Other Changes

  • Add static SDK CI workflow by @rnro in #79

Full Changelog: 1.0.2...1.0.3

1.0.2

17 Mar 16:31
dac5f35
Compare
Choose a tag to compare

What's Changed

SemVer Patch

  • Fix build when using static Linux SDK by @gjcairo in #80

Full Changelog: 1.0.1...1.0.2

1.0.1

05 Mar 17:36
803769e
Compare
Choose a tag to compare

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

31 Jan 14:39
b549df5
Compare
Choose a tag to compare

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