Skip to content

Commit b71dca1

Browse files
changelog cleanup. version bump.
1 parent 2f5690c commit b71dca1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ v0.4.0
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

1618
v0.3.0
1719
======

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
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',

0 commit comments

Comments
 (0)