PowerDNS-Admin / pda-next

A PowerDNS web interface with advanced features.
MIT License
34 stars 3 forks source link

Bump django-anymail[mailgun] from 9.0 to 9.2 #87

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps django-anymail[mailgun] from 9.0 to 9.2.

Release notes

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

v9.2

Changelog

v9.1

Changelog

Changelog

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

v9.2

2023-05-02

Fixes


* Fix misleading error messages when sending with ``fail_silently=True``
  and session creation fails (e.g., with Amazon SES backend and missing
  credentials). (Thanks to `@technolingo`_.)
  • Postmark inbound: Fix spurious AnymailInvalidAddress in message.cc when inbound message has no Cc recipients. (Thanks to @Ecno92_.)

  • Postmark inbound: Add workaround for malformed test data sent by Postmark's inbound webhook "Check" button. (See [#304](https://github.com/anymail/django-anymail/issues/304). Thanks to @Ecno92.)

Deprecations

  • This will be the last Anymail release to support Python 3.6 (which reached end-of-life on 2021-12-23).

Other


* Test against Django 4.2 release.

v9.1

2023-03-11

Features

  • Amazon SES: Add support for sending through the Amazon SES v2 API (not yet enabled by default; see Deprecations below; docs <https://anymail.dev/en/stable/esps/amazon_ses/#amazon-ses-v2>__).

  • MailerSend: Add support for this ESP (docs <https://anymail.dev/en/stable/esps/mailersend/>__).

Deprecations


* **Amazon SES:** Anymail will be switching to the Amazon SES v2 API.
  Support for the original SES v1 API is now deprecated, and will be dropped in a
</tr></table> 

... (truncated)

Commits
  • 4857661 Release 9.2
  • 7d993ee Fix fail_silently when session/client creation fails
  • 1ba26e1 Fix empty strings in AnymailInboundMessage from/to/cc
  • fdac3bf Import make_msgid from correct package
  • 8c31883 Tests: get tox py36 tests working again
  • 885eb9b Postmark: workaround invalid "test inbound" data
  • d9a80e7 Tests: Test release version of Django 4.2
  • c59ad9e Release 9.1
  • 62bd066 MailerSend: add support (new ESP for Anymail)
  • c58640d Mandrill: update integration test
  • 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 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[bot] commented 7 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.