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
- Test allocations of isolated ELF views by @Lukasa in #3054
- Clarify docs on EventLoopFuture/assumeIsolatedUnsafeUnchecked by @hamzahrmalik in #3058
- Remove unnecessary 'FIXME' comment by @orobio in #3059
New Contributors
Full Changelog: 2.78.0...2.79.0