Skip to content

SwiftNIO 2.33.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 23 Sep 17:18
· 632 commits to main since this release
6aa9347

SemVer Minor

  • Move AsyncAwait helpers into NIOCore (#1969)

SemVer Patch

  • NIOSingleStepByteToMessageProcessor: Only reclaim once at the end of the decode loop (#1958)
  • NIOSingleStepByteToMessageProcessor: Inline process methods (#1959)
  • Get unit tests running again on nightly builds. (#1961)
  • Only include concurrency features on new OSes (#1966)
  • Readd module _NIOConcurrency to not break adopters (#1970)

Other updates

  • Fix HttpPart description comment typo (#1963) (patch credit to @wplong11)
  • Migrate to Swift 5.5 release in CI. (#1967)