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

Changelog History
Page 1

  • v0.7.5 Changes

    August 31, 2022
    • ๐Ÿ›  Fix infinite loop caused by TlsHandler
  • v0.7.4 Changes

    August 04, 2022
    • target fix: net5 -> net5.0, net6 -> net6.0
  • v0.7.3 Changes

    July 28, 2022
    • target net5 and net6
    • Adopted TlsHandler for the case when Handshake completion callback is dispatched asynchronously to thread pool
    • โœ… Introduced SingleThreadedEmbededChannel for TlsHandler and SniHandler tests
  • v0.7.2 Changes

    February 14, 2022
    • Start threads as background in HashedWheelTimer, LoopExecutor, ThreadDeathWatcher
    • โœ… Google.Protobuf 3.19.4 (latest)
  • v0.7.1 Changes

    December 15, 2021
    • โช Revert to use background threads
  • v0.7.0 Changes

    June 11, 2021
    • Target net472 and netstandard2.0
    • ๐ŸŒฒ Microsoft.Extensions.Logging 5.0.0
    • ๐Ÿ”ง Microsoft.Extensions.Configuration 5.0.0
  • v0.6.0 Changes

    October 09, 2018
    • Clearly marks Unsafe Buffer management routines as unsafe
    • ๐Ÿ”„ Changes defaults for Unpooled and Pooled buffer allocators to safe versions
    • ๐Ÿ›  Fixes write buffer handling (#423)
  • v0.5.0 Changes

    August 14, 2018
    • ๐ŸŒ Web Socket support
    • Aligned execution service model
    • ๐Ÿ›  Fix for synchronous socket connection establishment on .NET Core 2.1
    • ๐Ÿ›  TlsHandler fixes
    • ๐Ÿ›  Fix to scheduled task cancellation
    • โšก๏ธ XML Doc updates
  • v0.4.8 Changes

    April 24, 2018
    • Unsafe direct buffers
    • HTTP 1.1 codec
    • FlowControlHandler
    • Channel pool
    • ๐Ÿ‘ Better Buffer-String integration
    • ๐Ÿ‘ Better shutdown handling for sockets
    • Realigned Redis codec
    • ๐Ÿ›  Fixes to LenghtFieldPrepender, LengthFieldBasedDecoder
    • ๐Ÿ›  Fixes to libuv-based transport
    • ๐Ÿ›  Fixes to buffer management on flush for .NET Core
    • ๐Ÿ›  Fixes to ResourceLeakDetector
  • v0.4.6 Changes

    August 02, 2017
    • ๐Ÿ›  Small fixes (#259, #260, #264, #266)
    • Properly handling handshake with AutoRead = false when Read is not issued by upstream handlers in pipeline (#263)
    • ๐Ÿ‘ป Proper exception handling in TcpServerSocketChannel to retry accept instead of closing (#272)