Skip to content

Releases: xtrinch/fcm-django

1.0.10

29 Mar 08:05
Compare
Choose a tag to compare
  • Implement FCMDevice.send_topic_message
  • Various bugfixes

1.0.8

07 Jan 16:16
Compare
Choose a tag to compare
Lint, bump version

1.0.7

24 Dec 13:40
Compare
Choose a tag to compare
Add missing migration and bump version

Hotfix: default BigAutoField migration

16 Dec 09:19
Compare
Choose a tag to compare

Hotfix: safe field length for keys

17 Aug 14:11
Compare
Choose a tag to compare

Hotfix for: message with two different registration_id arrive to the same device #169

09 Aug 11:09
Compare
Choose a tag to compare

Hotifx: failing migrations for mysql

05 Aug 18:20
Compare
Choose a tag to compare
1.0.3

Amend key field to 3027 bytes, update migration file, bump version

Change registration ID max length

02 Aug 11:52
Compare
Choose a tag to compare

Hotfix: install, python <3.8 support

14 Jul 09:10
876e771
Compare
Choose a tag to compare
Merge pull request #166 from Andrew-Chen-Wang/patch-1

Remove TypedDict import

FCM API v1

10 Jul 13:06
Compare
Choose a tag to compare
  • Removes dependency on pyFCM
  • Uses the new FCM API
  • Will require some migration work from <1.0.0, see README for instructions
  • Drops support for python < 3 & django < 2.2