SwiftNIO 2.32.0
This version splits the NIO
module into three new submodules: NIOCore
, NIOPosix
and NIOEmbedded
. The NIO module remains as an empty shell, importing and reexporting the new submodules. Learn more about the different modules and their purposes in the Repository organization section in our Readme.
SemVer Minor
- Move generic NIO implementations to NIOCore (#1927, #1929, #1930, #1931)
- Move EmbeddedChannel to its own library. (#1933)
- Move NIO to NIOPosix, make NIO a shell. (#1936)