Skip to content

Releases: ActiveCampaign/postmark-java

Improved error handling

06 May 13:43
Compare
Choose a tag to compare
  • 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

18 Mar 12:17
Compare
Choose a tag to compare
  • 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

17 Mar 15:10
Compare
Choose a tag to compare

Jersey client updated with version 2.2.7

Bounce tag endpoint is no longer supported

12 Nov 15:15
Compare
Choose a tag to compare

Java 11 support fix

06 Nov 11:16
Compare
Choose a tag to compare

Fixed Jackson 2.10.0 library with Java 11 usage

Webhooks management support

06 Nov 10:51
Compare
Choose a tag to compare
  • Added webhook management support
  • Improved test coverage
  • Improved type model

Template layouts support

25 Jun 15:47
Compare
Choose a tag to compare
  • added template layouts support
  • fix date deserializing issue with some of the inbound messages

updated jackson version

11 Jan 15:10
Compare
Choose a tag to compare

Added template pushes support

18 Dec 12:49
Compare
Choose a tag to compare

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

17 Dec 12:51
Compare
Choose a tag to compare
1.1.8

add support for using metadata to sending email with template