Skip to content

Releases: aloneguid/ironcompress

1.6.3

14 Oct 12:54
bdba797
Compare
Choose a tag to compare
  • Native build for Linux musl runtime.
  • Fixed regression - when native library cannot be loaded, the entire compression fails.

1.6.2

30 Sep 12:53
Compare
Choose a tag to compare
  • Improvement: native library can return it's version.
  • Bug fixed: marshalling bool return type from C++ is different from C, which resulted in wrong error code passed back to C#.

1.6.1

30 Sep 10:14
Compare
Choose a tag to compare

Improvements

  • internal: added native code unit tests with Google Test (+stability)

1.6.0

24 Sep 10:20
aa2380c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.6.0

1.5.2

22 May 09:39
Compare
Choose a tag to compare

Full Changelog: 1.5.1...1.5.2

1.5.1

03 Aug 13:29
5421467
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

03 Aug 12:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

10 May 17:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

27 Jan 11:49
Compare
Choose a tag to compare

What's Changed

  • Automatically use native implementation if available, then fallback to managed by @aloneguid in #13

Full Changelog: 1.2.8...1.3.0

1.2.8

26 Jan 15:44
Compare
Choose a tag to compare

What's Changed

  • Now possible to overload compression level for managed compressions by @dxdjgl in #10

New Contributors

Full Changelog: 1.2.7...1.2.8