Releases: permitio/fastapi_websocket_rpc
Releases · permitio/fastapi_websocket_rpc
v0.1.26
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.23
Bug fix for memory leak in long running session (#15)
contribution by @jsdanielh
v0.1.22
Patch fix: we fixed the requirements.txt file with unpinned dependencies, and removed unused dependencies
v0.1.21
Added option to get remote channel id
v0.1.20
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
Fix requirements conflict issue
v0.1.17
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