SemVer Minor
- Conform EventLoopFuture/Promise to Sendable (#1982, patch credit to @adam-fowler)
- HTTPDecoder: Decode informational http response head correctly (#1984)
- Allow HTTP Server to send multiple informational heads before actual response head (#1985)
SemVer Patch
- Remove not on eventLoop precondition for NIOPipeBootstrap (#1977, patch credit to @jabwd)
- ByteBuffer: Reduce ARC traffic when reading (#1978, #1979)
- ByteBuffer: shrink getSlice (#1980)
- ByteBuffer: force getSlice to be inlined into readSlice (#1981)