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 f7c7890 commit 2a3db1dCopy full SHA for 2a3db1d
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+v0.4.2
5
+======
6
+- Command line fixes:
7
+ - Support passing ssl certificate and http headers when using ws/wss
8
+ - Support requesting --version without the need to specify URI arguments
9
+ - Option --interactionModel to specify interaction (eg. request_response, request_stream)
10
+ - Added Metadata Push support
11
+
12
13
v0.4.1
14
======
setup.py
@@ -5,7 +5,7 @@
setup(
name='rsocket',
- version='0.4.1',
+ version='0.4.2',
description='Python RSocket library',
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments