Releases: ActiveCampaign/postmark-java
Releases · ActiveCampaign/postmark-java
Added metadata support
Added support for sending email with metadata.
Check out wiki for details.
Improved portability to older version of Jersey
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
tiny release - added log4j logging as default, turned off debug mode by default
Better support for adding attachments to email message with templates
1.1.3 improved adding attachments for templates endpoint
Better support for adding attachments to email message
Tiny release with updated support for attachments
Force using jackson annotation version 2.9.5
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
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
1.0.5 added support for boolean parameters
Added support for webhooks handling
1.0.4 added separate inbound object for webhook for clearer naming
Link tracking fixed
Fixed link tracking for html only and text only options