Skip to content

v1.2.0

Choose a tag to compare

@adam-fowler adam-fowler released this 23 Mar 13:58
· 22 commits to main since this release
af974e5

## Minor release changes

  • Add versions of HBRequestBody.consumeBody and HBByteBufferStreamer.consumeAll that include a maxSize parameter and will throw an error if amount of memory streamed is greater than maxSize.
  • Deprecate version of HBRequestBody.consumeBody without maxSize parameter.

Patch release changes

  • Use channel.pipeline.syncOperations when building HTTP1 child channel
  • Avoid using flatSubmit in HBByteBufferStreamer where possible.