Fastapi-websocket-pubsub

Latest version: v0.3.8

Safety actively analyzes 623343 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.3.8

What's Changed
* Add Py 3.11 support by orweis in https://github.com/permitio/fastapi_websocket_pubsub/pull/50
* Rk/fix python311 by roekatz in https://github.com/permitio/fastapi_websocket_pubsub/pull/52
* PubSubEndpoint: Don't disconnect all other subscribed endpoints when one disconnects by roekatz in https://github.com/permitio/fastapi_websocket_pubsub/pull/53
* Upgrade broadcaster and bump ver to 0.3.3 by roekatz in https://github.com/permitio/fastapi_websocket_pubsub/pull/56
* Version 0.3.4 by roekatz in https://github.com/permitio/fastapi_websocket_pubsub/pull/60
* Improve publish performance by roekatz in https://github.com/permitio/fastapi_websocket_pubsub/pull/61
* Upgrade broadcaster 0.2.5 by roekatz in https://github.com/permitio/fastapi_websocket_pubsub/pull/62
* Send events asynchronously. by shaulk in https://github.com/permitio/fastapi_websocket_pubsub/pull/64
* Support both Pydantic v1 and v2 by ff137 in https://github.com/permitio/fastapi_websocket_pubsub/pull/65

New Contributors
* shaulk made their first contribution in https://github.com/permitio/fastapi_websocket_pubsub/pull/64
* ff137 made their first contribution in https://github.com/permitio/fastapi_websocket_pubsub/pull/65

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

0.3.1

What's Changed
* fixed project requirements (uvicorn version was unnecessarily limited which caused problems with OPAL) by asafc in https://github.com/permitio/fastapi_websocket_pubsub/pull/48


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

0.3.0

- 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

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

0.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!

0.1.20

* 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

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.