Releases: DoctorJohn/django-admob-ssv
v3.3.0
What's Changed
- Support django 5.2 by @DoctorJohn in #45
- Fix faulty django version range by @DoctorJohn in #46
- Update dependencies by @DoctorJohn in #47
- Stop limiting parallel jobs in CI by @DoctorJohn in #48
Full Changelog: v3.2.0...v3.3.0
v3.2.0
3.1.0
This release adds support for Django 5.1
3.0.1
Bump version to 3.0.1
2.2.1
Bump version to 2.2.1
3.0.0
This release drops support for the deprecated Django versions 3.2 and 4.1 and adds support for Django 5.0. Django 5.0 requires at least Python version 3.10 causing us to drop support for Python 3.8 and 3.9.
Dropping support for Django 3.2 and 4.1 and Python 3.8 and 3.9 is making this a breaking change.
To migrate simply upgrade to at least Python 3.10 and at least Django 4.2.
2.2.0
This release adds support for the verification of unsorted query parameters. According to the Admob SSV documentation, query parameters that need to be verified are always sent in alphabetically order. As reported in #36, query parameters sometimes arrive unsorted and then fail the verification. This issue has been addressed in this release.
2.1.0
Bump version to 2.1.0
2.0.0
Bump version to 2.0.0