Skip to content

Releases: ActiveCampaign/postmark-java

Added metadata support

02 Jul 10:53
Compare
Choose a tag to compare

Added support for sending email with metadata.

Check out wiki for details.

Improved portability to older version of Jersey

18 Jun 09:27
Compare
Choose a tag to compare

This is a very small release with higher level http request header type, to make it easy to backport library to Jersey 1.x if needed

Improved logging

29 May 10:24
Compare
Choose a tag to compare

tiny release - added log4j logging as default, turned off debug mode by default

Better support for adding attachments to email message with templates

24 Apr 13:14
Compare
Choose a tag to compare
1.1.3

improved adding attachments for templates endpoint

Better support for adding attachments to email message

24 Apr 10:07
Compare
Choose a tag to compare

Tiny release with updated support for attachments

Force using jackson annotation version 2.9.5

19 Apr 10:17
Compare
Choose a tag to compare

this is a very minor release, which should resolve finaly Jackson issues with versions older than 2.9.2 with "fractional" timezones handling

Templates, Domain endpoint updates and other minor improvements

03 Apr 09:49
Compare
Choose a tag to compare

domain verification updates

  • added verifyDomainDKIM endpoint
  • added verifyDomainReturnPath endpoint

template feature updates

  • added support for managing templates by Alias
  • added support for batch sending templates

other updates related to webhooks

  • model for bounces, opens, clicks, delivery updated with "RecordType" support
  • inbound webhooks have "rawEmail" support now

fixes

  • updated Jackson (JSON object handler) to latest stable version (2.9.5) - this should resolve parsing issues with "fractional" timezones
  • object model changed to use interfaces instead of implementations for lists and maps
  • deprecated "deliverMessage" API client call for templates, use "deliverMessageWithTemplate" instead
  • added new integration tests

Updated filter parameters to support boolean

29 Jan 09:29
Compare
Choose a tag to compare
1.0.5

added support for boolean parameters

Added support for webhooks handling

15 Dec 09:21
Compare
Choose a tag to compare
1.0.4

added separate inbound object for webhook for clearer naming

Link tracking fixed

23 Nov 18:14
Compare
Choose a tag to compare

Fixed link tracking for html only and text only options