Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Zstandard compress/decompress has backward compatibility? #731

Closed
johnlanni opened this issue Jun 22, 2017 · 1 comment
Closed

Does Zstandard compress/decompress has backward compatibility? #731

johnlanni opened this issue Jun 22, 2017 · 1 comment
Labels

Comments

@johnlanni
Copy link

Does low version compressed content can be decompressed by high version ?
Does high version compressed content can be decompressed by low version ?

@terrelln
Copy link
Contributor

terrelln commented Jun 22, 2017

zstd's format is stable, starting at version 0.8.1. All zstd versions >= 0.8 are forwards and backwards compatible.

zstd has legacy support, enabled by default, that can decode the data produced by zstd versions down to 0.4.0. However very old zstd decompressors, with version < 0.8, cannot decode the stable zstd format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants