Skip to content

SwiftNIO 2.50.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 12 Apr 09:29
· 474 commits to main since this release
e0cc6dd

SemVer Minor

  • Add NIOAsyncChannel as SPI (@_spi(AsyncChannel)) (#2397)
  • Throw CancellationError if NIOThrowingAsyncSequenceProducer.AsyncIterator.next() is cancelled instead of returning nil. The user defined generic Failure type of NIOThrowingAsyncSequenceProducer is also deprecated and must now always be any Swift.Error. (#2399, #2401)

SemVer Patch

  • Mildly rework the NIOLock storage (#2395)

Other Changes

  • Update links in NIO docs index (#2396)
  • Clean up and regression check the docs. (#2400)