File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 55======
66
77- 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.
8+ - Both now return a future which resolves when the payload was sent completely (including fragmentation for fnf)
99- Fixed fragmentation implementation (misunderstood spec):
1010 - fragments after first one are now correctly of type PayloadFrame
11- - fragment size now includes frame header and length.
11+ - fragment size now includes frame header and length
1212 - Added checking fragment size limit (minimum 64) as in java implementation
1313 - Updated examples
1414- Added reactivex (RxPy version 4) wrapper client
15+ - Added Initial support for http3 (wss)
16+ - Better type hint for return value of request_response
1517
1618v0.3.0
1719======
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'rsocket' ,
8- version = '0.4.dev1 ' ,
8+ version = '0.4' ,
99 description = 'Python RSocket library' ,
1010 long_description = long_description ,
1111 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments