Skip to content

Releases: pusher/pusher-http-python

v3.3.2

21 Feb 17:00
239d67b
Compare
Choose a tag to compare

3.3.2

  • [CHANGED] Utilities no longer escape non ascii characters.

v3.3.1

24 Jan 17:50
1209b3e
Compare
Choose a tag to compare

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

24 Oct 13:12
f06d805
Compare
Choose a tag to compare

3.3.0

  • [ADDED] terminate_user_connections method

v3.2.0

25 Jan 17:06
3335f7c
Compare
Choose a tag to compare

[FIXED] An issue where payload size wasn't being calculated properly

v3.1.0

07 Oct 11:53
5e445a0
Compare
Choose a tag to compare

[FIXED] Expired root certificates

v3.0.0

01 Apr 14:47
b144815
Compare
Choose a tag to compare

[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

09 Aug 11:27
8f32b3c
Compare
Choose a tag to compare

[FIXED] TypeError in AuthenticationClient when using encrypted channels
[FIXED] RequestsDependencyWarning by updating requests
[FIXED] Suppress httpretty warnings
[ADDED] Tests for AuthenticationClient with encrypted channels

v2.1.3

26 Feb 16:13
c47c10f
Compare
Choose a tag to compare
  • Import Abstract Base Classes from collections.abc in Python versions >= 3.3

v2.1.2

02 Jan 11:53
b802a38
Compare
Choose a tag to compare
  • Fixes issue where encryption_master_key wasn't passed to NotificationClient to initialise the parent class.

v2.1.1

13 Dec 12:58
d28e11e
Compare
Choose a tag to compare
  • Add pynacl as a dependency