Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-anymail[mailgun] from 8.6 to 11.0 #1636

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps django-anymail[mailgun] from 8.6 to 11.0.

Release notes

Sourced from django-anymail[mailgun]'s releases.

v11.0

  • Breaking changes for Amazon SES; SparkPost (with template_id)
  • New merge_headers feature
  • And more…

Please check the changelog

v10.3

Changelog

v10.2

Changelog

v10.1

Changelog

v10.0

This release switches to modern Python packaging tools, drops compatibility for some seriously outdated environments, and improves Amazon SES and inbound Postmark handling.

Please see the Changelog for breaking changes and other details.

v9.2

Changelog

v9.1

Changelog

v9.0

Changelog

Changelog

Sourced from django-anymail[mailgun]'s changelog.

v11.0

2024-06-23

Breaking changes


* **Amazon SES:** Drop support for the Amazon SES v1 API.
  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
  `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``
  setting has ``amazon_sesv2``, change that to just ``amazon_ses``.)
  • SparkPost: When sending with a template_id, Anymail now raises an error if the message uses features that SparkPost will silently ignore. See docs &lt;https://anymail.dev/en/stable/esps/sparkpost/#sparkpost-template-limitations&gt;__.

Features


* Add new ``merge_headers`` option for per-recipient headers with batch sends.
  This can be helpful to send individual *List-Unsubscribe* headers (for example).
  Supported for all current ESPs *except* MailerSend, Mandrill and Postal. See
  `docs &lt;https://anymail.dev/en/stable/sending/anymail_additions/#anymail.message.AnymailMessage.merge_headers&gt;`__.
  (Thanks to `@carrerasrodrigo`_ for the idea, and for the base and
  Amazon SES implementations.)
  • Amazon SES: Allow extra headers, metadata, merge_metadata,
    and tags when sending with a template_id.
    (Requires boto3 v1.34.98 or later.)

  • MailerSend: Allow all extra headers. (Note that MailerSend limits use
    of this feature to &quot;Enterprise accounts only.&quot;)

Fixes


* **Amazon SES:** Fix a bug that could result in sending a broken address header
  if it had a long display name containing both non-ASCII characters and commas.
  (Thanks to `@andresmrm`_ for isolating and reporting the issue.)

* **SendGrid:** In the tracking webhook, correctly report &amp;quot;bounced address&amp;quot;
  (recipients dropped due to earlier bounces) as reject reason ``&amp;quot;bounced&amp;quot;``.
  (Thanks to `@vitaliyf`_.)


v10.3
-----
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/78ccd72fbee30f214e3228dbc10189a1bc9e5f09&quot;&gt;&lt;code&gt;78ccd72&lt;/code&gt;&lt;/a&gt; Release 11.0&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/567fbb52ab439a083ee1865eb3af66a90ba38be3&quot;&gt;&lt;code&gt;567fbb5&lt;/code&gt;&lt;/a&gt; Amazon SES: Fix header encoding problem&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/c4b2e08b1688da09dec6da9c4fea509672878a13&quot;&gt;&lt;code&gt;c4b2e08&lt;/code&gt;&lt;/a&gt; SparkPost: error on features incompatible with template_id&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/5c2f2fd35a0ab24482f1d83cfe4793b62a041b9f&quot;&gt;&lt;code&gt;5c2f2fd&lt;/code&gt;&lt;/a&gt; Docs: add notes to esp-feature-matrix&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/f355bd533c4e3b2d7c5825421c19530174c032bc&quot;&gt;&lt;code&gt;f355bd5&lt;/code&gt;&lt;/a&gt; Docs: new ownership for several ESPs&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/faf98c22d73d82f6e35395f04e77a096401ae2ba&quot;&gt;&lt;code&gt;faf98c2&lt;/code&gt;&lt;/a&gt; MailerSend: support extra headers&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/0776b12331379c9f885cbaa60bb8c53e076ec936&quot;&gt;&lt;code&gt;0776b12&lt;/code&gt;&lt;/a&gt; Feature: Implement merge_headers&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/6e696b85663cc7c9bd6f1423ccf3b2dea40b786a&quot;&gt;&lt;code&gt;6e696b8&lt;/code&gt;&lt;/a&gt; SendGrid: report dropped &amp;quot;Bounced Address&amp;quot; webhook events as reason &amp;quot;bounced&amp;quot;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/0f2eef7300daec47eef4e708721198a1017882bd&quot;&gt;&lt;code&gt;0f2eef7&lt;/code&gt;&lt;/a&gt; Amazon SES: support headers with template&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/anymail/django-anymail/commit/1cdadda1613dba93f335f4b2b1cd2dfccd0b25f9&quot;&gt;&lt;code&gt;1cdadda&lt;/code&gt;&lt;/a&gt; Amazon SES: require boto3 with sesv2 support&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/anymail/django-anymail/compare/v8.6...v11.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;
</code></pre>


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-anymail[mailgun]&package-manager=pip&previous-version=8.6&new-version=11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 24, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-anymail-mailgun--11.0 branch 2 times, most recently from 2c66c6d to 77d660f Compare July 11, 2024 01:34
Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 8.6 to 11.0.
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v8.6...v11.0)

---
updated-dependencies:
- dependency-name: django-anymail[mailgun]
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-anymail-mailgun--11.0 branch from 77d660f to ab31c53 Compare July 11, 2024 01:34
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2024

Superseded by #1661.

@dependabot dependabot bot closed this Jul 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-anymail-mailgun--11.0 branch July 12, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants