Skip to content

Releases: pluggyai/pluggy-java

v0.14.0

18 Apr 18:11
c94ac29

Choose a tag to compare

  • feat(IncomeReport): add new product.

v.0.13.0

17 Apr 13:12
64cfb65

Choose a tag to compare

feat(Item): add consecutiveFailedLoginAttempts property in model. #41

v0.12.1

31 Mar 15:39
165ae54

Choose a tag to compare

  • add new connector types
  • deprecate WebhookEventPayload id field
  • add eventId to WebhookEventPayload

v0.12.0

20 Mar 18:31
ddf9da2

Choose a tag to compare

  • feat(InvestmentTransactions): add deprecated to model field and add getInvestmentTransactions method inside PluggyApiService.

v0.11.0

14 Mar 19:44
d5a8b07

Choose a tag to compare

  • feat(Transaction): add creditCardMetadata and descriptionRaw fields in model and make date Date type.

  • chore: remove unneeded new line.

  • Revert: make date as string again.

  • test(GetConnectorsTest): stop using "C6 Bank" for searching to prevent broken test.

v0.10.0

07 Nov 13:43
903d140

Choose a tag to compare

  • feat(Connector): add createdAt new API property in Connector class.

v0.9.1

17 Oct 19:09

Choose a tag to compare

  • fix(Webhook): add @DaTa decorator to WebhookData and add new test for connector update notification.
  • release: close version 0.9.1.

release: close version 0.9.0.

17 Oct 17:45
40f0361

Choose a tag to compare

  • feat(Webhook): add WebhookEventPayload model.

  • chore: fix formatting.

  • fix: type definitions WIP.

  • fix: remove country filter tests

  • feat: add webhook event parse util method and test. Add triggeredBy to webhook

  • test: remove countries filter from test

v0.8.4

01 Jul 21:33

Choose a tag to compare

v0.8.4 (2022-07-01)

Changes diff: https://github.com/pluggy-java/compare/v0.8.2...v0.8.4

Feature changes

Bug Fixes

  • fix(parseError): properly handle invalid JSON responses as API errors & parse them as an ErrorResponse in parseError(). (#31) (3cd5840)
  • fix(ApiKeyAuthInterceptor): proactively check if apiKey expired & properly use the refreshed one after the original expired. (#30) (d5c0c14)

Config / Misc

v0.8.2

04 Mar 22:15
57993bc

Choose a tag to compare

  • 🚨 BREAKING CHANGE 🚨 Updated originalAmount name in Investment class to amountOriginal.
  • 🚨 BREAKING CHANGE 🚨 Updated date type string to Date in Investment class.
  • ✅ add metadata, providerId and institution in Investment class.
  • ✅ add Expenses class in InvestmentTransactions && values netAmount, brokerageNumber and description.
  • ✅ upgrade PaymentData adding new parameters.
  • ✅ add routingNumberISPB in TransactionPaymentParticipant class.
  • ✅ add TAX and TRANSFER in InvestmentTransactionType class.
  • ✅ add new subTypes in InvestmentSubType class.