Skip to content

Commit ea446a9

Browse files
authored
Amazon SES: implement SES v2 API backend
* Add `anymail.backends.amazon_sesv2.EmailBackend` using SES v2 API * Declare current SES v1 backend as "deprecated" Closes #274
1 parent 67b1967 commit ea446a9

File tree

5 files changed

+1841
-29
lines changed

5 files changed

+1841
-29
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ vNext
3030

3131
*Unreleased changes*
3232

33+
Deprecations
34+
~~~~~~~~~~~~
35+
* **Amazon SES:** Anymail is switching to the Amazon SES v2 API for sending mail.
36+
Support for the original SES v1 API is now deprecated, and will be dropped in a
37+
future Anymail release (likely in late 2023). Many projects will not
38+
require code changes, but you will need to update your IAM permissions. See
39+
`Migrating to the SES v2 API <https://anymail.dev/en/latest/esps/amazon_ses/#amazon-ses-v2>`__.
40+
3341
Other
3442
~~~~~
3543
* Test against Django 4.2 prerelease, Python 3.11 (with Django 4.2),

0 commit comments

Comments
 (0)