Releases: ied206/Joveler.Compression
Releases · ied206/Joveler.Compression
Joveler.Compression v3.1.1
- Improve RHEL/CentOS compatibility
Joveler.Compression.ZLib v3.1.0
- Add macOS support
- Apply improved native library loader (Joveler.DynLoader)
Joveler.Compression.XZ v3.1.0
- Add macOS support
- Apply improved native library loader (Joveler.DynLoader)
Joveler.Compression.LZ4 v3.1.0
- Initial release
- Add macOS support
- Apply improved native library loader (Joveler.DynLoader)
NOTE: Joveler.Compression.LZ4
has been uploaded to the NuGet because it supports many customizable options, not best in performance. See README.md for details.
Joveler.Compression.ZLib v3.0.0
- Redesigned public API
- Support advanced configuration of DeflateStream and its family
Joveler.Compression.XZ v3.0.0
NOTE: The major version was bumped to v3.x from v1.x to match with Joveler.Compression.ZLib.
- Redesigned public API
- Expose CRC32 and CRC64 API of XZ-Utils
- Support advanced configuration of XZStream
Joveler.Compression.ZLib v2.2.0
- Native support for Span
- Support dll with additional dependency
- Drop .Net Standard 1.3 support
- Removal of Compressor class
Joveler.Compression.XZ v1.2.0
- Native support for Span
- Support dll with additional dependency
- Drop .Net Standard 1.3 support
Joveler.Compression.ZLib v2.1.2
- Include native armhf, arm64 linux binary
Joveler.Compression.XZ v1.1.2
- Include native armhf, arm64 linux binary