Conversation
- 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
Add versioning policy for v2.0.0+
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.
Remove deprecated methods for v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.