Skip to content

SwiftNIO 2.79.0

Latest
Compare
Choose a tag to compare
@Lukasa Lukasa released this 15 Jan 13:38
ba72f31

What's Changed

SemVer Minor

  • Add Sendability annotations on SocketOptionProvider by @Lukasa in #3034
  • Add channel initializer closure to NIOAsyncTestingChannel.init by @hamzahrmalik in #3053
  • Fix compiling on 6.1 by @Lukasa in #3057
  • Add some trivial Sendable annotations in NIOPosix by @Lukasa in #3060

SemVer Patch

  • unchecked Sendable annotations for the Channels by @Lukasa in #3050
  • Avoid abstraction overheads on isolated ELF by @Lukasa in #3055
  • NIOAsyncWriter: Fix suspending yield when writer is finished by @orobio in #3044
  • Clean up sendability in the bootstraps by @Lukasa in #3051

Other Changes

New Contributors

Full Changelog: 2.78.0...2.79.0