Changelog for
python311-django-push-notifications-3.0.2-lp160.15.1.noarch.rpm :
* Wed Apr 03 2024 Steve Kowalik
- No more greedy globs in %files.- Switch back to PyPi tarball, and use setuptools_scm.
* Wed Nov 29 2023 Dirk Müller - update to 3.0.2:
* LegacyConfig.get_apns_use_alternative_port always return None
* Add django 4.1, remove master branch
* Update topic send_message docs in README
* Fix: HexadecimalField accepts non-hex values
* Expanded documentation for Web Push
* Allow APNS tokens of variable length.
* Add WebPush support for Safari
* Fri Jan 06 2023 Steve Kowalik - Add patch support-new-apns2.patch:
* Support new apsn2 that no longer exports init_context.
* Wed May 11 2022 pgajdosAATTsuse.com- version update to 3.0.0
* #567 Fixes crash on bulk_send test message operation from admin by AATTDataGreed in #568
* Updated README: added info about APNS_AUTH_KEY_PATH, APNS_AUTH_KEY_ID, APNS_TEAM_ID by AATTDataGreed in #566
* Add some details to APNS settings description by AATTscherbakovx in #575
* Django 4.0 warnings by AATTjheld in #585
* Run tests on python3.9 by AATTbertonha in #589
* add mutable_content to fcm by AATTparadizer in #582
* Improve efficiency of ORM lookups by AATTcode-review-doctor in #598
* Drop python 2.x and django before 2.2 by AATTsevdog in #599
* Migrate to GitHub Actions. by AATTjezdez in #607
* Mention WebPushDevice in README by AATTTyilo in #608
* Make push optional dependecies by AATTsevdog in #600
* fix: Remove python3.5 deps by AATTbertonha in #621
* Spelling error & convert string to be translatable by AATTAndrew-Chen-Wang in #614
* ++Enable sending image in GCM notifications by AATTashishnitinpatil in #624
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #625
* Change feature detection logic for database field by AATTsevdog in #612
* Add Edge support to webpush by AATTsimonkern in #631
* chore: test on Django 4.0 by AATTbertonha in #638
* chore: test only active Django versions by AATTbertonha in #639
* chore: dry tests, use newer DRF on tests by AATTbertonha in #641
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #635
* More robust handling of userAgentData, fix WebPushDeviceAdmin by AATTsimonkern in #643
* [pre-commit.ci] pre-commit autoupdate by AATTpre-commit-ci in #644
* Add missing migration for #614 by AATTsimonkern in #645
* Jazzband: Synced file(s) with jazzband/.github by AATTjazzband-bot in #626
* Show coverage badge in README. by AATTshimakaze-git in #651- python-mock is not required for build
* Sun Dec 26 2021 John Vandenberg - - Use django-codemod to make Django 4 compatible
* Thu Aug 06 2020 Tomáš Chvátal - Fix the tests with updated pytest macros
* Sun Jun 07 2020 John Vandenberg - Activate test suite
* Mon May 04 2020 John Vandenberg - Initial spec for v2.0.0