Skip to content

Releases: plaid/plaid-link-android

2.2.0

10 Sep 18:59
acb7462
Compare
Choose a tag to compare

This release includes minor bug fixes.

2.1.0

14 Jul 19:28
a3d9162
Compare
Choose a tag to compare

This release adds Plaid.clearLinkEventListener() to remove your LinkEventListener when you no longer need it. It also adds support for server side configurations using Link Tokens see our docs

Finally we removed a transient dependency on the httpLoggingInterceptor.

2.0.0

15 Jun 17:18
f834c11
Compare
Choose a tag to compare

This release is an overhaul of the SDK's api to simplify integration and align it with the iOS SDK.

  • The content provider is no longer necessary, instead, call Plaid.initialize(application) to initialize the SDK
  • PlaidOptions has been removed, instead pass environment and logLevel in your LinkConfiguration
  • The PlaidLinkResultHandler no longer requires a request code
  • The onCancelled callback has been removed, all exit events will be returned in onExit
  • Adds support for Account Subtype filtering
  • Kotlin functions have been added for a more semantic API
  • Several object and field names have been adjusted

See this PR for an example migration https://github.com/plaid/plaid-link-android/pull/66/files

For more information reference the full integration documentation https://plaid.com/docs/link/android/

1.4.1

15 Jun 17:09
e24935a
Compare
Choose a tag to compare

Version 1.4.1 updates Tink to 1.4.0-rc2 for greater stability. It also reduces the size of the sdk further. Finally, it fixes several bugs.

1.3.0

15 Apr 18:40
b74ff99
Compare
Choose a tag to compare

Breaking change:

  • LinkConfiguration.publicToken has been renamed to LinkConfiguration.token

Version 1.3 improves performance and stability.

  • Reduces SDK size by 23%
  • Reduces external dependencies
  • Addresses strict mode violations
  • Updated our public sample, readme, and docs

Proguard Hotfix

19 Mar 17:52
f70b381
Compare
Choose a tag to compare

Fixed proguard issues from version 1.2.0 and ensured all proguarded files from our library remain in the com.plaid package.

Fixes:
#44

Proguard Update

19 Mar 17:21
a2982c7
Compare
Choose a tag to compare

This release updates our internal proguard rules and moves LinkEventMetadata from com.plaid.linkbase.models.internal.configuration to com.plaid.linkbase.models.configuration

Fixes:
#43

Release 1.1.0

16 Mar 20:49
3948b50
Compare
Choose a tag to compare

#Release Notes
1.1.0 Brings more stability and simplifies your integration. The SDK is now 25% smaller and is compatible with proguard using consumer-proguard-rules.pro

Additional changes include:

  • Logging the url that is being opened for easier debugging
  • Removing the requirement for portrait devices

#Bug Fixes
#39

Reconnect Flow Fix

11 Mar 00:49
07cebe2
Compare
Choose a tag to compare

Error Handling

26 Feb 21:59
63c6930
Compare
Choose a tag to compare

Improved error handling