Skip to content

Releases: xtrinch/fcm-django

2.2.0rc0

25 May 10:25
8398935
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0rc0

2.1.0

06 May 10:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.1.0

2.0.1

30 Dec 18:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

31 May 09:16
Compare
Choose a tag to compare

What's Changed

  • support firebase-admin 6
  • drop python 3.6 support, for python 3.6, use versions lower than 2.0
  • update requirements by @Akay7 in #237

New Contributors

Full Changelog: 1.0.15...2.0.0

1.0.15

29 May 13:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.14...1.0.15

1.0.14 - Hotfix release

05 May 08:23
Compare
Choose a tag to compare
  • Remove UPDATE_ON_DUPLICATE_REG_ID parameter (it now behaves as if it is set to True all the time)

Full Changelog: 1.0.13...1.0.14

1.0.13

03 May 10:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.12...1.0.13

1.0.12

31 May 17:13
Compare
Choose a tag to compare
  • Add DEFAULT_FIREBASE_APP setting

1.0.11

31 Mar 11:29
Compare
Choose a tag to compare
  • Add missing migration

1.0.10

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