======= - Fixed fragmentation for fire and forget - Fixed incorrect limit on tag (and route) length from 127 to 255 (GooDer)
0.4.11
======= - Breaking change: RequestRouter argument 'payload_mapper' was replaced with 'payload_deserializer' and 'payload_serializer' - Added CloutEvent serialize/deserialize helpers for use in RequestRouter
0.4.10
======= - Code cleanup - Breaking change: Removed deprecated rsocket.routing.helpers module - Added CloudEvents client/server usage example (compatible with java rsocket example from cloudevents/sdk-java) - Switched to pyproject.toml
0.4.9
====== - Optimization to routing requests to methods and parsing composite metadata
0.4.8
====== - Removed copying data and metadata into frame during serialization
0.4.7
====== - Send **cancel** to responders when requester disconnects and **error** to requesters when requester disconnects - Fix guide examples to properly cancel responders which use asyncio Task as value source - Rewrote guide statistics example to use generator instead of task