Releases: pusher/pusher-http-python
Releases · pusher/pusher-http-python
v2.1.2
Compare
Sorry, something went wrong.
No results found
damdo
released this
02 Jan 11:53
Fixes issue where encryption_master_key wasn't passed to NotificationClient to initialise the parent class.
v2.1.1
Compare
Sorry, something went wrong.
No results found
damdo
released this
13 Dec 12:58
Add pynacl as a dependency
v2.1.0
Compare
Sorry, something went wrong.
No results found
damdo
released this
13 Dec 11:20
Added End-to-end Encryption
Fix ability to pass options to Tornado Backend
v2.0.1
Compare
Sorry, something went wrong.
No results found
Fix issue where aiohttp ClientSession was not being closed
v2.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add support for push notifications via APNS, GCM or FCM
v1.3.0
Compare
Sorry, something went wrong.
No results found
Add support for batch events
Version 1.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Tightened up socket_id validation regex.