Permitio Fastapi Websocket Rpc Versions Save

⚡ FASTAPI Websocket RPC- A fast and durable bidirectional JSON RPC channel over Websockets.

0.1.25

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/permitio/fastapi_websocket_rpc/compare/v0.1.23...0.1.25

v0.1.23

1 year ago

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

0.1.22

1 year ago

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

0.1.21

2 years ago

Added option to get remote channel id

v0.1.20

2 years ago

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.

0.1.19

3 years ago

Fix requirements conflict issue

v0.1.18

3 years ago

v0.1.17

3 years ago

v0.1.11

3 years ago

Log level control and config

v0.1.10

3 years ago

Improved logging support. Provide a simple interface to switch between loguru, simple logs, no logs, and logging alongside uvicorn.