SwiftNIO Transport Services 1.18.0
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
andNIOTSConnectionBootstrap
(#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)