Skip to content

Releases: pusher/pusher-http-python

v2.1.2

Choose a tag to compare

@damdo damdo released this 02 Jan 11:53
b802a38
  • Fixes issue where encryption_master_key wasn't passed to NotificationClient to initialise the parent class.

v2.1.1

Choose a tag to compare

@damdo damdo released this 13 Dec 12:58
d28e11e
  • Add pynacl as a dependency

v2.1.0

Choose a tag to compare

@damdo damdo released this 13 Dec 11:20
dec8fe4
  • Added End-to-end Encryption
  • Fix ability to pass options to Tornado Backend

v2.0.1

Choose a tag to compare

@WillSewell WillSewell released this 21 May 12:25
47efa23
  • Fix issue where aiohttp ClientSession was not being closed

v2.0.0

Choose a tag to compare

@WillSewell WillSewell released this 03 May 16:13
57dd636
  • 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

Choose a tag to compare

@jpatel531 jpatel531 released this 26 Oct 11:19
  • 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

Choose a tag to compare

@jpatel531 jpatel531 released this 15 Aug 16:34

Add support for push notifications via APNS, GCM or FCM

v1.3.0

Choose a tag to compare

@jpatel531 jpatel531 released this 15 Aug 16:33

Add support for batch events

Version 1.2.0

Choose a tag to compare

@jpatel531 jpatel531 released this 29 May 08:43
  • 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

Choose a tag to compare

@jpatel531 jpatel531 released this 12 May 09:13

Tightened up socket_id validation regex.