Skip to content

v0.7

Choose a tag to compare

@github-actions github-actions released this 28 Jun 12:16
· 134 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"): ZstdCompressCtx → ZstdCompressContext,
    ZstdDecompressCtx → ZstdDecompressContext, ZstdCompressDict →
    ZstdCompressDictionary, ZstdDecompressDict → ZstdDecompressDictionary.