Release Notes
March 28, 2025
What's New
- Overall performance improvement
- Multidimensional Liveness check (MLC) available for NativeSDK workflow (Beta)
June 21, 2024
What's New
- Better accuracy of matching algorithms
- New Age estimation API (Beta)
March 22, 2024
Recommendation
- For deploying bioserver-core, we recommend utilizing a server that is CPU-focused. An AWS server with specifications similar to a c5.2xlarge is advised. This setup is ideal for achieving elasticity.
What's New
- Overall performance improvement
- Back pressure mecanism has been implemented. On session creation or direct operation (direct coding or direct matching) a 429 HTTP response can be raised if server is overloaded.
April 05, 2023
Recommendation
- Liveness mode
LIVENESS_PASSIVE_VIDEO
is recommended - Security level
HIGH
is recommended
What's New
- Device model characteristics are available when getting liveness result
- Liveness detection to enhance fraud detection and liveness verification
February 1, 2022
What's New
- Possibility to disable TLS (port 8460) in order to expose only http protocol (port 8080)
- COTS update for security compliance
December 9, 2022
What's New
- Liveness detection to enhance fraud detection and liveness verification
High liveness
terminology is deprecated and replaced byactive liveness
. Backward compatibility is assured.
Notes :
- All REST APIs support
LIVENESS_ACTIVE
enum instead of supportsLIVENESS_HIGH
. - Under the
/init-liveness-parameters
REST API, useLIVENESS_ACTIVE
aslivenessMode
parameter.
Fixes
- Monitoring API returns an HTTP code 500 if the service is not functional
October 3, 2022
What's New
- Liveness detection to enhance fraud detection and liveness verification
LIVENESS_MEDIUM
andNO_LIVENESS
are officially not supported anymore- API delete session is available
- Support of certificate in signature header when retrieving the replay liveness result : authentication and integrity can be verified afterward using the Biometric Services public certificate
June 15, 2022
What's New
- Liveness detection to enhance fraud detection and liveness verification
May 3, 2022
What's New
- Liveness detection to enhance fraud detection and liveness verification
March 4, 2022
What's New
-
Liveness detection to enhance fraud detection and liveness verification
-
Replay metadata: Enrich response when retrieving replay liveness result with the below API :
- GET /bioserver-app/v3/bio-sessions/{bioSessionId}/replay-liveness-metadata
Response example :
JSON1{2 "signature": "eyJhbGciOiJSUzI1NiJ9..ciOeyJhiJSmRseU5hbWogIClbmRseU5hbWUoroAE_oxDF_ZtH-E",3 "status": "SUCCESS",4 "image":"F401MTb6QMNy8VFDMYDJ0dBQZepKDeHbTTCXRGaL+gFOCAomRITeZeJoQG3+CU2YNT2JXVzVgcZWD5LQNASqJA==",5 "landmarks": {6 "eyes": {7 "x1": 581.0,8 "y1": 270.0,9 "x2": 695.0,10 "y2": 266.011 },12 "box": {13 "x": 465,14 "y": 149,15 "width": 348,16 "height": 34817 }18 }19}
Fixes
- Fix hashAlgorithm label in videoStorage object. SHA256 value is replaced by SHA_256.
July 16, 2021
What's New
- Liveness detection to enhance fraud detection and liveness verification
- Deprecated old security levels; use instead
LOW
,MEDIUM
,HIGH
- Replay metadata: Liveness improvement regarding fraud detection through V3 API
- POST /bioserver-app/v3/bio-sessions/{bioSessionId}/prepare-liveness-metadata
- POST /bioserver-app/v3/bio-sessions/{bioSessionId}/replay-liveness-metadata
- GET /bioserver-app/v3/bio-sessions/{bioSessionId}/replay-liveness-metadata
Notes
- POST /bioserver-app/v2/bio-sessions/{bioSessionId}/prepare-liveness-metadata is deprecated
June 10, 2021
What's New
- Improved liveness performance when capture is done with IDEMIA iOS Capture SDK and Android Capture SDK (Improves FAR/FRR)
Fixes
- Several bug fixes
April 09, 2021
What's New
- Replay metadata: Ability for the server to force liveness parameters on the client
Fixes
- Several security issues fixes
January 22, 2021
What's New
- Replay metadata: Liveness detection to enhance fraud detection and liveness verification
Fixes
- Several security issues fixes
December 18, 2020
What's New
- Replay metadata: Liveness detection to enhance fraud detection and liveness verification
October 13, 2020
What's New
- Replay metadata: Liveness detection to enhance fraud detection and liveness verification
Fixes
- Replay metadata: Compressed images shall have a PNG format instead of a BMP format