Releases: apple/swift-nio-transport-services
Releases · apple/swift-nio-transport-services
SwiftNIO TransportServices 1.4.0
SwiftNIO Transport Services 1.3.0
SwiftNIO TransportServices 1.2.1
SemVer Patch
- fixed warnings that come with SwiftNIO 2.9.0
SwiftNIO TransportServices 1.2.0
SemVer Minor
SemVer Patch
- Update Readme to recommend using Xcode package support (#59, patch credit to @tkrajacic)
- Add .swiftpm to gitignore (#58, patch credit to @tkrajacic)
- Bootstrap: test that returning futures from foreign ELs are okay (#55)
SwiftNIO Transport Services 1.1.1
SemVer Patch
- Correctly autoRead through the pipeline (#52)
SwiftNIO Transport Services 1.1.0
SwiftNIO Transport Services 1.0.3
Semver Patch
- Fixed an issue where
NWConnection
objects would be sent down theNIOTSListenerChannel
pipeline instead ofChannel
objects. (#45)
SwiftNIO TransportServices 1.0.2
SemVer Patch
- Annotate code with availability attributes (#42)
SwiftNIO Transport Services 1.0.1
SwiftNIO Transport Services 0.5.3
Semver Patch
- Allow setting multiple socket options. (#41)