Skip to content

Django Push Notifications 1.3.0

Compare
Choose a tag to compare
@jleclanche jleclanche released this 30 Jun 08:25
· 218 commits to master since this release
1.3.0

This release drops support for Python<2.7 and Django<1.8. Upgrade from the 1.2 branch is highly recommended.

Changelog:

  • BACKWARDS-INCOMPATIBLE: Drop support for Python<2.7
  • BACKWARDS-INCOMPATIBLE: Drop support for Django<1.8
  • NEW FEATURE: Added a Django Rest Framework API. Requires DRF>=3.0.
  • APNS: Add support for setting the ca_certs file with new APNS_CA_CERTIFICATES setting
  • GCM: Deactivate GCMDevices when their notifications cause NotRegistered or InvalidRegistration
  • GCM: Indiscriminately handle all keyword arguments in gcm_send_message and gcm_send_bulk_message
  • GCM: Never fall back to json in gcm_send_message
  • BUGFIX: Fixed migration issues from 1.2.0 upgrade.
  • BUGFIX: Better detection of SQLite/GIS MySQL in various checks
  • BUGFIX: Assorted Python 3 bugfixes
  • BUGFIX: Fix display of device_id in admin

This release was made possible thanks to the contributions of the following people:

Andrey Zevakin, David Pretty, Jamaal Scarlett, Jerome Leclanche, Matthew Hershberger, Mohamad Nour Chawich and Nicolas Delaby