mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 11.0
This commit is contained in:
@@ -26,10 +26,10 @@ Release history
|
|||||||
.. This extra heading level keeps the ToC from becoming unmanageably long
|
.. This extra heading level keeps the ToC from becoming unmanageably long
|
||||||
|
|
||||||
|
|
||||||
vNext
|
v11.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
*Unreleased changes*
|
*2024-06-23*
|
||||||
|
|
||||||
Breaking changes
|
Breaking changes
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
@@ -37,13 +37,13 @@ Breaking changes
|
|||||||
* **Amazon SES:** Drop support for the Amazon SES v1 API.
|
* **Amazon SES:** Drop support for the Amazon SES v1 API.
|
||||||
If your ``EMAIL_BACKEND`` setting uses ``amazon_sesv1``,
|
If your ``EMAIL_BACKEND`` setting uses ``amazon_sesv1``,
|
||||||
or if you are upgrading from Anymail 9.x or earlier directly to 11.0 or later, see
|
or if you are upgrading from Anymail 9.x or earlier directly to 11.0 or later, see
|
||||||
`Migrating to the SES v2 API <https://anymail.dev/en/latest/esps/amazon_ses/#amazon-ses-v2>`__.
|
`Migrating to the SES v2 API <https://anymail.dev/en/stable/esps/amazon_ses/#amazon-ses-v2>`__.
|
||||||
(Anymail 10.0 switched to the SES v2 API by default. If your ``EMAIL_BACKEND``
|
(Anymail 10.0 switched to the SES v2 API by default. If your ``EMAIL_BACKEND``
|
||||||
setting has ``amazon_sesv2``, change that to just ``amazon_ses``.)
|
setting has ``amazon_sesv2``, change that to just ``amazon_ses``.)
|
||||||
|
|
||||||
* **SparkPost:** When sending with a ``template_id``, Anymail now raises an
|
* **SparkPost:** When sending with a ``template_id``, Anymail now raises an
|
||||||
error if the message uses features that SparkPost will silently ignore. See
|
error if the message uses features that SparkPost will silently ignore. See
|
||||||
`docs <https://anymail.dev/en/latest/esps/sparkpost/#sparkpost-template-limitations>`__.
|
`docs <https://anymail.dev/en/stable/esps/sparkpost/#sparkpost-template-limitations>`__.
|
||||||
|
|
||||||
Features
|
Features
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
@@ -51,7 +51,7 @@ Features
|
|||||||
* Add new ``merge_headers`` option for per-recipient headers with batch sends.
|
* Add new ``merge_headers`` option for per-recipient headers with batch sends.
|
||||||
This can be helpful to send individual *List-Unsubscribe* headers (for example).
|
This can be helpful to send individual *List-Unsubscribe* headers (for example).
|
||||||
Supported for all current ESPs *except* MailerSend, Mandrill and Postal. See
|
Supported for all current ESPs *except* MailerSend, Mandrill and Postal. See
|
||||||
`docs <https://anymail.dev/en/latest/sending/anymail_additions/#anymail.message.AnymailMessage.merge_headers>`__.
|
`docs <https://anymail.dev/en/stable/sending/anymail_additions/#anymail.message.AnymailMessage.merge_headers>`__.
|
||||||
(Thanks to `@carrerasrodrigo`_ for the idea, and for the base and
|
(Thanks to `@carrerasrodrigo`_ for the idea, and for the base and
|
||||||
Amazon SES implementations.)
|
Amazon SES implementations.)
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
# Instead, load version info from the package root.
|
# Instead, load version info from the package root.
|
||||||
|
|
||||||
#: major.minor or major.minor.patch (optionally with .devN suffix)
|
#: major.minor or major.minor.patch (optionally with .devN suffix)
|
||||||
__version__ = "10.3"
|
__version__ = "11.0"
|
||||||
|
|
||||||
VERSION = __version__.split(",")
|
VERSION = __version__.split(",")
|
||||||
|
|||||||
Reference in New Issue
Block a user