Skip to content

SwiftNIO 2.0.1

Compare
Choose a tag to compare
@Lukasa Lukasa released this 12 Apr 15:45

Semver Patch

  • Simplified our internal Heap implementation, improving performance. (#960)
  • Prevent internal ByteToMessageDecoder errors by entering the final state twice on error. (#948)
  • Significantly improved performance of EventLoopFuture.andAllSucceed and EventLoopFuture.whenAllSucceed. (#943)
  • Cleanups in examples. (#941, #953)
  • Improved testing. (#956)
  • Documentation improvements. (#932, #940, #949, #959)