Skip to content

Releases: sklarsa/django-sendgrid-v5

v1.2.3

09 Nov 01:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

22 Dec 20:42
Compare
Choose a tag to compare

Fix #114

v1.2.0

18 Dec 15:34
Compare
Choose a tag to compare

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

v1.1.2

18 Dec 04:10
59351f1
Compare
Choose a tag to compare

Adds Django 3.2+ & 4.0 compatibility

Closes #99

v1.1.1

11 Sep 16:33
Compare
Choose a tag to compare

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

16 Aug 01:52
Compare
Choose a tag to compare

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

16 Aug 01:47
Compare
Choose a tag to compare

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)

1.0 Release Candidate

02 Mar 03:21
Compare
Choose a tag to compare

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)

Adds support for transactional template in Sendgrid v6

24 Aug 22:16
1bcf544
Compare
Choose a tag to compare

Adds Click Tracking Support

12 Dec 20:09
Compare
Choose a tag to compare
v0.8.1

Merge branch 'mark5280-master'