We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008a2b4 commit 05da218Copy full SHA for 05da218
CHANGELOG.rst
@@ -7,9 +7,8 @@ v0.4.0
7
- Breaking change: Added ability to await fire_and_forget and push_metadata:
8
- Both now return a future which resolves when the frame (or all fragments) finished sending.
9
- Fixed fragmentation implementation (misunderstood spec):
10
- - fragments after first now correctly PayloadFrame
11
- - fragment size now includes header and frame length.
12
- - Breaking change: init parameter change: fragment_size -> fragment_size_bytes. No need to modify existin values.
+ - fragments after first one are now correctly of type PayloadFrame
+ - fragment size now includes frame header and length.
13
- Added checking fragment size limit (minimum 64) as in java implementation
14
- Updated examples
15
0 commit comments