Skip to content

v0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 12:16
· 8 commits to main since this release

Changed

  • Breaking: renamed public types to spell out abbreviations, matching the
    Zstd<Compress|Decompress><Stream|Parameter> family and zstd's own prose
    ("compression context", "dictionary"): ZstdCompressCtxZstdCompressContext,
    ZstdDecompressCtxZstdDecompressContext, ZstdCompressDict
    ZstdCompressDictionary, ZstdDecompressDictZstdDecompressDictionary.