Releases: pusher/pusher-http-python
Releases · pusher/pusher-http-python
v3.3.2
v3.3.1
3.3.1
- [ADDED] Allow Client to accept float as a timeout
- [CHANGED] the maximum event payload size permitted by this library has been increased. This change affects the library only: the Channels API still maintains a 10kb size limit and will return an error if the payload is too large.
v3.3.0
3.3.0
- [ADDED] terminate_user_connections method
v3.2.0
[FIXED] An issue where payload size wasn't being calculated properly
v3.1.0
[FIXED] Expired root certificates
v3.0.0
[ADDED] option encryption_master_key_base64
[DEPRECATED] option encryption_master_key
[REMOVED] old support for Push Notifications, see https://github.com/pusher/push-notifications-python
v2.1.4
v2.1.3
- Import Abstract Base Classes from collections.abc in Python versions >= 3.3