Skip to content

Releases: rsocket/rsocket-py

v0.4.17

19 Feb 10:03
Compare
Choose a tag to compare
  • python 3.13 support
  • documentation and example code update

v0.4.16

16 Feb 09:03
Compare
Choose a tag to compare
  • 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

21 Oct 07:34
b1bd9bc
Compare
Choose a tag to compare

v0.4.14

08 Oct 17:02
fc9660f
Compare
Choose a tag to compare
  • GraphQL: Use async methods for query resolvers. Fixed using mutation methods and passing variables.

v0.4.13

07 Oct 18:49
98c70ad
Compare
Choose a tag to compare
  • GraphQL basic support (See examples/graphql)

v0.4.12

18 Jul 17:21
746aa60
Compare
Choose a tag to compare
  • Fixed fragmentation for fire and forget
  • Fixed incorrect limit on tag (and route) length from 127 to 255 (GooDer)

v0.4.11

30 May 16:25
42d30d8
Compare
Choose a tag to compare
  • 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

05 May 09:23
d99af39
Compare
Choose a tag to compare
  • 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

05 Mar 16:59
c5b2c39
Compare
Choose a tag to compare
  • Optimization to routing requests to methods and parsing composite metadata

v0.4.8

22 Feb 17:59
342415d
Compare
Choose a tag to compare
  • Removed copying data and metadata into frame during serialization