Skip to content

SwiftNIO 2.54.0

Compare
Choose a tag to compare
@rnro rnro released this 31 May 14:42
· 290 commits to main since this release
6213ba7

SemVer Minor

  • EmbeddedChannel: getOption(ChannelOptions.allowRemoteHalfClosure) should not fatalError (#2429)

SemVer Patch

  • Pooled control message storage. (#2422, patch credit to @ser-0xff)
  • NIOPOSIX happy eyeballs now hops to the connection event loop when using a custom resolver to avoid data races (#2436)

Other Changes

  • Add tests for WebSocketMaskingKey.random() (#2433, patch credit to @gwynne)
  • Add narrative documentation for NIO's concurrency bridges (#2423)
  • Include relevant versions (kernel & Swift) in test output (#2425)
  • Update update-alloc-limits-... script (#2430)
  • Fix flaky test in NIOAsyncWriter (#2431)