Skip to content

Commit 1cca191

Browse files
committed
refactor: SeekableZstdFile independent of ZstdFile
1 parent 59cbb17 commit 1cca191

File tree

4 files changed

+370
-127
lines changed

4 files changed

+370
-127
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
## Unreleased
66

77
- Drop support for Python 3.9 and below
8+
- Build free-threaded wheels for CPython 3.13 and 3.14, even if the feature is not supported
9+
- Refactor SeekableZstdFile to make it independent of ZstdFile
810

911
## 0.18.0 (October 5, 2025)
1012

1113
- Support for Python 3.14
12-
- Build free-threaded wheels for CPython 3.13 and 3.14, even if the feature is not supported
1314
- Deprecate the `read_size` and `write_size` parameters of `ZstdFile` and `SeekableZstdFile`
1415
- Deprecate `richmem_compress` and `RichMemZstdCompressor`
1516
- Rework documentation to suggest using `compression.zstd` from Python stdlib, and provide a migration guide

0 commit comments

Comments
 (0)