Skip to content

Releases: anfema/django-ses-sns-tracker

Release v4.0.0

22 Dec 09:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...4.0.0

4.0.0rc1

06 Dec 09:30
Compare
Choose a tag to compare
4.0.0rc1 Pre-release
Pre-release

What's Changed

  • Drop python 3.7 support
  • Drop django 4.0 support and add django 4.2 support
  • Deprecate custom cryptography verifier and webhook view (since django-ses uses also cryptography for verification)
  • Switch to poetry for packaging
  • Switch to ruff for linting & formatting
  • Switch to trusted publishing on PyPI

Full Changelog: 3.0.0...4.0.0rc1

Release 3.0.0

22 Mar 11:30
Compare
Choose a tag to compare

What's Changed

  • Make project Django 3 and 4 compatible by @noxan in #3
  • Drop Python 3.6 and Django 2.x support

New Contributors

  • @noxan made their first contribution in #3

Full Changelog: 2.0.0...3.0.0

Release 2.0.0

06 Apr 18:41
Compare
Choose a tag to compare

Add support for django_ses v2.0.0

Release 2.0.0rc1

06 Apr 17:51
Compare
Choose a tag to compare
Release 2.0.0rc1 Pre-release
Pre-release

Add support for django_ses v2.0.0

Release 1.1.5

06 Apr 10:41
Compare
Choose a tag to compare

Restrict django-ses dependency to versions below 2.0

Release 1.1.4

22 Mar 16:27
Compare
Choose a tag to compare

Fix missing migrations

Release 1.1.3

19 Jan 14:04
Compare
Choose a tag to compare

Fix bug while setting initial delivery state

Release 1.1.2

22 Dec 16:53
Compare
Choose a tag to compare

Publish on PyPI

Release 1.1.1

19 Dec 10:04
Compare
Choose a tag to compare
  • Set state to delivered when fake_delivery option is used