Changelog

1.0 - 2022-01-15

Added

  • Python 3.10 support.

  • Django 4.0 support. #200

Removed

  • Deprecated yield_fixture usage in postmarker’s pytest plugin.

0.18.2 - 2021-06-03

Added

  • Support subject search on outbound messages.

0.18.1 - 2021-05-13

Fixed

  • Fix documentation config to update docs on ReadTheDocs. #195

0.18.0 - 2021-05-11

Added

  • Support for batchWithTemplates.

0.17.1 - 2021-03-02

Added

  • root_api_url argument for PostmarkClient. It allows you to change the address used by postmarker for sending API calls.

Important

Use https://api-ssl-temp.postmarkapp.com/ if you’d like to test your application against the upcoming TLSv1 deprecation by Postmark. Example:

postmark = PostmarkClient(
    server_token="SERVER_TOKEN",
    account_token="ACCOUNT_TOKEN",
    root_api_url="https://api-ssl-temp.postmarkapp.com/"
)
# Use the client as usual

0.17.0 - 2020-12-22

Fixed

  • Make TemplateID not required if TemplateAlias is specified. #179

Removed

  • Support for Python 3.5.

0.16.0 - 2020-11-10

Added

  • MessageStream support when sending emails. #190

0.15.0 - 2020-08-30

Removed

  • Support for Python 2.7, 3.3, 3.4, PyPy2 and Jython.

0.14.1 - 2020-03-31

Added

  • Support for Metadata option in EmailTemplate. #184

0.14.0 - 2020-02-10

Added

  • verifydkim and verifyreturnpath for domains API. #183

0.13.1 - 2019-11-15

Added

  • Support for metadata in Django email backend. #181

0.13.0 - 2018-11-25

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.

0.12.2 - 2018-11-05

Changed

  • Make mock package optional on Python 2. #158, #162

0.12.1 - 2018-11-05

Changed

  • Better handling of exceptions that happen during response parsing. #163

0.12.0 - 2018-06-12

Added

  • Support for TemplateAlias. #150

Fixed

  • Processing of alternatives together with attachments. #148

  • Processing of message/rfc822 attachments.

0.11.3 - 2017-11-08

Added

  • Ability to convert inbound messages to MIME instances. #90

Fixed

  • Fix missed mock dependency for Python 2. #145

0.11.2 - 2017-05-14

Added

  • Alternative instantiation method - from_config.

0.11.1 - 2017-05-10

Added

  • Test helpers. #112

0.11.0 - 2017-05-02

Added

  • message property for Bounce, Delivery and Open classes to access corresponding OutboundMessage instance. #119

  • An ability to control timeout and retries behaviour. #82

  • Signal for exceptions in Django backend. #126

  • Tornado helper. #85

0.10.1 - 2017-04-03

Fixed

  • Fix Bcc ignoring in Django backend. #135

0.10.0 - 2017-03-30

Added

  • Short-circuit send of empty batches in Django backend. #123

Changed

  • OutboundMessageManager.get_details and InboundMessageManager.get_details were methods were renamed to get. Now they returns OutboundMessage and InboundMessage instances respectively. #125

  • Renamed token kwarg in PostmarkClient to server_token. #130

Fixed

  • Fix counting of successfully sent messages in Django backend. #122

  • Propagate API exceptions in Django backend. #128

0.9.2 - 2017-03-29

Fixed

  • Remove stale files from the package.

0.9.1 - 2017-03-29

Fixed

  • Fix packaging issue.

0.9.0 - 2017-03-28

Added

  • Ability to load all items without specifying exact count value. #106

  • Delivery webhook wrapper. #95

  • Open webhook wrapper. #96

  • Bounce webhook wrapper. #97

Changed

  • postmarker.webhooks.InboundWebhook class was superseded by postmark.messages.inbound.InboundMessage constructor, which works in the same way.

Fixed

  • Fix PyPI package display. #116

0.8.1 - 2017-03-15

Fixed

  • Fix needless requests when count is more than number of available items. #107

0.8.0 - 2017-03-13

Added

  • Ability to download more than 500 items. #70

  • pre_send and post_send Django signals. #83

  • Inbound rules triggers API. #75

  • Tags triggers API. #74

Changed

  • Output logs stream to default sys.stderr. #102

0.7.2 - 2017-03-11

Fixed

  • Fix Django backend crash with attachments. #98

0.7.1 - 2017-03-10

Added

  • VERBOSITY option to the Django backend. #92

0.7.0 - 2017-03-02

Added

  • Stats API. (#72)

  • Sender Signatures API. (#73)

  • Messages API. (#71)

  • Inbound webhook wrapper. (#87)

0.6.2 - 2017-01-02

Fixed

  • Fix Unicode string handling on Python 2. #78

0.6.1 - 2017-01-01

Fixed

  • Fix handling of quoted-printable payload. #76

0.6.0 - 2016-12-05

Added

  • Link tracking support. #62

  • Spam check API support. #57

  • Inline images support. #52

  • Domains API. #64

Changed

  • Better exceptions handling. #50

0.5.3 - 2016-10-27

Added

  • Tags for Django messages. #59

0.5.2 - 2016-10-27

Fixed

  • Fix headers decoding. #60

0.5.1 - 2016-10-18

Fixed

  • Fix invalid messages count in email batches. #55

Changed

  • Better Django support. #51

0.5.0 - 2016-10-15

Added

  • Status API. #39

  • Custom user agent. #43

  • Jython support. #13

  • Handling more than 500 emails in batches. #46

  • Templates API. #15

0.4.0 - 2016-10-09

Added

  • Python 3.2 support. #38

Removed

  • ServerClient & AccountClient were removed. #41

0.3.1 - 2016-10-08

Changed

  • Move repo.

0.3.0 - 2016-10-07

Added

  • Pass extra settings to Django backend. #29

  • Testing feature for Django backend. #27

  • Logging. #19

  • Server API. #14

  • Improved attachments support. #23

  • Improved MIME messages support. #28

0.2.0 - 2016-10-07

Added

  • Django email backend. #16

  • Support for MIMEText sending. #25

  • Batch emailing implementation. #12

  • Ability to remove headers from email message. #24

  • Improved attachments interface. #18

  • Support for sending single email. #11

0.1.1 - 2016-10-05

Fixed

  • Fix packaging issue

0.1.0 - 2016-10-05

  • Initial release.