Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
## Unreleased

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

## 0.18.0 (October 5, 2025)

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