Skip to content

Releases: Stranger6667/postmarker

Release 0.10.0

30 Mar 14:22
Compare
Choose a tag to compare

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

Release 0.9.2

29 Mar 11:07
Compare
Choose a tag to compare

Fixed

  • Remove stale files from the package.

Release 0.9.1

29 Mar 11:01
Compare
Choose a tag to compare

Fixed

  • Fix packaging issue.

Release 0.9.0

28 Mar 12:33
Compare
Choose a tag to compare
  • Added an ability to load all items without specifying exact count value. #106
  • Added delivery webhook wrapper. #95
  • Added open webhook wrapper. #96
  • Added bounce webhook wrapper. #97
  • Fixed PyPI package display. #116

Changed

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

Release 0.8.1

15 Mar 12:24
Compare
Choose a tag to compare
  • Fixed needless requests when count is more than number of available items. #107_

Release 0.8.0

13 Mar 09:46
Compare
Choose a tag to compare
  • Added an ability to download more than 500 items. #70
  • Added pre_send and post_send Django signals. #83
  • Inbound rules triggers API. #75
  • Changed logs output stream to default sys.stderr. #102
  • Tags triggers API. #74

Release 0.7.2

11 Mar 09:45
Compare
Choose a tag to compare
  • Fixed Django backend crash with attachments. #98

Release 0.7.1

10 Mar 12:11
Compare
Choose a tag to compare
  • Added VERBOSITY option to the Django backend. #92

Release 0.7.0

02 Mar 11:15
Compare
Choose a tag to compare
  • Stats API. #72
  • Sender Signatures API. #73
  • Messages API. #71
  • Inbound webhook wrapper. #87

Release 0.6.2

03 Jan 15:34
Compare
Choose a tag to compare
  • Fixed Unicode string handling on Python 2. #78