Skip to content

Releases: ActiveCampaign/postmark-java

Release 1.13.0

Choose a tag to compare

@ac-bgelfius ac-bgelfius released this 06 Jan 18:50
c6c5eb6

Release 1.13.0

New features

  • Added metadata field to InboundMessage for custom metadata
  • Improvements
  • Updated CircleCI config to use cimg/openjdk images
  • Added test coverage for Java 8–25
  • Improved test reliability with retry logic for transient network errors
  • Made test data unique to prevent conflicts in parallel runs
  • Fixed resource handling in test base class

Compatibility

  • Updated Jackson to 2.15.0 (from 2.14.1)
  • Updated Apache HttpClient to 5.5 (from 5.3)
  • Updated JUnit to 5.8.2 and platform to 1.8.0
  • Replaced deprecated PropertyNamingStrategy with PropertyNamingStrategies for Jackson 2.12+ compatibility
  • Bug fixes
  • Fixed test instance lifecycle issues by properly initializing API clients in @beforeeach methods
  • Fixed resource leaks in test configuration loading

Note: This release maintains backward compatibility while improving test reliability and adding support for newer Java versions.

Small update to http client configuration

Choose a tag to compare

@ibalosh ibalosh released this 19 Dec 11:18
f8a3620
Merge pull request #61 from ActiveCampaign/http-client-updates

Http client updates

Add data removal endpoints

Choose a tag to compare

@ibalosh ibalosh released this 09 Oct 15:43
1.11.0

update test

Small improvements to http client

Choose a tag to compare

@ibalosh ibalosh released this 28 Mar 11:21
  • updated default HTTP client connection settings
  • adjusted HTTP client library package used

updated HTTP client

Choose a tag to compare

@ibalosh ibalosh released this 06 Mar 16:33

fixed data requests issue with unicode characters

updated error handling to provide HTTP status codes

Choose a tag to compare

@ibalosh ibalosh released this 02 Mar 15:30
1.10.1

updated version

Update http client

Choose a tag to compare

@ibalosh ibalosh released this 02 Mar 14:00

switched underlying HTTP client from Jersey to Apache HTTP client

Code cleanup

Choose a tag to compare

@ibalosh ibalosh released this 28 Feb 13:16
  • code cleanup for http client
  • updated tika to 2.7.0, jersey client to 2.3.9

Code cleanup

Choose a tag to compare

@ibalosh ibalosh released this 19 Dec 13:21
1.9.11

update version

Updated endpoints models

Choose a tag to compare

@ibalosh ibalosh released this 12 Dec 16:32
  • updated data models to latest version for stats and webhooks
  • updated jackson to version 2.14.1
  • updated default http timeout value