Releases: xtrinch/fcm-django
Releases · xtrinch/fcm-django
2.2.1
2.2.0
What's Changed
- fix: solution of issue #197 by @Nomer77 in #262
- swappable device model by @Akay7 in #239
- Bump black from 22.3.0 to 24.3.0 by @dependabot in #259
New Contributors
- @Nomer77 made their first contribution in #262
- @dependabot made their first contribution in #259
Full Changelog: 2.1.0...2.2.0rc0
2.1.0
2.0.1
What's Changed
- add test configuration with an example(#204) by @henriklindgren in #240
- Separate dev and test requirements by @olzhasar in #243
- depend on actual requirements of application in tests by @henriklindgren in #244
- Raising the Firebase error instead of returning by @mohitCodepy in #241
- Add tests for AbstractFCMDevice.send_message by @olzhasar in #245
- fix rollback migration by @Akay7 in #246
- Add tests by @Akay7 in #247
New Contributors
- @mohitCodepy made their first contribution in #241
Full Changelog: 2.0.0...2.0.1
2.0.0
1.0.15
What's Changed
- Let MySQL pass migrations with unsupported text indexes(#236) by @henriklindgren in #238
New Contributors
- @henriklindgren made their first contribution in #238
Full Changelog: 1.0.14...1.0.15
1.0.14 - Hotfix release
- 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
What's Changed
- filter by user and device type by @aliharby12 in #221
- Some small improvements by @UnknownPlatypus in #222
- Registration ID should be unique. by @keithhackbarth in #228
- use bash for install instructs by @ItIsEntropy in #230
- fixining typo in index.rst by @khaled5321 in #231
- Add composite index to fcmdevice table by @keeth in #232
New Contributors
- @aliharby12 made their first contribution in #221
- @UnknownPlatypus made their first contribution in #222
- @keithhackbarth made their first contribution in #228
- @ItIsEntropy made their first contribution in #230
- @khaled5321 made their first contribution in #231
- @keeth made their first contribution in #232
Full Changelog: 1.0.12...1.0.13