SwiftNIO 2.0.1
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
andEventLoopFuture.whenAllSucceed
. (#943) - Cleanups in examples. (#941, #953)
- Improved testing. (#956)
- Documentation improvements. (#932, #940, #949, #959)