Skip to content

SwiftNIO 2.57.0

Compare
Choose a tag to compare
@FranzBusch FranzBusch released this 24 Jul 10:01
· 147 commits to main since this release
a2e487b

SPI(AsyncChannel) changes

  • 馃毃Breaking change: Reduce the amount of bootstrap async methods (#2474)
  • Make NIOAsyncChannel.Configuration conform to Sendable (#2466)

SemVer Patch

  • Skip TCP_NODELAY on sockets that NIO doesn't explicitly support (#2476)
  • Throw SocketAddressError (cf. fatalError) in SocketAddress.convert for unknown address family (#2477)