Skip to content

Commit

Permalink
docs: SDK documentation and release notes (#46)
Browse files Browse the repository at this point in the history
Documentation changes and release notes to version 4.0.0.
  • Loading branch information
murilofank authored May 8, 2024
2 parents 0980b0c + 6e690d3 commit 0be2960
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 109 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Release Notes

## Version 4.0.0 (May, 07 2024)

#### New Feature

Genuine Presence Assurance (GPA) Option: we have implemented GPA option within our SDK workflow. It introduces a refreshed user interface and focuses on fraud prevention, significantly reducing the occurrence of counterfeiting. This functionality aims to enhance security without compromising usability, providing a powerful tool to validate the genuine presence of the user.

#### Breaking Changes :warning:

The `FaceAuthenticatorEventFailure` returns now only two parameters `errorType` and `errorDescription`. The `signedResponse` and `code` parameters where removed. Check the [documentation](README.md#faceauthenticatoreventfailure) for more information.

#### Android

##### New Feature

FingerPrintPro SDK [v2.3.2](https://github.com/fingerprintjs/fingerprintjs-pro-android-demo/releases/tag/v2.3.2), enhancing security by securely capturing the Visitor ID for each session, which is essential for fraud prevention.

##### Enhancements

- Updated FaceAuthenticator version from 1.7.2 to [3.0.0](https://docs.caf.io/sdks/android/release-notes#faceauth-3.0.0).
- iProov update: we have updated iProov from v9.0.2 to [v9.0.3](https://github.com/iProov/android/releases/tag/v9.0.3), improving the performance and reliability of our facial authentication features.

#### iOS

##### New Feature

FingerPrintPro SDK [v2.2.0](https://github.com/fingerprintjs/fingerprintjs-pro-ios/releases/tag/2.2.0), enhancing security by securely capturing the Visitor ID for each session, which is essential for fraud prevention.

##### Enhancements

- Updated FaceAuth from 3.1.9 to [5.0.0](https://docs.caf.io/sdks/ios/release-notes#faceauth-5.0.0).
- Updated IProov from v11.0.2 to [v11.0.3](https://github.com/iProov/ios/releases/tag/11.0.3), improving the performance and reliability of our facial authentication features.

## Version 3.1.5 (January, 23 2024)

#### iOS
Expand Down
Loading

0 comments on commit 0be2960

Please sign in to comment.