Releases: trustly/trustly-client-java
1.1.0
Separation of javax and jakarta-dependant code into TrustlyApiClientJavaxExtensions and TrustlyApiClientJakartaExtensions.
Thank you @ugurcanlacin for the original PR.
Breaking change:
- Previous
javax-compatible functionhandleNotificationRequestinsideTrustlyApiClientExtensionshas been deprecated and will throw an exception. Need to use the specific class instead.
1.0.2
RequestKYCattribute forDeposit
1.0.1
Support for MerchantSettlement method.
1.0.0
Bugfix with dependency version not being propagated into the final POM.
Also incremented version to 1.0.0 to signify major change more clearly.
0.1.0
A full rewrite of the Trustly Java Client Library to be more typesafe and use more modern approaches of a client library dependency.
This release contains breaking changes and will require changes to your code. See the root README for configuration examples.
Full Changelog: 0.0.7...0.1.0
0.0.7
Fixed long-standing issue with the public key incorrectly being read from filesystem, and not giving any alternative option.
0.0.6
- Includes RegisterAccountPayout examples
0.0.5
- First release on Maven central
0.0.4
- First upload to Maven central
0.0.3
- First upload to Maven central