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.0 to 8.4 #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps django-anymail[mailgun] from 8.0 to 8.4.

Release notes

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

v8.4

Changelog

v8.3

Changelog

v8.2

Changelog

v8.1

Changelog

Changelog

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

v8.4

2021-06-15

Features

  • Postal: Add support for this self-hosted ESP (docs). Thanks to @​tiltec for researching, implementing, testing and documenting Postal support.

v8.3

2021-05-19

Fixes

  • Amazon SES: Support receiving and tracking mail in non-default (or multiple) AWS regions. Anymail now always confirms an SNS subscription in the region where the SNS topic exists, which may be different from the boto3 default. (Thanks to @​mark-mishyn for reporting this.)
  • Postmark: Fix two different errors when sending with a template but no merge data. (Thanks to @​kareemcoding and @​Tobeyforce for reporting them.)
  • Postmark: Fix silent failure when sending with long metadata keys and some other errors Postmark detects at send time. Report invalid 'cc' and 'bcc' addresses detected at send time the same as 'to' recipients. (Thanks to @​chrisgrande for reporting the problem.)

v8.2

2021-01-27

Features

  • Mailgun: Add support for AMP for Email (via message.attach_alternative(..., "text/x-amp-html")).

Fixes

  • SparkPost: Drop support for multiple from_email addresses. SparkPost has started issuing a cryptic "No sending domain specified" error for this case; with this fix, Anymail will now treat it as an unsupported feature.

Other

  • Mailgun: Improve error messages for some common configuration issues.
  • Test against Django 3.2 prerelease (including support for Python 3.9)
  • Document how to send AMP for Email with Django, and note which ESPs support it. (See docs.)
  • Move CI testing to GitHub Actions (and stop using Travis-CI).
  • Internal: catch invalid recipient status earlier in ESP response parsing

v8.1

2020-10-09

... (truncated)

Commits
  • 26d2b5c Release 8.4
  • d79c3c2 Automate release process
  • adc92f0 Tests: tox and mock cleanup
  • e90c10b Add Postal support
  • f831fe8 Release 8.3
  • 67bf5a5 CI: split lint, docs jobs
  • 3a03b19 Tests: run Django 3.2 first
  • 0a4a2cf Docs: upgrade docs build tooling
  • 44754c9 Postmark: fix silent failures for send-time validation errors
  • b1a4f98 Amazon SES: confirm webhook subscriptions in SNS topic's own region (#236)
  • 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 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants