Skip to content

SwiftNIO 2.7.0

Compare
Choose a tag to compare
@weissi weissi released this 15 Aug 15:07

SemVer Minor

  • Add conditional conformances of CircularBuffer to Equatable and Hashable (#1101)
  • Conform CircularBuffer to ExpressibleByArrayLiteral (#1102)

SemVer Patch

  • NIOThreadPool: backed by NIOThreads (pthreads) instead of DispatchQueues (#1100)
  • docs: EmbeddedChannel isn't as broken as it claims (#1103)
  • Remove unused wrapper functions for atomic_flag (#1106)
  • Rename BOOL to BOOLIFY (#1107)
  • bootstraps: tolerate random EventLoops (#1108)
  • MTELG: Add EventLoopGroup identifier (#1109)
  • more compatibility with other platforms (#1110)
  • Remove cpp_magic.h import and ancient Clang compatibility hack from CNIOAtomics.h (#1111)