Skip to content

1.3.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@MiloszKrajewski MiloszKrajewski released this 04 Nov 22:24
· 25 commits to master since this release

CHANGED: Dropped compatibility with .NET 4.5 and .NET Standard 1.6
ADDED: Added .NET 6.0 as a target
ADDED: FrameEncoder / FrameDecoder are now abstraction of stream
ADDED: Streaming (LZ4 Frame) support for Pipes (NET 5.0+)
ADDED #6: Streaming (LZ4 Frame) support for Span and Memory
ADDED #14: Streaming (LZ4 Frame) support for ReadOnlySequence, BufferWriter
FIXED #72: Added (again) System.Runtime.CompilerServices.Unsafe as dependency for .NET 4.6, .NET Standard 2.0, .NET Standard 2.1
FIXED #69: Added Pickle/Unpickle overload taking BufferWriter as generic argument not interface (potential performance improvement)
NOTE: I'm still unhappy with API, but it cannot be addressed without breaking changes, so while this version may receive some bugfixes, there is an overhaul on the horizon