Releases: rsocket/rsocket-py
Releases · rsocket/rsocket-py
v0.4.17
v0.4.16
- Fix using router request-response with reactivex response
- Fix examples of consuming the payload of a request-channel
- Fix the reactivex example of the tutorial application
v0.4.15
- Websockets server support (https://github.com/python-websockets/websockets)
- AsyncWebsockets client support (https://github.com/Fuyukai/asyncwebsockets)
v0.4.14
- GraphQL: Use async methods for query resolvers. Fixed using mutation methods and passing variables.
v0.4.13
- GraphQL basic support (See examples/graphql)
v0.4.12
- Fixed fragmentation for fire and forget
- Fixed incorrect limit on tag (and route) length from 127 to 255 (GooDer)
v0.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
v0.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
v0.4.9
- Optimization to routing requests to methods and parsing composite metadata
v0.4.8
- Removed copying data and metadata into frame during serialization