Releases: apple/swift-nio-transport-services
Releases · apple/swift-nio-transport-services
SwiftNIO Transport Services 1.23.0
What's Changed
SemVer Minor
- Provide configurability for receiving connection data by @clintonpi in #212
New Contributors
- @Cyberbeni made their first contribution in #209
- @clintonpi made their first contribution in #212
Full Changelog: 1.22.0...1.23.0
SwiftNIO Transport Services 1.22.0
What's Changed
SemVer Minor
- Added support for connection viability updates by @Cartisim in #207
- Add configuration of multipathServiceType in NIOTSConnectionBootstrap by @Aperence in #205
SemVer Patch
Other Changes
- Add release.yml by @FranzBusch in #206
New Contributors
Full Changelog: 1.21.0...1.22.0
SwiftNIO Transport Services 1.21.0
SwiftNIO Transport Services 1.20.1
SwiftNIO Transport Services 1.20.0
New async APIs (former AsyncChannel SPI)
- Add new typed async bootstrap APIs back (#191)
SemVer Minor
- Bump minimum Swift version to 5.7 (#189)
SemVer Patch
- Fix a typo when casting the
allowLocalEndpointReuse
channel option value (#186, patch credit to @AgentFeeble) - Fire the pipelines error caught method when
NWConnection
's state changes to failed (#187, patch credit to @Cartisim)
Other Changes
- Avoid race in datagram tests (#185)
SwiftNIO Transport Services 1.19.0
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)