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.1 #1661

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2024

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

Release notes

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

v11.0.1

Changelog

(This release is solely to update documentation and metadata. Code is identical to v11.0.)

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.1

2024-07-11

(This release updates only documentation and package metadata; the code is identical to v11.0.)

Fixes


* **Amazon SES (docs):** Correct IAM policies required for using
  the Amazon SES v2 API. See
  `Migrating to the SES v2 API <https://anymail.dev/en/stable/esps/amazon_ses/#amazon-ses-v2>`__.
  (Thanks to `@scur-iolus`_ for identifying the problem.)

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 <https://anymail.dev/en/stable/esps/sparkpost/#sparkpost-template-limitations>__.

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 <https://anymail.dev/en/stable/sending/anymail_additions/#anymail.message.AnymailMessage.merge_headers>`__.
  (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.)

</tr></table>

... (truncated)

Commits
  • 136ba59 Release 11.0.1
  • 2403171 CI-CD: Fix gh release target
  • f86c019 Docs: Amazon SES: fix IAM policy recommendations
  • 2d9ca13 Docs: update third-party template packages
  • e63d9d8 Update package metadata and ESP ownership
  • 78ccd72 Release 11.0
  • 567fbb5 Amazon SES: Fix header encoding problem
  • c4b2e08 SparkPost: error on features incompatible with template_id
  • 5c2f2fd Docs: add notes to esp-feature-matrix
  • f355bd5 Docs: new ownership for several ESPs
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 12, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/django-anymail-mailgun--11.0.1 branch 2 times, most recently from 79b791b to 89c96e1 Compare July 15, 2024 01:44
Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 8.6 to 11.0.1.
- [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.1)

---
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.1 branch from 89c96e1 to a4490d3 Compare August 7, 2024 19:33
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 8, 2024

Superseded by #1683.

@dependabot dependabot bot closed this Aug 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-anymail-mailgun--11.0.1 branch August 8, 2024 01:14
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