Skip to content

Conversation

SpringMT
Copy link
Owner

No description provided.

gucki and others added 12 commits May 16, 2024 12:56
- Add Semantic Versioning policy starting from v2.0.0
- Clarify that Zstd library updates will be minor releases
- Explain the transition from previous versioning scheme

Resolves #86
Implements handling of partial frames by the streaming decompressor
- Added comprehensive tests for the decompress_with_pos method in StreamingDecompress
- Tests cover basic functionality, complete data handling, and multiple calls scenarios
- Updated the C implementation to use proper method name and return format
Add tests for decompress_with_pos method
- Add section explaining decompress_with_pos method in StreamingDecompress
- Include usage example showing how to track consumed input bytes
- Clarify use cases for position tracking in streaming decompression
Add documentation for decompress_with_pos method
- Remove deprecated positional argument for compression level
  - Update C extension methods to only accept keyword arguments
  - Remove deprecation warnings related to positional arguments
- Remove deprecated compress_using_dict method entirely
- Update tests to reflect the API changes
  - Remove tests for positional compression level arguments
  - Remove all tests for compress_using_dict method

These changes prepare the codebase for v2 release by removing previously deprecated functionality.
@SpringMT SpringMT merged commit 204634e into main Aug 1, 2025
9 checks passed
@SpringMT SpringMT deleted the v2 branch August 1, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants