Skip to content

Commit 2a3db1d

Browse files
committed
version bump and changelog update
1 parent f7c7890 commit 2a3db1d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

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+
412

513
v0.4.1
614
======

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.1',
8+
version='0.4.2',
99
description='Python RSocket library',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)