Fastapi Websocket Pubsub Versions Save

A fast and durable Pub/Sub channel over Websockets. FastAPI + WebSockets + PubSub == ⚡ 💪 ❤️

0.3.8

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/permitio/fastapi_websocket_pubsub/compare/0.3.1...0.3.8

0.3.1

1 year ago

What's Changed

Full Changelog: https://github.com/permitio/fastapi_websocket_pubsub/compare/0.3.0...0.3.1

0.3.0

1 year ago
  • Replaced the broadcaster requirement with permit-broadcaster (a fork, since mainline package is not actively maintained)
  • Fixed a bug in broadcaster where disconnections from the backbone service were ignored by the library

0.2.1

1 year ago

patch version: unpinned project dependencies so that minor and patch versions can auto update correctly.

0.2.0

2 years ago

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!

v0.1.20

2 years ago
  • Added callbacks upon clients subscribing and unsubscribing from EventNotifier
  • Added an option to fetch the remote RPC channel id, and use it as the subscriber id in event notifier

v0.1.19

2 years ago

Increased log verbosity: added more log messages in critical parts

v0.1.18

3 years ago

v0.1.16

3 years ago

v0.1.15

3 years ago

Add Support fo client-side ALL_TOPICS subscribing.