The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
LinkKit 4.2.0
2 weeks ago
## 2023-03-10
### Requirements
| Name | Version |
|------|---------|
| Xcode | >= 14.0 |
| iOS | >= 11.0 |
### Changes
- Deprecate continue(from:).
- Fix SWiftUI Example App Crash.
LinkKit 4.1.0
10 weeks ago
## 2023-01-20
### Requirements
| Name | Version |
|------|---------|
| Xcode | >= 14.0 |
| iOS | >= 11.0 |
### Notes
⭐ Please note that when using version 4.1.0+ there will be a small behavior change in our development environment in preparation for that same change in the production environment later this year.
- Some OAuth Financial institution flows will be presented in an `ASWebAuthenticationSession` out-of-process webview. In particular, this will be enabled for Chase in the development environment. App2app flows, if enabled, will not be affected.
- There is no breaking change or anything customers need to do to support this, but the change is expected in case you notice it during manual or automated testing.
- This same change will be enabled in production in July 2023.
### Changes
- Support for using ASWebAuthenticationSession for non-app2app OAuth flows.
LinkKit 4.0.1
23 weeks ago
## 2022-10-18
### Requirements
| Name | Version |
|------|---------|
| Xcode | >= 14.0 |
| iOS | >= 11.0 |
### Changes
- Fixes missing symbolic links within the Mac Catalyst framework.
LinkKit 4.0.0
23 weeks ago
## 2022-10-17
### Requirements
| Name | Version |
|------|---------|
| Xcode | >= 14.0 |
| iOS | >= 11.0 |
### Changes
- This version of LinkKit was built & validated on an Xcode 14 toolchain
- LinkKit now supports Mac Catalyst
LinkKit 3.1.1
24 weeks ago
## 2022-10-11
### Requirements
| Name | Version |
|------|---------|
| Xcode | >= 13.0 |
| iOS | >= 11.0 |
### Additions
- Bug fixes and performance tuning.
LinkKit 3.1.0
42 weeks ago
## 2022-06-08
### Requirements
| Name | Version |
|------|---------|
| Xcode | >= 13.0 |
| iOS | >= 11.0 |
### Additions
- Added camera support for Identity Verification. If using this product, applications must add a `NSCameraUsageDescription` entry to their plist.
- Added events for Identity Verification. See https://plaid.com/docs/link/ios/#link-ios-onevent-linkEvent-eventName
- Added `oauth` event type.
LinkKit 3.0.0
47 weeks ago
## 2022-05-02
### Requirements
| Name | Version |
|------|---------|
| Xcode | >= 13.0 |
| iOS | >= 11.0 |
### Changes
- This version of LinKit was built & validated on an Xcode 13 toolchain
## 2022-03-22
### Changes
- Fixes issue where parsing of `requires_account_selection` onExit status code was not performed correctly.
## 2022-03-18
⚠️ Known Issues
There was a parsing bug with the `requires_account_selection` onExit status code that breaks its usage. [2.5.1](https://github.com/plaid/plaid-link-ios/releases/tag/2.5.1) fixes this.
### Additions
- Add support for `SELECT_DEGRADED_INSTITUTION` and `SELECT_DOWN_INSTITUTION` events, which indicate the user
has selected an institution with a connection health status of `degraded` or `down`, and encountered a
corresponding warning modal.
- Add new onExit status code `requires_account_selection` that is sent when Link is exited from the Account Select pane
## 2022-02-22
### Additions
- Add `SUBMIT_DOCUMENTS`, `SUBMIT_DOCUMENTS_SUCCESS`, and `SUBMIT_DOCUMENTS_ERROR` view name for onEvent metadata
### Changes
- Improve resilience of OAuth based Link flows. LinkKit will attempt to mitigate
faulty LinkKit integrations in regards to OAuth continuation or universal link
handling in order to guide users through a successful Link flow.