Skip to content

SwiftNIO 1.7.1

Compare
Choose a tag to compare
@Lukasa Lukasa released this 22 May 16:24
· 1649 commits to main since this release

Semver Patch

  • Fixed an issue where the bootstraps may not correctly invoke the channel initialisers on the event loop for the channel being initialised, causing substantial overhead when configuring the channel. (#424)
  • Fixed issues where Channel objects and their associated sockets created by the bootstraps may be leaked if channel registration failed for any reason. (#413)
  • Fixed issues where the Channel may be deallocated before the ChannelPipeline is cleaned up, causing crashes. (#415)
  • Fixed an issue where write promises were satisfied too early on EmbeddedChannel objects. (#421)
  • Fixed an issue where the WebSocketFrameDecoder would write a connection close frame but not flush it when a protocol error was encountered. (#421)
  • Worked around a compiler crash with type aliases in 4.2 snapshots. (#420)
  • Testing and documentation improvements. (#416, #419, #423, #425)