Skip to content

SwiftNIO 2.61.0

Compare
Choose a tag to compare
@FranzBusch FranzBusch released this 27 Oct 17:16
· 75 commits to main since this release
9497e44

SemVer Minor

  • Add async version of NIOThreadPool.runIfActive (#2566, patch credit to @adam-fowler)
  • 馃毃Breaking change 馃毃 Back out new typed HTTP protocol upgrader (#2579)
    • We had to back out the typed HTTP protocol upgrade APIs since they were causing a runtime crash for our users. This is allowed under SemVer rules even if it is a breaking change. Once the compiler bug has been fixed we will try to land the new APIs again.

SemVer Patch

  • Fix exclusive access violation in NIOAsyncChannelOutboundWriterHandler (#2580)

Other Changes

  • Fix concurrency doc APIs (#2575)