Skip to content

Releases: apple/swift-nio-transport-services

SwiftNIO Transport Services 0.5.1

12 Feb 13:15
e45546c
Compare
Choose a tag to compare

Semver Patch

  • Updated podspec to correctly exclude versions of SwiftNIO below 1.11 (#25)

SwiftNIO Transport Services 0.5.0

08 Feb 22:49
e9c1e41
Compare
Choose a tag to compare

Semver Minor

  • Added NIOTSChannelOptions.enablePeerToPeer to enable peer-to-peer connectivity for bonjour networking.

SwiftNIO Transport Services 0.4.0

06 Dec 16:39
Compare
Choose a tag to compare

Semver Minor

  • Added support for opting-out of using Network.framework's .waiting state on a per-Channel basis. (#15)

Semver Patch

  • Fixed a number of thread-safety issues. (#16, #17)

SwiftNIO Transport Services 0.3.1

15 Nov 16:27
Compare
Choose a tag to compare
  • Produce better diagnostics when users use an unsupported ChannelOption. (#12)
  • Removed an invalid assertion causing unreasonable crashes. (#13)

SwiftNIO Transport Services 0.3.0

06 Nov 17:47
a9cece8
Compare
Choose a tag to compare
  • Fixed issues where inEventLoop would be used as the basis of an assertion, which could fail spuriously, by adopting SwiftNIO 1.11 and its assertInEventLoop pattern. (#11)
  • Fixed an issue where the promise for bind could go missing. (#9)
  • Code cleanups. (#7)

SwiftNIO Transport Services 0.2.1

12 Sep 11:42
Compare
Choose a tag to compare

SemVer Patch

  • Add Cocoapods podspec generation.

SwiftNIO Transport Services 0.2.0

10 Aug 12:31
Compare
Choose a tag to compare

Changes

Please note, as we are before version 1.0 there is no semantic versioning in this package

  • Added support for SO_REUSEADDR and SO_REUSEPORT. (#1)
  • Fixed assertions occurring when errors fire during channel setup. (#2)