Skip to content

Releases: permitio/fastapi_websocket_rpc

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

v0.1.11

11 Feb 13:24
Compare
Choose a tag to compare

Log level control and config

v0.1.10

10 Feb 16:57
Compare
Choose a tag to compare

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