All Versions
15
Latest Version
Avg Release Cycle
94 days
Latest Release
1260 days ago

Changelog History
Page 1

  • v0.16.0 Changes

    November 10, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • ๐Ÿ‘ a96cac8 Implement MessageStream support

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    • ๐Ÿš€ c42f1e3 Release 0.16.0
    • ๐Ÿšš 814e3c4 Remove obsolete setup.cfg

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    • ๐Ÿš€ af4731d Add missing release notes
    • 669189c Add CODE_OF_CONDUCT.md
  • v0.15.0 Changes

    August 30, 2020

    ๐Ÿฑ ๐Ÿ”ง 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
    )
    
  • v0.14.1 Changes

    March 31, 2020

    โž• Added

    • ๐Ÿ‘Œ Support for Metadata option in EmailTemplate. #184
  • v0.14.0 Changes

    March 31, 2020

    โž• Added

    • verifydkim and verifyreturnpath for domains API. #183
  • v0.13.1 Changes

    March 31, 2020

    โž• Added

    • ๐Ÿ‘Œ Support for metadata in Django email backend. #181
  • v0.13.0 Changes

    November 25, 2018

    โž• Added

    • ๐Ÿ‘Œ Support for Python 3.7. #170
    • ๐Ÿ‘Œ Support for Metadata option. #168

    ๐Ÿ”„ Changed

    • ๐Ÿ”Š Stream logs to sys.stdout by default. #159

    โœ‚ Removed

    • ๐Ÿ‘Œ Support for Python 2.6, 3.2 and 3.3.
  • v0.12.2 Changes

    November 05, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Make mock package optional on Python 2. #158, #162
  • v0.12.1 Changes

    November 05, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better handling of exceptions that happen during response parsing. #163
  • v0.12.0 Changes

    June 12, 2018

    โž• Added

    • ๐Ÿ‘Œ Support for TemplateAlias. #150

    ๐Ÿ›  Fixed

    • ๐Ÿ–จ Processing of alternatives together with attachments. #148
    • ๐Ÿ–จ Processing of message/rfc822 attachments.
  • v0.11.3 Changes

    November 08, 2017
    • Ability to convert inbound messages to MIME instances. #90
    • ๐Ÿ›  Fix missed mock dependency for Python 2. #145