You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,18 @@ v0.4.6
5
5
======
6
6
- fire_and_forget now only removes the stream id when the future denoting the frame was sent, is done
7
7
- API documentation auto generated at rsocket.readthedocs.io
8
+
- Request router changes:
9
+
- Raise error on empty or None route specified in request router
10
+
- Added the following methods to RequestRouter to allow specifying handlers of unknown routes:
11
+
- response_unknown
12
+
- stream_unknown
13
+
- channel_unknown
14
+
- fire_and_forget_unknown
15
+
- metadata_push_unknown
16
+
- Officially support route aliases by using the decorator multiple times on the same method
17
+
- Fix value mapping in request router:
18
+
-A parameter of any name (not just *payload*) specified on a routed method with a type-hint other than Payload will use the payload_mapper to decode the value
19
+
- Any parameter with the type CompositeMetadata will receive the composite metadata
0 commit comments