Skip to content

SwiftNIO Transport Services 1.1.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 22 Jul 16:54

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)