Skip to content

SwiftNIO 2.34.0

Compare
Choose a tag to compare
@fabianfett fabianfett released this 10 Nov 10:36
· 645 commits to main since this release
addf69c

SemVer Minor

  • Conform EventLoopFuture/Promise to Sendable (#1982, patch credit to @adam-fowler)
  • HTTPDecoder: Decode informational http response head correctly (#1984)
  • Allow HTTP Server to send multiple informational heads before actual response head (#1985)

SemVer Patch

  • Remove not on eventLoop precondition for NIOPipeBootstrap (#1977, patch credit to @jabwd)
  • ByteBuffer: Reduce ARC traffic when reading (#1978, #1979)
  • ByteBuffer: shrink getSlice (#1980)
  • ByteBuffer: force getSlice to be inlined into readSlice (#1981)

Other Changes

  • Update workarounds list with our recent ones (#1962)
  • Add perf hooks for testing substring path. (#1976)