Skip to content

Releases: apple/swift-nio-transport-services

SwiftNIO TransportServices 1.2.1

07 Nov 17:59
80b11dc
Compare
Choose a tag to compare

SemVer Patch

  • fixed warnings that come with SwiftNIO 2.9.0

SwiftNIO TransportServices 1.2.0

24 Oct 00:42
Compare
Choose a tag to compare

SemVer Minor

  • Add a bind timeout. (#54)
  • Namespace ChannelOptions. (#61)

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

24 Jul 18:59
Compare
Choose a tag to compare

SemVer Patch

  • Correctly autoRead through the pipeline (#52)

SwiftNIO Transport Services 1.1.0

22 Jul 16:54
Compare
Choose a tag to compare

Semver Minor

  • Made NIOTransportServices available on watchOS 6. (#47)
  • Made it possible to initialise channels using NIOTSConnectionBootstrap and NIOTSListenerBootstraps with EventLoopGroup to ensure that they may be localised to a specific event loop. (#49)

Semver Patch

  • Fixed warnings regarding to .url endpoint type. (#48, #51)
  • Enabled TCP_NODELAY by default on all channels. (#46)

SwiftNIO Transport Services 1.0.3

22 May 17:23
d59370d
Compare
Choose a tag to compare

Semver Patch

  • Fixed an issue where NWConnection objects would be sent down the NIOTSListenerChannel pipeline instead of Channel objects. (#45)

SwiftNIO TransportServices 1.0.2

17 May 11:07
Compare
Choose a tag to compare

SemVer Patch

  • Annotate code with availability attributes (#42)

SwiftNIO Transport Services 1.0.1

02 May 14:30
e95a1e2
Compare
Choose a tag to compare

Semver Patch

  • Fix a bug where setting multiple channel options of the same type would silently forget all but the last. (#40)
  • Removed unnecessary preconditions that could lead to crashes. (#37)
  • Readme updates. (#34)
  • Podspec updates. (#33)

SwiftNIO Transport Services 0.5.3

01 May 13:51
Compare
Choose a tag to compare

Semver Patch

  • Allow setting multiple socket options. (#41)

SwiftNIO Transport Services 0.5.2

19 Apr 08:07
Compare
Choose a tag to compare

SemVer Patch

  • fixed some warnings
  • added @unknown default cases for NWEndpoint which suddenly became an open enum

SwiftNIO Transport Services 1.0.0

01 Apr 16:04
a1374e9
Compare
Choose a tag to compare

See our blog post announcing the release of the SwiftNIO 2 family.