Skip to content

Releases: jazzband/django-push-notifications

3.3.0

16 Nov 06:40
32ee55e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.1...3.3.0

3.2.1

07 Mar 22:57
16d43c2

Choose a tag to compare

What's Changed

  • Add Support for mutable_content in aioapns by @HashimJVZ in #755
  • Add Support for category in aioapns by @HashimJVZ in #760
  • Add support for content_available for apns async by @pomali in #761
  • Make mutable-content int (1) instead of bool (True) by @HashimJVZ in #763

New Contributors

Full Changelog: 3.2.0...3.2.1

3.2.0

15 Jan 20:33

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

28 Apr 00:54
0f79181

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.2...3.1.0

3.0.2

29 Oct 17:18
7d28052

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.0.2

3.0.0

17 Feb 03:24
6fde730

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...3.0.0

Django Push Notifications 2.0.0

11 Mar 14:13

Choose a tag to compare

registration_id no longer hard-coded in DeviceViewSetMixin

`lookup_field` was declared in `DeviceViewSetMixin` and never used. Instead the create method referred to string literal instead of this field. No the field is used. You can inherit from `DeviceViewSetMixin`, redefined the `lookup_field` and use if with your views instead of having to rewrite the `create` method yourself

Django Push Notifications 1.4.1

11 Jan 15:38
1.4.1

Choose a tag to compare

Changelog:

  • APNS: Increased max device token size to 100 bytes (WWDC 2015, iOS 9)
  • BUGFIX: Fix an index error in the admin

Django Push Notifications 1.4.0

11 Jan 15:38
1.4.0

Choose a tag to compare

Changelog:

  • BACKWARDS-INCOMPATIBLE: Drop support for Python<3.4
  • DJANGO: Support Django 1.9
  • GCM: Handle canonical IDs
  • GCM: Allow full range of GCMDevice.device_id values
  • GCM: Do not allow duplicate registration_ids
  • DRF: Work around empty boolean defaults issue (django-rest-framework#1101)
  • BUGFIX: Do not throw GCMError in bulk messages from the admin
  • BUGFIX: Avoid generating an extra migration on Python 3
  • BUGFIX: Only send in bulk to active devices
  • BUGFIX: Display models correctly in the admin on both Python 2 and 3

Django Push Notifications 1.3.1

30 Jun 19:33
1.3.1

Choose a tag to compare

This is an errata release.