Skip to content

Releases: pluggyai/pluggy-java

v1.5.0

12 Nov 15:20
Compare
Choose a tag to compare
  • Added boletoMetadata to transaction payment data object

v1.4.0

10 Oct 16:03
Compare
Choose a tag to compare
  • Added automaticallyInvestedBalance to the BankData model.
  • Added holderType and creditCardStatus to the CreditData model.

thanks to @lucasrafagnin

v1.3.0

19 Sep 16:26
501079a
Compare
Choose a tag to compare
feat(ItemResponse): add statusDetail. (#51)

* fix(ItemResponse): add statusDetail.

* Versions

v1.2.0

18 Jul 01:02
Compare
Choose a tag to compare
  • Add products parameter to create and update

v1.1.0

18 Jul 00:29
Compare
Choose a tag to compare
  • Add credentials types and new credential fields

v1.0.0

08 Jul 15:09
Compare
Choose a tag to compare
  • Update lombok version
  • Model item status, execution status and execution error code as enums instead strings
  • Add @builder

v0.16.2

24 May 15:23
d137a8f
Compare
Choose a tag to compare
  • fix(utils): add ConnectorId enum helper.

v0.16.1

21 May 14:28
34bddba
Compare
Choose a tag to compare
  • add isOpenFinance
  • add isSandbox
  • add supportsPaymentInitiation

v0.16.0

11 Jul 18:17
8bde7be
Compare
Choose a tag to compare
  • feat(PluggyClient): add credentials encryption for POST/PATCH to /items and add rsaPublicKey method. (#45)

v0.15.1

05 Jul 18:52
6f5fd01
Compare
Choose a tag to compare
  • fix(ApiKeyAuthUnterceptor): add User-Agent to all requests and fix missing version inside header. #44