Skip to content

Releases: pusher/pusher-http-python

v2.1.1

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

v2.1.0

13 Dec 11:20
dec8fe4
Compare
Choose a tag to compare
  • Added End-to-end Encryption
  • Fix ability to pass options to Tornado Backend

v2.0.1

21 May 12:25
47efa23
Compare
Choose a tag to compare
  • Fix issue where aiohttp ClientSession was not being closed

v2.0.0

03 May 16:13
57dd636
Compare
Choose a tag to compare
  • Drop support for Python 2.6, 3.3
  • Drop support for Python 3.4 with the aiohttp adaptor

Resolved cacert.pem issues and internal refactor

26 Oct 11:19
Compare
Choose a tag to compare
  • Path to cacert.pem has been added to the setup.py, resolving an oversight that led to errors upon SSL requests.
  • Internal changes to ease future maintenance.

v1.4.0

15 Aug 16:34
Compare
Choose a tag to compare

Add support for push notifications via APNS, GCM or FCM

v1.3.0

15 Aug 16:33
Compare
Choose a tag to compare

Add support for batch events

Version 1.2.0

29 May 08:43
Compare
Choose a tag to compare
  • Renamed URLFetchBackend to GAEBackend, which specifically imports the Google App Engine urlfetch library.
  • Library creates an SSL context from certificate, addressing users receiving InsecurePlatformWarnings.

Version 1.1.3

12 May 09:13
Compare
Choose a tag to compare

Tightened up socket_id validation regex.

Version 1.1.2

08 May 21:25
Compare
Choose a tag to compare

Fixed oversight in socket_id validation regex.