Skip to content

LUNA PLATFORM v.5.45.3#

Changes

  • The resources "/matcher/faces", "/matcher/bodies" and "/matcher/raw" have added support for the Accept header, which defines the MIME type of response that should be expected from the client.

    There are two values available for the header: application/json (default) and application/msgpack.

  • In the containers of the Faces, Image Store, Handlers, Python Matcher and Python Matcher Proxy services, the Python version has been updated to 3.11.

    Support for older versions of Python has been discontinued.

    The transition to the new version of Python allowed to increase the speed of comparison by 10-20% in some cases.

  • The "verify_ssl" parameter has been added to the Estimator task, which enables you to disable SSL certificate verification for S3-like storage.

    This enables you to use a self-signed SSL certificate.

  • The face parameters estimation has been accelerated in some cases when the parameters responsible for filtering are not specified in the request ("yaw_threshold", "fd_score_threshold", "liveness_threshold", etc.).

  • The execution of matching requests has been accelerated when the "target" fields from the list below are used for candidate events:

    • "match_result"
    • "body_detections"
    • "face_detections"
    • "attach_result"
    • "tags"
    • "location"

Fixed errors

  • Fixed an error where the request to create S3 bucket to the Image Store service was successful, but the bucket was not created if the "region" setting was not specified in the service settings.