Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Bump django-anymail[mailgun] from 3.0 to 7.1.0 - #10

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-anymail-mailgun--7.1.0
Closed

Bump django-anymail[mailgun] from 3.0 to 7.1.0#10
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-anymail-mailgun--7.1.0

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps django-anymail[mailgun] from 3.0 to 7.1.0.

Release notes

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

v7.1

Changelog

v7.0

Changelog

v6.1

Changelog

v6.0.1

Changelog

v6.0

Changelog

v5.0

Changelog

v4.3

Changelog

v4.2

Changelog

v4.1

Changelog

v4.0

Release notes have moved to the changelog in Anymail's docs (which is sourced from CHANGELOG.rst in the repository root).

Changelog

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

Changelog

Anymail releases follow semantic versioning. Among other things, this means that minor updates (1.x to 1.y) should always be backwards-compatible, and breaking changes will always increment the major version number (1.x to 2.0).

Release history

v7.1

2020-04-13

Fixes

  • Postmark: Fix API error when sending with template to single recipient. (Thanks to @jc-ee for finding and fixing the issue.)
  • SendGrid: Allow non-batch template send to multiple recipients when merge_global_data is set without merge_data. (Broken in v6.0. Thanks to @vgrebenschikov for the bug report.)

Features

  • Add DEBUG_API_REQUESTS setting to dump raw ESP API requests, which can assist in debugging or reporting problems to ESPs. (See docs. This setting has was quietly added in Anymail v4.3, and is now officially documented.)
  • Sendinblue: Now supports file attachments on template sends, when using their new template language. (Sendinblue removed this API limitation on 2020-02-18; the change works with Anymail v7.0 and later. Thanks to @sebashwa for noting the API change and updating Anymail's docs.)

Other

  • Test against released Django 3.0.
  • SendGrid: Document unpredictable behavior in the SendGrid API that can cause text attachments to be sent with the wrong character set. (See docs under "Wrong character set on text attachments." Thanks to @nuschk and @swrobel for helping track down the issue and reporting it to SendGrid.)
  • Docs: Fix a number of typos and some outdated information. (Thanks @alee and @Honza-m.)

v7.0

2019-09-07

Breaking changes

  • Sendinblue templates: Support Sendinblue's new (ESP stored) Django templates and new API for template sending. This removes most of the odd limitations in the older (now-deprecated) SendinBlue template send API, but involves two breaking changes:

    • You must convert each old Sendinblue template to the new language as you upgrade to Anymail v7.0, or certain features may be silently ignored on template sends (notably reply_to and recipient display names).
    • Sendinblue's API no longer supports sending attachments when using templates. [Note: Sendinblue removed this API limitation on 2020-02-18.]

    Ordinary, non-template sending is not affected by these changes. See docs for more info and alternatives. (Thanks @Thorbenl.)

Features

  • Mailgun: Support Mailgun's new (ESP stored) handlebars templates via template_id. See docs. (Thanks @anstosa.)
  • Sendinblue: Support multiple tags. (Thanks @Thorbenl.)

Other

  • Mailgun: Disable Anymail's workaround for a Requests/urllib3 issue with non-ASCII attachment filenames when a newer version of urllib3--which fixes the problem--is installed. (Workaround was added in Anymail v4.3; fix appears in urllib3 v1.25.)
... (truncated)
Commits
  • 7b3305d Release 7.1
  • 7a16b9e Docs: Update capitalization of "Sendinblue"
  • 2a36da5 Postmark: Fix sending templated email to a single recipient
  • 920d8dd SendGrid: Fix multiple recipients with only merge_global_data
  • 4245d46 Docs: SendinBlue templates now support attachments
  • 0c66e1e Docs: document DEBUG_API_REQUESTS setting
  • 95080bf SendGrid: document text attachment charset bug
  • 59685b8 Tests: work around Mailgun event reporting change
  • c38218d Tests: Update for Django 3.0 release
  • 1fc44a4 Docs: fix typos and other minor text edits
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 3.0 to 7.1.0.
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/master/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v3.0...v7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Apr 20, 2020
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #26.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/pip/django-anymail-mailgun--7.1.0 branch July 27, 2020 08:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants