Skip to content

SwiftNIO 2.38.0

Compare
Choose a tag to compare
@dnadoba dnadoba released this 10 Feb 10:21
· 611 commits to main since this release
154f1d3

SemVer Minor

  • Implement ByteBufferView custom contains function to improve performance. (#2044, patch credit to @SeJV)
  • Improve the performance of copying ByteBufferView (#2039)
  • Add collect(upTo:into:) to AsyncSequence (#2038)

SemVer Patch

  • Improve ByteBuffer.setSubstring(_:at:) performance (#1975, patch credit to @gwynne)
  • Fix the double encoding issue in encodeAsByteBuffer (#2043, patch credit to @stepan-ulyanin)

Other Changes

  • Allow NIOEchoClient to receive fragmented echo responses. (#2041, patch credit to @SeJV)
  • Add 5.6 nightly CI (#2032)
  • Add benchmarks for copying ByteBufferView to Array. (#2037)
  • Add benchmark for ByteBufferView contains. (#1385) (#2042, patch credit to @SeJV)