Skip to content

Latest commit

 

History

History
164 lines (98 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

164 lines (98 loc) · 5.29 KB

8.0.0

  • The library has been pinned to the '2020-09-14' API release. Visit the docs to see what changed.
  • the /item/public_token/create endpoint has been disabled in favor of the /link/token/create endpoint
  • The /item/add_token/create endpoint has been disabled in favor of the /link/token/create
  • The /payment_initiation/payment/token/create endpoint has been disabled in favor of the /link/token/create endpoint
  • The /item/remove endpoint will no longer return a removed boolean.
  • The /institutions/get, /institutions/get_by_id, and /institutions/search now require country_codes to be passed in.

7.1.0

  • Add support for Link Token get endpoint (#239)
    • /link/token/get

7.0.1

  • expose Gson builder on Plaid Client.

7.0.0

  • [BREAKING] Add BACS support to /recipient/create
  • Remove unnecessary finals from classes
  • Adds support for routingNumbers field on Institution

6.0.1

  • Alter required fields for link/token/create endpoint.
  • Downgrade okhttp3 version due to dependency management issue.
  • Add support for the merchantName field on Transaction

6.0.0

  • [BREAKING] Remove publicKey from the library, because it is no longer needed by the API
  • Add support for the /link/token/create endpoint

5.7.0

  • Add remaining per-product InstitutionStatus fields
  • Add support for the paymentChannel field on Transaction
  • Add support for the /sandbox/item/set_verification_status endpoint

5.6.0

  • Add optional fields to the /item/add_token/create User object

5.5.0

  • Add support for /item/add_token/create endpoint

5.4.0

  • Add item status for the investment product.
  • Add transaction_code field to the Transaction object.

5.3.0

5.2.0

  • Add authorized_date field to Transactions object
  • Add support for webhook_verification
  • Add support for deposit switch endpoints

5.1.5

  • Add support for UK Payment Initiation
  • Add VerificationStatus to Account object
  • Add consent expiration time to ItemStatus

5.1.4

5.1.2

5.1.0

5.0.0

  • Add support for 2019-05-29 API version

4.0.3

  • Allow more robust customization of underlying OkHttpClient used by PlaidClient.

4.0.2

4.0.1

  • 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)

3.0.7

  • Fix transaction get request handling. (#132)

3.0.6

  • Add support for Asset Reports with Insights (#130)

3.0.5

  • Add support for filtering asset reports (#125)
  • Add support for asset report refresh (#126)
  • Add support for /asset_report/audit_copy/get (#127)

2.2.2

  • Allow TransactionGetRequest.Options to be subclassed (#110)

2.2.1

  • Add Assets as a product (#109)

2.2.0

  • Add /item/remove endpoint and itemRemove(), an alias for /item/delete and itemDelete() respectively (#99)

2.1.6

  • Add INSTITUTION_ERROR ErrorType (#96)

2.1.5

  • Add getItemId method to ItemAccessTokenUpdateVersionResponse (#95)
  • Fix failing Sandbox unit tests

2.1.4

  • Fix Apex and Dwolla processor_token return values (#91)

2.1.3

  • Add support for Apex and Dwolla processor tokens (#87)

2.1.2

  • Add getItemId() method to ItemPublicTokenExchangeResponse (#82)
  • Add incomeGet to support Income (fixed #79)
  • Make TransactionsGetResponse inner classes static (fixed #81)

2.1.1

  • Add phone_numbers to Identity responses (fixed #72)
  • Add account_owner to Transaction (fixed #76)

2.1.0