Skip to content

Releases: MiloszKrajewski/K4os.Compression.LZ4

v1.3.8

18 Mar 07:05
f5a25b7
Compare
Choose a tag to compare
  • FIXED #96: fixed issue returning wrong compressed length when compressing into Span

v1.3.7-beta

03 Oct 16:22
52f4345
Compare
Choose a tag to compare
v1.3.7-beta Pre-release
Pre-release
  • ADDED #61: Partial decompression support (see #61, #90) (thanks: Sewer56)
  • CHANGED: build process from FAKE (sorry!) to Nuke

1.3.6

15 Aug 20:05
ccc115c
Compare
Choose a tag to compare

FIXED: Issue #85 (sync operation in DisposeAsync)

1.3.5

06 Jan 17:17
Compare
Choose a tag to compare

NOTE: just a release without beta tag

1.3.4-beta

09 Nov 23:25
432f3d6
Compare
Choose a tag to compare
1.3.4-beta Pre-release
Pre-release

ADDED: block and content checksum support

1.3.3-beta

06 Nov 21:27
Compare
Choose a tag to compare
1.3.3-beta Pre-release
Pre-release

FIXED: (hopefully) System.Runtime.CompilerServices.Unsafe versioning issues

1.3.2-beta

05 Nov 14:41
Compare
Choose a tag to compare
1.3.2-beta Pre-release
Pre-release

ADDED: retrofitted support for Pipes for older .NET versions
ADDED: enabled hardware CTZ for .NET 5 and above (it was .NET 5 only before)

1.3.1-beta

05 Nov 13:42
Compare
Choose a tag to compare
1.3.1-beta Pre-release
Pre-release

ADDED: retrofitted support for Pipes for older .NET versions

1.3.0-beta

04 Nov 22:24
Compare
Choose a tag to compare
1.3.0-beta Pre-release
Pre-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

1.2.16

02 Dec 08:54
Compare
Choose a tag to compare

Removed System.Memory as dependency for net standard 2.1 and net 5