Releases: permitio/fastapi_websocket_pubsub
Releases · permitio/fastapi_websocket_pubsub
v0.3.9
v0.3.8
What's Changed
- Add Py 3.11 support by @orweis in #50
- Rk/fix python311 by @roekatz in #52
- PubSubEndpoint: Don't disconnect all other subscribed endpoints when one disconnects by @roekatz in #53
- Upgrade broadcaster and bump ver to 0.3.3 by @roekatz in #56
- Version 0.3.4 by @roekatz in #60
- Improve publish performance by @roekatz in #61
- Upgrade broadcaster 0.2.5 by @roekatz in #62
- Send events asynchronously. by @shaulk in #64
- Support both Pydantic v1 and v2 by @ff137 in #65
New Contributors
Full Changelog: 0.3.1...0.3.8
v0.3.1
v0.3.0
v0.2.1
v0.2.0
Added a new small feature (non-breaking change):
The event notifier now has topic restriction:
it means it's possible to enforce a permission whether a client can publish to a topic, or subscribe to a topic.
The server can typically enforce a channel restriction by specifying some claims in a JWT token used for HTTP Authorization.
thanks @idan-ben-ami for this new feature!