postmarker v0.16.0 Release Notes
Release Date: 2020-11-10 // almost 3 years agoPrevious changes from v0.15.0
-
๐ฑ ๐ง Chores and Improvements
- ๐ 59871c9 Release 0.15.0
- a4211f9 Add gitter link
- edcf364 Add gitter link
- ๐ 5bf9865 Move to src layout
- d7b92a1 Drop another Python 2 shim
- ๐ 754296a Remove Python 2 shims
- ๐ 3aba8be Apply pylint
- ๐ป 5cccb4d Add exception chaining
- ๐ท 5c7db7b Apply pre-commit & add GitHub Action job for pre-commit
๐ฆ ๐ฆ Other
๐ 9c6e278 Add release job
๐ 48080f6 Add GitHub Actions build for Python 3.5-3.9 and PyPy3
๐ 415ece4 Drop support for Python 2.7, 3.3, 3.4, PyPy2 and Jython.
db20b64 Drop Travis CI
03f4cdf Create FUNDING.yml
๐ dd1065f Release 0.14.1
741bbf1 Add missing changelog entry
๐ 618d628 Merge remote-tracking branch 'origin/master'
1710940 Code black.
๐ b3efc2f At the moment, using the EmailTemplate() doesn't allow Metadata parameters.
๐ EmailTemplate() now accept Metadata parameters.
e.g.
postmark.emails.EmailTemplate( TemplateId=template_id, TemplateAlias=template_alias, From=f"{from_name} {from_}", To=user.email, Headers={"X-Accept-Language": "en-us, en"}, TemplateModel=template_model, Metadata=metadata )