Django-anymail

Latest version: v10.3

Safety actively analyzes 629599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 10

0.4

----

*(not released)*

0.3.1

Not secure
------

*2016-05-18*

Fixes
~~~~~

* **SendGrid:** Fix API error that `to` is required when using `merge_data`
(see `14`_; thanks `lewistaylor`_).

0.3

Not secure
----

*2016-05-13*

Features
~~~~~~~~

* Add support for ESP stored templates and batch sending/merge. Exact capabilities
vary widely by ESP -- be sure to read the notes for your ESP.
(`docs <https://anymail.dev/en/stable/sending/templates/>`__)
* Add pre_send and post_send signals.
`docs <https://anymail.dev/en/stable/sending/signals/>`__
* **Mandrill:** add support for esp_extra; deprecate Mandrill-specific message
attributes left over from Djrill. See
`migrating from Djrill <https://anymail.dev/en/stable/esps/mandrill/#migrating-from-djrill>`__.

0.2

Not secure
----

*2016-04-30*

Breaking changes
~~~~~~~~~~~~~~~~

* **Mailgun:** eliminate automatic JSON encoding of complex metadata values like lists
and dicts. (Was based on misreading of Mailgun docs; behavior now matches metadata
handling for all other ESPs.)
* **Mandrill:** remove obsolete wehook views and signal inherited from Djrill. See
`Djrill migration notes <https://anymail.dev/en/stable/esps/mandrill/#changes-to-webhooks>`__
if you were relying on that code.

Features
~~~~~~~~

* Add support for ESP event-tracking webhooks, including normalized
AnymailTrackingEvent.
(`docs <https://anymail.dev/en/stable/sending/tracking/>`__)
* Allow get_connection kwargs overrides of most settings for individual backend
instances. Can be useful for, e.g., working with multiple SendGrid subusers.
(`docs <https://anymail.dev/en/stable/installation/#anymail-settings-reference>`__)
* **SendGrid:** Add SENDGRID_GENERATE_MESSAGE_ID setting to control workarounds for
ensuring unique tracking ID on SendGrid messages/events (default enabled).
`docs <https://anymail.dev/en/stable/esps/sendgrid/#sendgrid-message-id>`__
* **SendGrid:** improve handling of 'filters' in esp_extra, making it easier to mix
custom SendGrid app filter settings with Anymail normalized message options.

Other
~~~~~

* Drop pre-Django 1.8 test code. (Wasn't being used, as Anymail requires Django 1.8+.)
* **Mandrill:** note limited support in docs (because integration tests no
longer available).

0.1

Not secure
----

*2016-03-14*

Although this is an early release, it provides functional Django
EmailBackends and passes integration tests with all supported ESPs
(Mailgun, Mandrill, Postmark, SendGrid).

It has (obviously) not yet undergone extensive real-world testing, and
you are encouraged to monitor it carefully if you choose to use it in
production. Please report bugs and problems here in GitHub.

Features
~~~~~~~~

* **Postmark:** Add support for this ESP.
* **SendGrid:** Add support for username/password auth.
* Simplified install: no need to name the ESP (`pip install django-anymail`
-- not `... django-anymail[mailgun]`)

0.1.dev2

Not secure
--------

*2016-03-12*

Features
~~~~~~~~

* **SendGrid:** Add support for this ESP.
* Add attach_inline_image_file helper

Fixes
~~~~~

* Change inline-attachment handling to look for `Content-Disposition: inline`,
and to preserve filenames where supported by the ESP.

Page 9 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.