@@ -25,10 +25,10 @@ Release history
25
25
^^^^^^^^^^^^^^^
26
26
.. This extra heading level keeps the ToC from becoming unmanageably long
27
27
28
- vNext
28
+ v10.1
29
29
-----
30
30
31
- *Unreleased changes *
31
+ *2023-07-31 *
32
32
33
33
Features
34
34
~~~~~~~~
@@ -43,17 +43,22 @@ Features
43
43
* Rename `is_inline_attachment() ` to just `is_inline() `.
44
44
45
45
The renamed items are still available, but deprecated, under their old names.
46
- See `docs <http://anymail.dev/en/latest /inbound/#anymail.inbound.AnymailInboundMessage >`__.
46
+ See `docs <http://anymail.dev/en/stable /inbound/#anymail.inbound.AnymailInboundMessage >`__.
47
47
(Thanks to `@martinezleoml `_.)
48
48
49
49
* **Inbound: ** `AnymailInboundMessage ` now derives from Python's
50
50
`email.message.EmailMessage `, which provides improved compatibility with
51
51
email standards. (Thanks to `@martinezleoml `_.)
52
52
53
+ * **Brevo (Sendinblue): ** Sendinblue has rebranded to "Brevo." Change default
54
+ API endpoint to ``api.brevo.com ``, and update docs to reflect new name. Anymail
55
+ still uses ``sendinblue `` in the backend name, for settings, etc., so there
56
+ should be no impact on your code. (Thanks to `@sblondon `_.)
57
+
53
58
* **Brevo (Sendinblue): ** Add support for inbound email. (See
54
- `docs <https://anymail.dev/en/latest /esps/sendinblue/#sendinblue-inbound >`_.)
59
+ `docs <https://anymail.dev/en/stable /esps/sendinblue/#sendinblue-inbound >`_.)
55
60
56
- * **SendGrid: ** Support for multiple ``reply_to `` addresses.
61
+ * **SendGrid: ** Support multiple ``reply_to `` addresses.
57
62
(Thanks to `@gdvalderrama `_ for pointing out the new API.)
58
63
59
64
Deprecations
@@ -62,14 +67,6 @@ Deprecations
62
67
* **Inbound: ** `AnymailInboundMessage.inline_attachments ` and `.is_inline_attachment() `
63
68
have been renamed---see above.
64
69
65
- Other
66
- ~~~~~
67
-
68
- * **Brevo (Sendinblue): ** Sendinblue has rebranded to "Brevo." Change default
69
- API endpoint to ``api.brevo.com ``, and update docs to reflect new name. Anymail
70
- still uses ``sendinblue `` in the backend name, for settings, etc., so there
71
- should be no impact on your code. (Thanks to `@sblondon `_.)
72
-
73
70
74
71
v10.0
75
72
-----
0 commit comments