Releases: Stranger6667/postmarker
Releases · Stranger6667/postmarker
Release 0.13.1
Added
- Support for metadata in Django email backend. #181
Release 0.13.0
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.
Release 0.12.2
Changed
- Make
mock
package optional on Python 2. #158, #162
Release 0.12.1
Changed
- Better handling of exceptions that happen during response parsing. #163
Release 0.12.0
Added
- Support for
TemplateAlias
. #150
Fixed
- Processing of alternatives together with attachments. #148
- Processing of
message/rfc822
attachments.
Release 0.11.3
- Ability to convert inbound messages to MIME instances. #90
- Fix missed
mock
dependency for Python 2. #145
Release 0.11.2
- Alternative instantiation method -
from_config
.
Release 0.11.0
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
Release 0.10.1
Fixed
- Fix Bcc ignoring in Django backend. #135