Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MessagePackSerializer can be used with StreamProtocol and BufferedStreamProtocol #339

Conversation

francis-clairicia
Copy link
Owner

What's changed

  • MessagePackSerializer implements BufferedIncrementalPacketSerializer class.
  • Added limit parameter to FileBasedPacketSerializer
  • Added limit parameter to CBORSerializer
  • Fixed an invalid (and useless) try/except in MessagePackSerializer.deserialize()
  • Fixed documentation not showing dataclasses attributes

@francis-clairicia francis-clairicia added enhancement New feature or request topic-serializer Relative to serializer implementations labels Aug 4, 2024
@francis-clairicia francis-clairicia self-assigned this Aug 4, 2024
Copy link

codecov bot commented Aug 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fbaf303) to head (098698c).
Report is 50 commits behind head on main.

Additional details and impacted files
Flag Coverage Δ
OS-Linux 99.88% <100.00%> (+<0.01%) ⬆️
OS-Windows 99.78% <100.00%> (+<0.01%) ⬆️
OS-macOS 99.88% <100.00%> (+<0.01%) ⬆️
Py-3.11 99.89% <100.00%> (+<0.01%) ⬆️
Py-3.12 99.92% <100.00%> (+<0.01%) ⬆️
test-functional 82.90% <88.67%> (+0.14%) ⬆️
test-unit 89.38% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@francis-clairicia francis-clairicia merged commit b1fdf37 into main Aug 4, 2024
22 checks passed
@francis-clairicia francis-clairicia deleted the feature/serializers/msgpack/incremental-serialization-support branch August 4, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request topic-serializer Relative to serializer implementations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant