Skip to content

Releases: rsocket/rsocket-py

v0.4.20

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 05 Sep 14:39
  • Stream id bugfix (#330)

v0.4.19

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 13 Apr 12:08
7429bde
  • Added Django Channels transport support for WebSocket communication

v0.4.18

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 13 Mar 11:56
  • Fixed Stalette/FastAPI implementation and added example using FastAPI server

v0.4.17

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 19 Feb 10:03
  • python 3.13 support
  • documentation and example code update

v0.4.16

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 16 Feb 09:03
  • 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

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 21 Oct 07:34
b1bd9bc

v0.4.14

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 08 Oct 17:02
fc9660f
  • GraphQL: Use async methods for query resolvers. Fixed using mutation methods and passing variables.

v0.4.13

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 07 Oct 18:49
98c70ad
  • GraphQL basic support (See examples/graphql)

v0.4.12

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 18 Jul 17:21
746aa60
  • Fixed fragmentation for fire and forget
  • Fixed incorrect limit on tag (and route) length from 127 to 255 (GooDer)

v0.4.11

Choose a tag to compare

@jell-o-fishi jell-o-fishi released this 30 May 16:25
42d30d8
  • Breaking change: RequestRouter argument 'payload_mapper' was replaced with 'payload_deserializer' and 'payload_serializer'*
  • Added CloutEvent serialize/deserialize helpers for use in RequestRouter