zstd icon indicating copy to clipboard operation
zstd copied to clipboard

API evolution plan

Open terrelln opened this issue 2 years ago • 3 comments

  • v1.5.4
    • [x] Deprecate ZSTD_copyCCtx() & ZSTD_copyDCtx() (PR #3196)
    • [x] Deprecate advanced streaming functions (https://github.com/facebook/zstd/issues/3405)
  • v1.5.6
    • [x] Move ZSTD_c_targetCBlockSize CCtx parameter to stable (PR #3964)
  • v1.6.0
    • [ ] Move ZSTD_frameHeader to stable (Issue #2471)
    • [ ] Delete ZSTD_copyCCtx() & ZSTD_copyDCtx()
    • [ ] Disable Legacy Decoders v0.5 v0.6 and v0.7 by default (can still be enabled on-demand)

terrelln avatar Dec 21 '22 20:12 terrelln

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.

terrelln avatar Dec 21 '22 20:12 terrelln

#3213, this could be a candidate.

ghost avatar Dec 22 '22 02:12 ghost

There are a few additional deprecations for 1.5.4: https://github.com/facebook/zstd/issues/3405

embg avatar Dec 28 '22 22:12 embg