Skip to content

Releases: Stranger6667/postmarker

Release 0.13.1

31 Mar 14:58
v0.13.1
d9d1423
Compare
Choose a tag to compare

Added

  • Support for metadata in Django email backend. #181

Release 0.13.0

25 Nov 13:27
0.13.0
013224a
Compare
Choose a tag to compare

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

05 Nov 19:08
0.12.2
823ed8d
Compare
Choose a tag to compare

Changed

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

Release 0.12.1

05 Nov 18:28
0.12.1
87f04a5
Compare
Choose a tag to compare

Changed

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

Release 0.12.0

12 Jun 07:56
0.12.0
c0c0f7a
Compare
Choose a tag to compare

Added

  • Support for TemplateAlias. #150

Fixed

  • Processing of alternatives together with attachments. #148
  • Processing of message/rfc822 attachments.

Release 0.11.3

08 Nov 12:16
Compare
Choose a tag to compare
  • Ability to convert inbound messages to MIME instances. #90
  • Fix missed mock dependency for Python 2. #145

Release 0.11.2

14 May 07:26
Compare
Choose a tag to compare
  • Alternative instantiation method - from_config.

Release 0.11.1

10 May 13:55
Compare
Choose a tag to compare
  • Test helpers. #112

Release 0.11.0

02 May 09:30
Compare
Choose a tag to compare
  • 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

03 Apr 18:43
Compare
Choose a tag to compare

Fixed

  • Fix Bcc ignoring in Django backend. #135