We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc67f4 commit 1200045Copy full SHA for 1200045
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
---------
3
4
+v0.4.16
5
+=======
6
+- Fix using router request-response with reactivex response
7
+- Fix examples of consuming the payload of a request-channel
8
+- Fix the reactivex example of the tutorial application
9
+
10
v0.4.15
11
=======
12
- Websockets server support (https://github.com/python-websockets/websockets)
rsocket/__init__.py
@@ -1 +1 @@
-__version__ = '0.4.15'
+__version__ = '0.4.16'
0 commit comments