All Versions
25
Latest Version
Avg Release Cycle
102 days
Latest Release
140 days ago
Changelog History
Page 1
Changelog History
Page 1
-
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)
- Clearly marks Unsafe Buffer management routines as
-
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)
-
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