Skip to content

LUNA PLATFORM v.5.54.0#

Changes#

  • The query parameter "grant_all_permissions" has been added to the "create token" and "replace token" requests, which enables you to create a token with all permissions or add all permissions are already applied to an existing token.

  • A new request "get accounts" has been added.

    You can specify the "targets" query parameter in this request to filter accounts by the fields "account_id", "login", "account_type", "description", "create_time", and "last_update_time".

    Filtering by the fields described above has also been added to the "get account" request.

  • In the Admin and Tasks services, when performing the Additional extraction task, the "options" field is no longer mandatory if the "extraction_target" parameter is set to "basic_attributes".

  • A new request "get list of plugins" has been added to the Events service, which enables you to get a list of imported plugins and their status.

    In the next release, this request will be added to all other services.

  • The "Use tagged settings" section has been added to the administrator manual , describing the launch of services with settings other than the default ones.

    The "Service arguments" section has also been added to the installation manual, describing the main arguments of the services and how they are transferred.

Fixed errors#

  • Fixed display of "Path" when validating some request bodies with incorrect JSON structure.

  • Fixed an issue where requests to the "/features" resource would fail with an "Internal server error" when the license did not contain any of the licensed features.

  • Fixed incorrect processing of a sample or a binary image transferred as a source image in the generate stream events (beta) request.

  • Fixed an error related to the Python Matcher service not checking for the presence of the VLMatch function when connecting to the Faces and Events databases.