🚀Release Notes
December 11th, 2024
FaceLiveness 3.2.3
FaceLiveness 3.2.3
Highlights
Updated all versions of caf's internal libraries.
Update iProov version from
9.0.4
to9.1.2
.Update Fingerprint version from
2.5.0
to2.7.0
.
Make sure that the address of the iProov repository is as shown: https://raw.githubusercontent.com/iProov/android/patch912/maven/
November 25th, 2024
FaceLiveness 3.2.2
FaceLiveness 3.2.2
Highlights
Fixed multiple instances call from Faceliveness initialization
August 7th, 2024
FaceLiveness 3.2.0
FaceLiveness 3.2.0
Highlights
Created methods to make implementing reverse proxy possible.
Optimized metrics collecting to ensure data security.
Breaking changes
Updated Kotlin version from
1.5.32
to1.9.10
.Updated FingerprintJS dependency from
2.3.2
to2.4.0
.Updated Gradle from
6.9.1
to8.4
.Updated Android Gradle Plugin from
7.4.2
to8.3.2
.Updated compile and taget SDK from
33
to34
.
June 17th, 2024
FaceLiveness 3.1.0
FaceLiveness 3.1.0
Fixes
Update iProov Version to
9.0.4
.Improve Thread-Safety objects.
Crashlytics improvement.
April 26th, 2024
FaceLiveness 3.0.0
FaceLiveness 3.0.0
Breaking changes
Removed fields from
FaceLivenessResult
, leaving onlysignedResponse
.Removed
FaceLivenessResult
fromonCancel
in the listener contract.Created
public enum ErrorType
with new errorTypes.SDKFailure
now only returnserrorType: ErrorType
anddescription: String
.
Last updated