mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-26 22:36:57 -05:00
SendinBlue: additional template/tags improvements
Additional changes related to SendinBlue improvements in #158: * Support multiple tags in webhooks (closes #162) * Remove additional outdated template code in backend * Update integration tests * Update docs and changelog; note breaking changes as discussed in #161
This commit is contained in:
@@ -30,6 +30,24 @@ vNext
|
||||
|
||||
*Not yet released*
|
||||
|
||||
Breaking changes
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* **SendinBlue templates:** Support Sendinblue's new (ESP stored) Django templates and
|
||||
new API for template sending. This removes most of the odd limitations in the older
|
||||
(now-deprecated) SendinBlue template send API, but involves two breaking changes:
|
||||
|
||||
* You *must* `convert <https://help.sendinblue.com/hc/en-us/articles/360000991960>`_
|
||||
each old Sendinblue template to the new language as you upgrade to Anymail vNext, or
|
||||
certain features may be silently ignored on template sends (notably `reply_to` and
|
||||
recipient display names).
|
||||
|
||||
* Sendinblue's API no longer supports sending attachments when using templates.
|
||||
|
||||
Ordinary, non-template sending is not affected by these changes. See
|
||||
`docs <https://anymail.readthedocs.io/en/latest/esps/sendinblue/#batch-sending-merge-and-esp-templates>`_
|
||||
for more info and alternatives. (Thanks `@Thorbenl`_.)
|
||||
|
||||
Features
|
||||
~~~~~~~~
|
||||
|
||||
@@ -37,6 +55,8 @@ Features
|
||||
See `docs <https://anymail.readthedocs.io/en/latest/esps/mailgun/#batch-sending-merge-and-esp-templates>`__.
|
||||
(Thanks `@anstosa`_.)
|
||||
|
||||
* **SendinBlue:** Support multiple `tags`. (Thanks `@Thorbenl`_.)
|
||||
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
@@ -999,5 +1019,6 @@ Features
|
||||
.. _@mbk-ok: https://github.com/mbk-ok
|
||||
.. _@RignonNoel: https://github.com/RignonNoel
|
||||
.. _@sebbacon: https://github.com/sebbacon
|
||||
.. _@Thorbenl: https://github.com/Thorbenl
|
||||
.. _@varche1: https://github.com/varche1
|
||||
.. _@yourcelf: https://github.com/yourcelf
|
||||
|
||||
Reference in New Issue
Block a user