Semver Minor
- Added new
ByteBufferViewtype, exposing portions of aByteBufferas aCollection<UInt8>. AddedByteBuffer.readableBytesViewandByteBuffer.viewBytes(at:length:)to obtainByteBufferViewobjects. (#411) - Renamed
MultiThreadedEventLoopGroup.init(numThreads:)toMultiThreadedEventLoopGroup.init(numberOfThreads:). Deprecated the old name. (#443) - Made
HTTPRequestDecoder.init(leftOverBytesStrategy:)andenum RemoveAfterUpgradeStrategypublic, which allows users creating custom HTTP pipelines to ensure that removingHTTPRequestDecoderafter an upgrade was attempted does not cause unexpected bytes delivery. (#438)