v1.5.6.2
What's Changed
- feat: add StreamWriter and StreamReader by @SpringMT in #76
- Add support for dictionary use with streaming operations by @AndrewCEmil in #62
- Feature/dictionary standardized by @SpringMT in #77
Feature
Zstd.compresssupports:leveland:dictkeyword argsZstd.decompresssupports:dictkeyward argsZstd::StreamingCompress.newsupports:leveland:dictkeyword argsZstd::StreamingDecompress.newsupports:dictkeyword args
Improvemnt
Zstd.compressusesZSTD_compressStream2instead ofZSTD_compressZstd.decompressusesZSTD_decompressDCtxinstead ofZSTD_decompress
Both of these changes maintain compatibility with previous versions.
Deprecation
Zstd.compress_using_dictadds deprecation warning- use
Zstd.compresswith:dictkeyword args
- use
Zstd.decompress_using_dictadds deprecation warning- use
Zstd.decompresswith:dictkeyword args
- use
Zstd.compresswithlevelargs add deprecation warning- use
Zstd.compresswith:levelkeyword args
- use
Zstd::StreamingCompress.newwithlevelargs add deprecation warning- use
Zstd::StreamingCompress.newwith:levelkeyword args
- use
New Contributors
- @AndrewCEmil made their first contribution in #62
Full Changelog: v1.5.6.1...v1.5.6.2