Skip to content

Releases: apple/swift-nio-quic

0.2.1

0.2.1 Pre-release
Pre-release

Choose a tag to compare

@glbrntt glbrntt released this 10 Aug 12:58
1535c85

What's Changed

SemVer Patch

Other Changes

  • Add a test for firing close errors before closing streams by @glbrntt in #67

Full Changelog: 0.2.0...0.2.1

0.2.0

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@glbrntt glbrntt released this 30 Jul 16:01
895c0b9

What's Changed

SemVer Major

SemVer Minor

SemVer Patch

  • Store protocol reference by @glbrntt in #40
  • Cleanup capturing closures by @josephnoir in #41
  • Stream receive refactors by @rnro in #37
  • Implement half-closure for RESET_STREAM by @rnro in #42
  • Dedupe quic options when setting up SwiftNetworkQUICConnection by @glbrntt in #45
  • Simplify SwiftNetworkQUICConnection init by @glbrntt in #46
  • Add bones of the quic connection channel by @glbrntt in #48
  • Add connection, registrar, and transport interfaces by @glbrntt in #49
  • Add lifecycle state machine to conn channel by @glbrntt in #50
  • Wire up connection channel lifecycle and I/O by @glbrntt in #54
  • Wire up max datagram frame size by @josephnoir in #55
  • Add a coalescer for GSO by @glbrntt in #57
  • Remove ChildChannelMultiplexer by @glbrntt in #59
  • Use a stable ID for connections by @glbrntt in #58

Full Changelog: 0.1.0...0.2.0

0.1.0

0.1.0 Pre-release
Pre-release

Choose a tag to compare

@josephnoir josephnoir released this 02 Jul 15:57
4ca20ff

Initial release of SwiftNIO QUIC!