Skip to content

SwiftNIO 2.46.0

Compare
Choose a tag to compare
@dnadoba dnadoba released this 20 Dec 15:19
· 440 commits to main since this release
7e3b50b

SemVer Minor

  • Add NIORawSocketBootstrap (#2320, #2317)
  • Make EventLoopFuture.wait() unavailable from async (#2331)
  • Add easier async to future conversion (#2334)

SemVer Patch

  • Cap read+pread POSIX read sizes at Int32.max (#2323)
  • Fix non Darwin/Linux builds (#2328)
  • Remove implicit ByteBuffer copy in copyMemory (#2330)

Other Changes

  • Remove _NIOBeta product (#2319)
  • Remove obsolete information from the README (#2321)
  • Add .spi.yml for Swift Package Index DocC support (#2324, #2329)
  • Measure allocations applying WS mask (#2333)
  • Improve performance of tests (#2336)