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

chore(deps): update dependency django-sendgrid-v5 to v1 #1241

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-sendgrid-v5 ==0.9.1 -> ==1.2.3 age adoption passing confidence

Release Notes

sklarsa/django-sendgrid-v5 (django-sendgrid-v5)

v1.2.3

Compare Source

What's Changed

Full Changelog: sklarsa/django-sendgrid-v5@v1.2.2...v1.2.3

v1.2.2

Fix #​114

v1.2.0

Compare Source

Adds attachment content-type method handling (#​103)
Adds configurable tracking per-email (#​101)

v1.1.2

Compare Source

Adds Django 3.2+ & 4.0 compatibility

Closes https://github.com/sklarsa/django-sendgrid-v5/issues/99

v1.1.1

Compare Source

Personalization Fixes:

  • _build_sg_personalization "to" arg now changed to optional; either it or existing_personalizations must be set.
  • Prevent using .personalizations without tos set.
  • Prevent unnecessary resetting of tos when personalization is already constructed.
  • No longer provide tos if not set for personalizations. This is to prevent every personalization from being sent to every recipient in msg.to
  • Added/Changed some comments/docstrings to reduce ambiguity

Thanks @​alichass for the contribution!

v1.1.0

Compare Source

Improves flexibility of personalizations by allowing the user to set the EmailMessage.personalizations attribute to a list of sendgrid Personalization objects, or a list of Dicts containing personalization information in the schema expected by the API. Personalization options passed this way take precedence over other EmailMessage attributes.

v1.0.0

Breaking Changes

  • Drops python 2 support

Improvements

  • Adds type checking, linting, and code formatting
  • Simplifies code where possible (no functionality changes)
  • Adds github actions support
  • Adds newer django versions to the testing matrix
  • Improves documentation

Deprecations

  • Removes TravisCI support
  • Removes codecov uploads (coverage is still run in the tests)

Configuration

📅 Schedule: Branch creation - "before 12pm on Friday" in timezone UTC, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Aug 27, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (671cccf) 66.63% compared to head (0a5ebdc) 66.60%.
Report is 1 commits behind head on master.

❗ Current head 0a5ebdc differs from pull request most recent head bea05b2. Consider uploading reports for the commit bea05b2 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1241      +/-   ##
==========================================
- Coverage   66.63%   66.60%   -0.03%     
==========================================
  Files         134      134              
  Lines        7880     7870      -10     
==========================================
- Hits         5251     5242       -9     
+ Misses       2629     2628       -1     

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/django-sendgrid-v5-1.x branch from b0bb05c to 0a5ebdc Compare September 11, 2021 18:28
@renovate renovate bot force-pushed the renovate/django-sendgrid-v5-1.x branch 2 times, most recently from 0ae3203 to b3ec4b7 Compare December 18, 2021 16:00
@renovate renovate bot force-pushed the renovate/django-sendgrid-v5-1.x branch from b3ec4b7 to 13ea9e3 Compare September 25, 2022 23:49
@renovate renovate bot force-pushed the renovate/django-sendgrid-v5-1.x branch from 13ea9e3 to 9435a33 Compare March 19, 2023 04:13
@renovate renovate bot changed the title fix(deps): update dependency django-sendgrid-v5 to v1 chore(deps): update dependency django-sendgrid-v5 to v1 Jul 9, 2023
@renovate renovate bot force-pushed the renovate/django-sendgrid-v5-1.x branch from 9435a33 to bea05b2 Compare November 9, 2023 01:46
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.

0 participants