Skip to content

v0.3.0

Compare
Choose a tag to compare
@nayato nayato released this 14 May 01:32
· 160 commits to dev since this release
  • BREAKING CHANGE: default byte buffer is now PooledByteBufferAllocator (unless overriden through environment variable).
  • Port of PooledByteBuffer (support for flexible buffer sizes).
  • Enables sending of multiple buffers in a single socket call.
  • Refreshed DefaultChannelPipeline, AbstractChannelHandlerContext.
  • Port of JsonObjectDecoder, DelimeterBasedFrameDecoder.
  • Fixes to async sending in TcpSocketChannel.
  • IoBufferCount, GetIoBuffer(s) introduced in IByteBuffer.