Releases: ActiveCampaign/postmark-java
Releases · ActiveCampaign/postmark-java
Improved error handling
- Errors that come from Postmark API will contain error code from now on
- Error handler is separated from http client handler
- Message details endpoint supports parameters usage
Added support for send per message stream
- sending has an option to choose message stream now
- fixed issue with templates not having option to attach files with content id (used mostly for inline images)
Jersey client update and bounce ID type change
Jersey client updated with version 2.2.7
Bounce tag endpoint is no longer supported
1.2.4 updated version
Java 11 support fix
Fixed Jackson 2.10.0 library with Java 11 usage
Webhooks management support
- Added webhook management support
- Improved test coverage
- Improved type model
Template layouts support
- added template layouts support
- fix date deserializing issue with some of the inbound messages
updated jackson version
Added template pushes support
Added support for pushing templates from one server to another. Read more about the feature in developer docs:
https://postmarkapp.com/developer/api/templates-api#push-templates
Check out wiki how to use it:
https://github.com/wildbit/postmark-java/wiki/Templates-pushes
Added metadata support for sending emails with templates
1.1.8 add support for using metadata to sending email with template