Skip to content

What's new in LUNA ID v.1.20.0#

Below are the changes made to LUNA ID v.1.20.0 relative to the previous version of the product. For information on the changes made to other versions, see Version History.

In LUNA ID for Android#

New features and improvements#

  • Updated the public API.
  • Implemented OCR support.
  • Implemented aggregation in TrackEngine.
  • Implemented internal improvements for error handling.
  • Enhanced the head rotation logic for Dynamic Liveness estimation.
  • Enhanced license management and error handling:
    • Added the LicenseExpired event which is emitted whenever a license validity issue occurs.
    • Added detailed information about which licensed features have expired to logs.
    • Implemented license expiration timestamps in logs.
    • Implemented a new function to retrieve the expiration date of any licensed feature: fun getExpirationLicenseDateAsDate(feature: LicenseFeature): java.util.Date?

Important notice#

  • Changed the default value of the checkSecurity parameter to false. If your application requires security validations, you must explicitly enable this feature.