All Versions
28
Latest Version
Avg Release Cycle
105 days
Latest Release
892 days ago

Changelog History
Page 2

  • v0.4.5 Changes

    May 15, 2017
    • ๐Ÿ‘Œ Support for Medium and Unsigned Medium types (#244)
    • ๐Ÿ‘Œ Support for Float (Single) type and Zeroing API (#209)
    • Hashed Wheel Timer (#242)
    • ๐Ÿ›  Fix for unintended concurrent flush (#218), silent failures during TLS handshake (#225)
  • v0.4.4 Changes

    March 31, 2017
    • โž• Added SNI support
    • ๐Ÿ›  Fixed assembly metadata
  • v0.4.3 Changes

    March 21, 2017
    • ๐Ÿ‘ Extended support for .NET 4.5
    • ๐Ÿ›  Fix to PooledByteBufferAllocator to promptly release freed chunks for GC
    • Ability to limit overall PooledByteBufferAllocator capacity
    • โšก๏ธ Updated dependencies
  • v0.4.2 Changes

    February 09, 2017
    • ๐Ÿ‘ Better alignment with .NET Standard and portability (esp UWP support)
    • ๐Ÿ†• New tooling
  • v0.4.1 Changes

    January 26, 2017
    • Introduced Platform allowing for alternative implementations of platform-specific concepts.
    • STEE and others use Task-based "thread" abstraction.
  • v0.4.0 Changes

    November 25, 2016
    • ๐Ÿ‘ .NET Standard 1.3 support.
    • 0๏ธโƒฃ Libraries are strong-named by default.
    • Redis codec.
    • Protocol Buffers 2 and 3 codecs.
    • Socket Datagram Channel.
    • Base64 encoder and decoder.
    • 0๏ธโƒฃ STEE uses ConcurrentQueue by default (queue impl is pluggable now).
  • v0.3.2 Changes

    June 22, 2016
    • ๐Ÿ‘ Better API alignment with final version of netty 4.1 (#125).
    • ๐Ÿ”ฆ Exposed API for flexible TlsHandler initialization (#132, #134).
  • v0.3.1 Changes

    June 01, 2016
    • Port of IdleStateHandler, ReadTimeoutHandler, WriteTimeoutHandler (#98).
    • ๐Ÿ›  Fixes and optimization in TlsHandler (#116).
    • Port of AdaptiveRecvByteBufAllocator enabling flexible sizing of read buffer (#117).
    • ๐Ÿ‘Œ Support for adding Attributes on Channel (#114).
    • ๐Ÿ”ง Proper xml-doc configuration (#120).
  • v0.3.0 Changes

    May 13, 2016
    • ๐Ÿ’ฅ 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.
    • 0๏ธโƒฃ Refreshed DefaultChannelPipeline, AbstractChannelHandlerContext.
    • Port of JsonObjectDecoder, DelimeterBasedFrameDecoder.
    • ๐Ÿ›  Fixes to async sending in TcpSocketChannel.
    • IoBufferCount, GetIoBuffer(s) introduced in IByteBuffer.
  • v0.2.6 Changes

    April 27, 2016
    • TlsHandler negotiates TLS 1.0+ on server side (#89).
    • ๐Ÿ‘ STEE properly supports graceful shutdown (#7).
    • UnpooledHeapByteBuffer.GetBytes honors received index and length (#88).
    • Port of MessageToMessageDecoder, LineBasedFrameDecoder, StringDecoder, StringEncoder, ByteProcessor and ForEachByte family of methods on Byte Buffers (#86).