Skip to content

Releases: pusher/pusher-http-python

v3.3.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 15:04
57eee77

3.3.4

  • [FIXED] Bump Python 3.10+ dependencies to resolve known vulnerabilities: cryptography (41.0.0 → 46.0.5), requests (2.27.1 → 2.32.4), urllib3 (1.26.9 → 2.6.3), aiohttp (3.8.1 → 3.13.3), pynacl (1.5.0 → 1.6.2)

v3.3.3

Choose a tag to compare

@github-actions github-actions released this 21 Jan 22:44
10372d0

3.3.3

  • [ADDED] User authorization #207
  • [REMOVED] Python 2 support from tests

v3.3.2

Choose a tag to compare

@github-actions github-actions released this 21 Feb 17:00
239d67b

3.3.2

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

v3.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Jan 17:50
1209b3e

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

Choose a tag to compare

@github-actions github-actions released this 24 Oct 13:12
f06d805

3.3.0

  • [ADDED] terminate_user_connections method

v3.2.0

Choose a tag to compare

@fbenevides fbenevides released this 25 Jan 17:06
3335f7c

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

v3.1.0

Choose a tag to compare

@deeborania deeborania released this 07 Oct 11:53
5e445a0

[FIXED] Expired root certificates

v3.0.0

Choose a tag to compare

@mdpye mdpye released this 01 Apr 14:47
b144815

[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

Choose a tag to compare

@damdo damdo released this 09 Aug 11:27
8f32b3c

[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

Choose a tag to compare

@WillSewell WillSewell released this 26 Feb 16:13
c47c10f
  • Import Abstract Base Classes from collections.abc in Python versions >= 3.3