Skip to content

SwiftNIO Transport Services 1.18.0

Compare
Choose a tag to compare
@FranzBusch FranzBusch released this 09 Aug 13:03
· 20 commits to main since this release
5fd1458

SemVer Minor

  • Provide a new singleton event loop group (#180)

SemVer Patch

  • Extract the NWConnection code into StateManagedNWConnectionChannel (#174, patch credit to @Joannis)
  • State Managed Listeners (#175, patch credit to @Joannis)

SPI(AsyncChannel) changes

Important: The SPI(AsyncChannel) has been backed out of this release and will be re-added in a latter release once the SPI has been stabilised as API.

  • Async methods for NIOTSListenerBootstrap and NIOTSConnectionBootstrap (#178)
  • Adopt the NIOAsyncChannel.Configuration (#179)
  • Adopt latest SPI(AsyncChannel) changes (#181, #183)
  • Fix 5.6 compiler error in SPI(AsyncChannel( (#182)
  • Back out SPI(AsyncChannel) changes (#184)

Other Changes

  • Adopt the Swift CoC (#177)