Skip to content

Commit

Permalink
add v11.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid committed Nov 13, 2023
1 parent 9d2c98f commit a404e29
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,73 @@
# RELEASES

## LinkKit V11.0.2 — 2023-11-13

### React Native

#### Requirements

This SDK now works with any supported version of React Native.

#### Changes

- `LinkAccountSubtypes` is now exported

The update to the next major version of our mobile SDKs **includes breaking changes**. Please see our [migration guide]
(https://github.com/plaid/react-native-plaid-link-sdk/blob/master/v11-migration-guide.md) for full details.


### Android

Android SDK [4.0.0](https://github.com/plaid/plaid-link-android/releases/tag/v4.0.0)

#### Requirements

| Name | Version |
|------|---------|
| Android Studio | 4.0+ |
| Kotlin | 1.8+ |

#### Additions

- Flutter usage tracking.

#### Changes

- Upgrade to Kotlin 1.8.22
- Change LinkActivity to SingleInstance to fix issue with OAuth Redirects on Android 14.

#### Removals

- Remove deprecated support for public key authentication.
- Remove extraParams Map field from API.

[Android migration guide](https://github.com/plaid/plaid-link-android#migration-guide)

### iOS

iOS SDK [5.0.0](https://github.com/plaid/plaid-link-ios/releases/tag/5.0.0)

#### Requirements

| Name | Version |
|------|---------|
| Xcode | >= 15.0.1 |
| iOS | >= 14.0 |


#### Changes

- Drop support for iOS 11, 12, & 13.
- Reduce iOS SDK size from 15 megabytes to 11 megabytes.
- Remove deprecated support for public key authentication.
- Remove deprecated continue from method (this method no longer needs to be called for OAuth redirects).
- Remove deprecated continue method (this method no longer needs to be called for OAuth redirects).
- Remove deprecated open with OpenOptions function.
- Make webview inspectable on iOS >= 16.4.
- Add Privacy Manifest for `UserDefaults` use.

[iOS migration guide](https://github.com/plaid/plaid-link-ios/blob/master/v5-migration-guide.md)

## LinkKit V11.0.1 — 2023-11-13

### React Native
Expand Down

0 comments on commit a404e29

Please sign in to comment.