- Add support for Credit liabilities.
- Add support for Account subtype filtering in Institution Search.
- Remove support for deprecated endpoint
/item/access_token/update_version
.
- Add support for Student loan liabilities.
- Add support for Investments.
- Add support for 2019-05-29 API version
- Allow more robust customization of underlying OkHttpClient used by PlaidClient.
- Add support for
/sandbox/item/fire_webhook
endpoint (#140)
- Deprecate direct integration as it is no longer supported
- Replace
/item/delete
with/item/remove
- Add support for include_institution_data for /institutions/search, /institutions/get, /institutions/get_by_id (#134)
- Fix transaction get request handling. (#132)
- Add support for Asset Reports with Insights (#130)
- Add support for filtering asset reports (#125)
- Add support for asset report refresh (#126)
- Add support for /asset_report/audit_copy/get (#127)
- Allow
TransactionGetRequest.Options
to be subclassed (#110)
- Add Assets as a product (#109)
- Add
/item/remove
endpoint anditemRemove()
, an alias for/item/delete
anditemDelete()
respectively (#99)
- Add
INSTITUTION_ERROR
ErrorType
(#96)
- Add
getItemId
method toItemAccessTokenUpdateVersionResponse
(#95) - Fix failing Sandbox unit tests
- Fix Apex and Dwolla
processor_token
return values (#91)
- Add support for Apex and Dwolla processor tokens (#87)
- Add
getItemId()
method toItemPublicTokenExchangeResponse
(#82) - Add
incomeGet
to support Income (fixed #79) - Make
TransactionsGetResponse
inner classes static (fixed #81)
- Initial release for Plaid's updated API