Releases: Stranger6667/postmarker
Releases · Stranger6667/postmarker
Release 0.10.0
Added
- Short-circuit send of empty batches in Django backend. #123
Changed
OutboundMessageManager.get_details
andInboundMessageManager.get_details
were methods were renamed toget
. Now they returnsOutboundMessage
andInboundMessage
instances respectively. #125- Renamed
token
kwarg inPostmarkClient
toserver_token
. #130
Fixed
Release 0.9.2
Fixed
- Remove stale files from the package.
Release 0.9.1
Fixed
- Fix packaging issue.
Release 0.9.0
- 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 bypostmark.messages.inbound.InboundMessage
constructor, which works in the same way.
Release 0.8.1
- Fixed needless requests when
count
is more than number of available items.#107
_
Release 0.8.0
Release 0.7.2
- Fixed Django backend crash with attachments. #98
Release 0.7.1
- Added
VERBOSITY
option to the Django backend. #92
Release 0.7.0
Release 0.6.2
- Fixed Unicode string handling on Python 2. #78