Skip to content

SwiftNIO 2.45.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 21 Nov 13:27
· 478 commits to main since this release
e855380

SemVer Minor

  • Add missing Sendable requirements (#2305)
  • Add NIOAsyncTestingChannel.waitForOut/InboundWrite() (#2307)
  • MPTCP support on Linux (#2308)
  • Make NIOHTTP1TestServer Sendable (#2318)

SemVer Patch

  • add witnesses for ByteBufferView.reserveCapacity(_:), append(_:), and append(contentsOf:) (#2309, patch credit to @Kelvin13)
  • Use #fileID/#filePath instead of #file (#2306)
  • Correctly include netinet/in.h (#2315)

Other Changes

  • Fix failing build on MacOS (#2313)
  • Fix testTaskCancel_whenStreaming_andNotSuspended flakiness (#2314)