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

fix(deps): update dependency django-anymail to v12 #146

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-anymail (changelog) ^10.0 -> ^12.0 age adoption passing confidence

Release Notes

anymail/django-anymail (django-anymail)

v12.0

Compare Source

2024-09-09

Breaking changes


* Require **Django 4.0 or later** and Python 3.8 or later.

Features
~~~~~~~~

* **Resend:** Add support for ``send_at``.

Fixes
~~~~~

* **Unisender Go:** Fix several problems in Anymail's Unisender Go status tracking
  webhook. Rework signature checking to fix false validation errors (particularly
  on "clicked" and "opened" events). Properly handle "use single event" webhook
  option. Correctly verify WEBHOOK_SECRET when set. Provide Unisender Go's
  ``delivery_status`` code and unsubscribe form ``comment`` in Anymail's
  ``event.description``. Treat soft bounces as "deferred" rather than "bounced".
  (Thanks to `@MikeVL`_ for fixing the signature validation problem.)

Other
~~~~~

* **Mandrill (docs):** Explain how ``cc`` and ``bcc`` handling depends on
  Mandrill's "preserve recipients" option. (Thanks to `@dgilmanAIDENTIFIED`_
  for reporting the issue.)

* **Postal (docs):** Update links to Postal's new documentation site.
  (Thanks to `@jmduke`_.)

v11.1

Compare Source

2024-08-07

Features


* **Brevo:** Support Brevo's new "Complaint," "Error" and "Loaded by proxy"
  tracking events. (Thanks to `@originell`_ for the update.)

Deprecations
  • This will be the last Anymail release to support Django 3.0, 3.1 and 3.2
    (which reached end of extended support on 2021-04-06, 2021-12-07 and
    2024-04-01, respectively).

  • This will be the last Anymail release to support Python 3.7 (which reached
    end-of-life on 2023-06-27, and is not supported by Django 4.0 or later).

v11.0.1

Compare Source

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

Compare Source

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

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 4 times, most recently from 34655af to 6e35ab9 Compare September 27, 2024 16:02
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 4 times, most recently from eff1b61 to e4b3e3a Compare October 10, 2024 15:46
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 3 times, most recently from 5dcdf68 to 3204321 Compare October 19, 2024 11:04
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch from 3204321 to 77eb686 Compare October 25, 2024 17:17
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 3 times, most recently from c10a954 to c3daca6 Compare November 6, 2024 17:01
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 4 times, most recently from fccc646 to aa461d5 Compare November 18, 2024 15:40
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 4 times, most recently from 7cb046f to 0c1f5df Compare November 25, 2024 19:36
@renovate renovate bot changed the title Update dependency django-anymail to v12 fix(deps): update dependency django-anymail to v12 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 2 times, most recently from 8bba620 to 6cdd32f Compare December 2, 2024 15:39
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 3 times, most recently from b05a68b to 1090144 Compare December 6, 2024 14:22
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 3 times, most recently from 374b39f to c34f210 Compare December 13, 2024 17:16
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 6 times, most recently from 53d684d to d3b00c6 Compare December 23, 2024 10:27
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch 2 times, most recently from 7128468 to 0c93365 Compare January 7, 2025 16:05
jkachel and others added 2 commits January 7, 2025 15:46
…able ids, fall back to initial data

- The metadata retrieval is now in an api function so it's easier to test.
- Added a parser for readable ID - skus are generally readable IDs, but if we have a sku that's for a specific run, the learning_resources API won't know what to do with it.
- If the data returned from the API doesn't contain data, or doesn't contain _some_ data, fall back to the data that was in the product already.
- Added tests for API function
- Fixed some names (we're not just pulling image data now)
@renovate renovate bot force-pushed the renovate/django-anymail-12.x branch from 0c93365 to 6fee0e8 Compare January 7, 2025 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant