Skip to content

LUNA PLATFORM v.5.1.0#

API (v.4.0.5 - v.4.0.6)#

Improvements#

  • The "mask_states" parameter was added. Mask states filters were added for "/verifiers//verifications", "/sdk", and "/handlers//events" resources.

  • Samples were split to support faces and bodies, as shown below:

  • "/samples" resource was split into the "/samples/faces" and "/samples/bodies" resources;

  • "/samples/" resource was split into the "/samples/faces/" and "/samples/bodies/" resources;

  • "/samples/" resource is now a legacy and operates similar to the new "/samples/faces/" resource.

  • Service dependencies were updated.

Faces (v.4.0.2 - v.4.0.3)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The bug with incorrect error path was fixed. The bug occurred when an unknown field was set.

  • Service dependencies were updated.

Image Store (v.3.1.0 - v.3.1.1)#

Improvements#

  • Service dependencies were updated.

  • The configuration reload support was added.

Tasks (v.3.0.4 - v.3.0.5)#

Improvements#

  • The "LUNA_IMAGE_STORE_SAMPLES_ADDRESS" setting was split into two parts for storing different types of samples. The "LUNA_IMAGE_STORE_FACES_SAMPLES_ADDRESS" and "LUNA_IMAGE_STORE_BODIES_SAMPLES_ADDRESS" settings are now used for storing faces and bodies samples respectively.

  • Service dependencies were updated.

Events (v.1.1.8 - v.1.1.9)#

Improvements#

  • Service dependencies were updated.

  • The bug with incorrect error path was fixed. The bug occurred when an unknown field was set.

Configurator (v.1.0.6 - v.1.0.7)#

Improvements#

  • Service dependencies were updated.

Sender (v.1.0.4 - v.1.0.5)#

Improvements#

  • Service dependencies were updated.

Admin (v.4.0.5 - v.4.0.6)#

Improvements#

  • Service dependencies were updated.

Licenses (v.0.1.4 - v.0.1.5)#

Improvements#

  • Service dependencies were updated.

  • The sanic application server is now used.

  • A new workers command line argument was added (CPU process number for requests handling). Service will automatically spin up multiple processes and route traffic between processes. The gunicorn and supervisord support was removed.

  • Plugin system was updated, see "plugins".

  • The configuration reload support was added.

Handlers (v.1.0.1 - v.1.0.2)#

Improvements#

  • Mask states filters were added for "/verifiers//verifications", "/sdk", and "/handlers//events" resources.

Fixed bugs#

  • The "attribute_id" field in the response to "/extractor/upgrade" was replaced with the "face_id" field.

  • The "/detect" resource with "sample_ids" was allowed without the "warped_image" flag.

  • The bug with incorrect error path was fixed. The bug occurred when an unknown field was set.

  • The "status" field type of the "/verifiers//raw" resource was changed from bool to int (enum 0/-*.

Python Matcher and Python Matcher Proxy (v.0.1.0 - v.0.1.1)#

Improvements#

  • The bug with incorrect error path was fixed. The bug occurred when an unknown field was set.

  • Service dependencies were updated.

  • The sanic application server is now used.

  • A new workers command line argument was added (CPU process number for requests handling). Service will automatically spin up multiple processes and route traffic between processes. The gunicorn and supervisord support was removed.

  • A plugin system support was added, see "plugins".

Backport3 (v.0.0.8 - v.0.0.9)#

Improvements#

  • Service dependencies were updated.

Fixed bugs#

  • The response format for GET /version resource was reverted to the backward. See "version".

Backport4 (v.0.0.7 - v.0.0.8)#

Improvements#

  • Service dependencies were updated.