feat(rust-core): add zstd chunk compression support and rewrite partially referenced packs during prune
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-22 - 0.1.0 - feat(rust-core)
|
||||
add zstd chunk compression support and rewrite partially referenced packs during prune
|
||||
|
||||
- introduce selectable gzip or zstd compression with per-chunk flags persisted in the global index
|
||||
- restore and verify now detect the compression algorithm from stored flags and validate encrypted chunk handling
|
||||
- prune now rewrites partially referenced packs to reclaim space and exposes rewritten pack counts in the API
|
||||
- add coverage for zstd repository ingest, restore, and verify flows
|
||||
- add project readme documentation
|
||||
|
||||
## 2026-03-22 - 0.0.2 - fix(repository)
|
||||
no changes to commit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user