Skip to content

Releases: permitio/fastapi_websocket_rpc

v0.1.27

29 Aug 13:53
307c149
Compare
Choose a tag to compare

What's Changed

  • WebSocketsClientHandler: Fix no await for websocket.close by @roekatz in #43

Full Changelog: 0.1.26...0.1.27

v0.1.26

16 Aug 11:05
6995cfe
Compare
Choose a tag to compare

What's Changed

  • Added websocket client handler, and websocket-client module by @antoinetran in #32
  • Allow more recent websockets version by @Graeme22 in #35
  • Remove WebsocketRPCEndpoint.on_connect by @5p4k in #40

New Contributors

Full Changelog: 0.1.25...0.1.26

v0.1.25

04 Oct 11:01
d77bd3b
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ff137 made their first contribution in #24

Full Changelog: v0.1.23...0.1.25

v0.1.23

24 Aug 15:08
Compare
Choose a tag to compare

Bug fix for memory leak in long running session (#15)
contribution by @jsdanielh

v0.1.22

06 Jun 12:26
Compare
Choose a tag to compare

Patch fix: we fixed the requirements.txt file with unpinned dependencies, and removed unused dependencies

v0.1.21

02 Nov 14:20
Compare
Choose a tag to compare

Added option to get remote channel id

v0.1.20

10 Oct 10:57
Compare
Choose a tag to compare

Support for custom serialization and wire type contributed by @cjh1.
Allows using Binary webSocket type.

You can now pass serializing_socket_cls to enable a different type of serialization for both endpoint and client.

v0.1.19

11 May 08:19
Compare
Choose a tag to compare

Fix requirements conflict issue

v0.1.18

11 Apr 15:20
Compare
Choose a tag to compare
add download badge

v0.1.17

25 Mar 15:05
bd6795c
Compare
Choose a tag to compare
Merge pull request #5 from authorizon/fix_cancelled_error

Fixed: websocket connection close propagated CancelledError to using pub/sub client, causing pub/sub client to give up