mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Release 9.2
This commit is contained in:
@@ -25,10 +25,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
|
v9.2
|
||||||
-----
|
-----
|
||||||
|
|
||||||
*Unreleased changes*
|
*2023-05-02*
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
~~~~~
|
~~~~~
|
||||||
@@ -37,11 +37,11 @@ Fixes
|
|||||||
and session creation fails (e.g., with Amazon SES backend and missing
|
and session creation fails (e.g., with Amazon SES backend and missing
|
||||||
credentials). (Thanks to `@technolingo`_.)
|
credentials). (Thanks to `@technolingo`_.)
|
||||||
|
|
||||||
* **Postmark:** Fix spurious AnymailInvalidAddress in ``message.cc`` when
|
* **Postmark inbound:** Fix spurious AnymailInvalidAddress in ``message.cc``
|
||||||
inbound message has no Cc recipients. (Thanks to `@Ecno92`_.)
|
when inbound message has no Cc recipients. (Thanks to `@Ecno92`_.)
|
||||||
|
|
||||||
* **Postmark:** Workaround for handling inbound test webhooks.
|
* **Postmark inbound:** Add workaround for malformed test data sent by
|
||||||
(`More info <https://github.com/anymail/django-anymail/issues/304>`__)
|
Postmark's inbound webhook "Check" button. (See `#304`_. Thanks to `@Ecno92`_.)
|
||||||
|
|
||||||
Deprecations
|
Deprecations
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
@@ -1421,6 +1421,7 @@ Features
|
|||||||
.. _#147: https://github.com/anymail/django-anymail/issues/147
|
.. _#147: https://github.com/anymail/django-anymail/issues/147
|
||||||
.. _#148: https://github.com/anymail/django-anymail/issues/148
|
.. _#148: https://github.com/anymail/django-anymail/issues/148
|
||||||
.. _#153: https://github.com/anymail/django-anymail/issues/153
|
.. _#153: https://github.com/anymail/django-anymail/issues/153
|
||||||
|
.. _#304: https://github.com/anymail/django-anymail/issues/304
|
||||||
|
|
||||||
.. _@ailionx: https://github.com/ailionx
|
.. _@ailionx: https://github.com/ailionx
|
||||||
.. _@alee: https://github.com/alee
|
.. _@alee: https://github.com/alee
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
VERSION = (9, 1)
|
VERSION = (9, 2)
|
||||||
|
|
||||||
#: major.minor.patch or major.minor.devN
|
#: major.minor.patch or major.minor.devN
|
||||||
__version__ = ".".join([str(x) for x in VERSION])
|
__version__ = ".".join([str(x) for x in VERSION])
|
||||||
|
|||||||
Reference in New Issue
Block a user