zstd
zstd copied to clipboard
API evolution plan
- v1.5.4
- [x] Deprecate
ZSTD_copyCCtx()&ZSTD_copyDCtx()(PR #3196) - [x] Deprecate advanced streaming functions (https://github.com/facebook/zstd/issues/3405)
- [x] Deprecate
- v1.5.6
- [x] Move
ZSTD_c_targetCBlockSizeCCtx parameter to stable (PR #3964)
- [x] Move
- v1.6.0
- [ ] Move ZSTD_frameHeader to stable (Issue #2471)
- [ ] Delete
ZSTD_copyCCtx()&ZSTD_copyDCtx() - [ ] Disable Legacy Decoders
v0.5v0.6andv0.7by default (can still be enabled on-demand)
Adding this issue to track our plans for API evolution. Mainly moving functions to stable, or deprecating & deleting old functions. Marked as release-blocking so we don't forget about it in releases.
#3213, this could be a candidate.
There are a few additional deprecations for 1.5.4: https://github.com/facebook/zstd/issues/3405