Releases: pluggyai/pluggy-java
Releases · pluggyai/pluggy-java
v0.14.0
- feat(IncomeReport): add new product.
v.0.13.0
v0.12.1
v0.12.0
- feat(InvestmentTransactions): add deprecated to model field and add getInvestmentTransactions method inside PluggyApiService.
v0.11.0
-
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
- feat(Connector): add createdAt new API property in Connector class.
v0.9.1
release: close version 0.9.0.
-
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
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
- 🚨 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.