Skip to content

LUNA PLATFORM v.5.7.0#

Summary#


  • The new resource "/tasks/exporter" was added with which you can collect event and/or face data and export them from LP to CSV file.

    The input is a set of filters to determine the objects that need to be exported to a file. The output returns a ZIP archive, which stores a CSV file with data about objects and images for each object (optional).

    This possibility is supported in API and Tasks services. See "Exporter task" section in Administrator's manual.

  • The option to use external image URL when saving source image was added.

    The use_external_references setting was added to the policy for source image saving. With this setting, you can enable saving a link to an external image in the "image_origin" field to avoid duplicating the same image in the database.

    • If the request contains a sample and it was saved in the Image Store, then the field will contain a link to it.
    • If the request contains an URL to the image, then the field will contain the URL.

    If the URL is longer than 256 characters, the source image will be saved instead.

    This possibility is supported in API and Handlers services.

  • The possibility to transfer the detection time along with images was added. In the request for creating events in the "/handlers//events" resource, the possibility to explicitly specify the time of face detection for each of the transferred images was added. It is available for "multipart/form-data" and "application/json" request content types.

    This possibility is required for cases when images are not sent immediately, but after a while.

  • For API, Configurator and Backport 4 services, the settings reload mechanism was changed. The reload is now performed by restarting the respective processes. The mechanism provides a more reliable update of service settings.

    Note that requests made when the settings are changed may end with an error. The service may be unavailable for some time.

  • When specifying a non-existent list_id in the clustering task, two errors are now returned, instead of one: "List with id not found" and "Objects for clustering not found (empty set)".

Fixed errors

  • The error message "Check connection to Influxdb: connection refused" is now returned when the LP services connection to InfluxDB fails. Previously, instead of an error, the call list was returned before the error occurred.

  • The slowdowns in the Image Store service were fixed.

  • An error when the value of the face_bounding_boxes parameter passed in the request to the "/verifiers//verifications" resource was not processed has been fixed in the Handlers service.

  • The URL format of an avatar for a face created using a handler was fixed in the Handlers service. Previously, it was returned in the "/samples/" format. The URL is now returned in the "/samples/faces/" format.

  • The user_data and external_id fields were added to the OpenAPI specification of the Backport 4 service, which are returned in the response of creating events using the "/handlers//events" resource.

API (v.5.1.4 - v.5.3.0)#

Improvements#

  • Task for exporting objects was added, , see export task creation .

  • A field use_external_references was added to image_origin_field. This setting is needed for origin images duplicate prevention.

  • Field detect_time to indicate detection time in input images for generated events was added. See generate events resource.

  • The configuration reload mechanics has changed. Now, its done mostly by restarting appropriate processes (see configuration ).

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Faces (v.4.1.4 - v.4.1.5)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

Image Store (v.3.2.4 - v.3.2.5)#

Fixed bugs#

  • The service slowdown was fixed.

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Tasks (v.3.0.31 - v.3.1.0)#

Improvements#

  • Task for exporting objects was added, see export task and export task creation .

  • Clusterisation task with nonexistent list_id as filter creates two errors now: "list not found" and "no objects for clusterisation found".

Fixed bugs#

  • Filtering by external_ids, event_id__gte, event_id__lt filters was fixed.

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Events (v.2.1.3 - v.2.1.4)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Configurator (v.1.0.33 - v.1.1.0)#

Improvements#

  • Service dependencies were updated.

  • The configuration reload mechanics has changed. Now, its done mostly by restarting appropriate processes (see configuration ).

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Sender (v.2.1.3 - v.2.1.4)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Admin (v.4.2.2 - v.4.2.3)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Licenses (v.0.1.31 - v.0.1.32)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Handlers (v.1.3.2 - v.1.3.3)#

Improvements#

  • A field use_external_references was added to image_origin_policy. This setting is needed for origin images duplicate prevention.

  • Field detect_time to indicate detection time in input images for generated events was added. See generate events resource.

Fixed bugs#

  • Fixed URLs schema in input data for resources:

  • generate events resource

  • verifiers resource
  • sdk resource
  • detector resource

  • Fixed verification with face_bounding_boxes (see verification ).

  • A handler face avatar generation was fixed. Avatar's url had the following format /samples/. This format is corresponding to a LUNA platform version 4. New format is /samples/faces/

  • Input data validation was fixed for invalid content with some image content type specified.

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Python Matcher and Python Matcher Proxy (v.0.4.2 - v.0.4.3)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Backport3 (v.0.1.2 - v.0.1.3)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.

Backport4 (v.1.0.24 - v.1.0.25)#

Improvements#

  • Service dependencies were updated.

  • The configuration reload mechanics has changed. Now, its done mostly by restarting appropriate processes (see configuration ).

Fixed bugs#

  • Fields user_data and external_id was added to the OpenAPI spec for events from a response on the resource /handlers//events.
  • The "Check connection to Influxdb: connection refused" message is now returned when check connection to InfluxDB fails.