LUNA PLATFORM v.5.1.3#
Summary#
-
Accept header was added for the "/sdk" resource was added. It enables you to specify the request content-type: JSON or MessagePack. MessagePack packages data more efficiently than JSON. It is not a binary format, so it does not require decoding from BASE64. See "sdk" > "sdk resource".
-
Glasses estimation was added for the "/sdk" resource. See "sdk" > "sdk resource".
-
Filters
list_id__gte
andlist_id__lt
were added for resources "/lists" and "/lists/count" (method "GET"). Received lists are ordered by "list_id".Using these filters, you can perform pagination that is:
- faster than the pagination by "page" and "page_size" parameters. It does not slow down with a large number of lists
- more stable than pagination by "page" and "page_size" parameters. When lists are changed during the pagination process, it does not cause the lists to be lost or duplicated in the response.
See "lists" > "get lists"
See "lists" > "get lists count"
-
The "/lists/deletions" resource was added to the Faces service for tracking of the deleted lists. See "administration" > "get lists deletions".
The request for removing deleted lists log was added. See "administration" > "clear lists deletions log".
-
The possibility to extract basic attributes for faces without basic attributes was added to the "/additional_extract" resource. Biometric samples should be available for the samples. See "tasks processing" > "additional extract task".
-
The "wait_events_saving" query parameter was added for method POST on the "/events" resource. See "events" > "create new events".
When this parameter is enabled, the system will wait for the event to be saved to the database before returning a response (this default behavior was used earlier).
When this option is disabled, the system does not wait for events to be saved to the database. It sends a response immediately after validating the event and adding it to the buffer.
-
The memory consumption when caching a large number of small lists was reduced for the Python Matcher service.
API (v.5.0.5 - v.5.0.6)#
Improvements#
-
Accept header for /sdk resource was added. See resource "SDK".
-
Filters list_id__gte and list_id__lt for resources "/lists" and "/lists/count" using the "GET" method were added. Getting lists by range will be order by list_id.
-
Glasses estimation was added in "/sdk" resource.
Faces (v.4.0.10)#
Improvements#
-
list_id query parameter was added for create list operation. See spec "lists".
-
A resource "/lists/deletions" was added. This resource is intended for auditing and tracking deleted lists. For more information, see the following resources:
-
get list deletions log;
-
clear list deletions log;
-
Filters list_id__gte and list_id__lt for resources "/lists" and "/lists/count" using the "GET" method were added. Getting lists by range will be order by list_id.
-
Service dependencies were updated.
Image Store (v.3.1.7 - v.3.1.8)#
Improvements#
- Service dependencies were updated.
Tasks (v.3.0.11 - v.3.0.12)#
Improvements#
-
Now additional extract basic attributes is available. "See additional extract".
-
Service dependencies were updated.
Events (v.2.0.4 - v.2.0.5)#
Improvements#
-
The wait_events_saving query parameter was added for method POST on /events resource (see "create events")
-
Service dependencies were updated.
Configurator (v.1.0.13 - v.1.0.14)#
Improvements#
- Service dependencies were updated.
Sender (v.2.0.4 - v.2.0.5)#
Improvements#
- Service dependencies were updated.
Admin (v.4.0.12 - v.4.0.13)#
Improvements#
- Service dependencies were updated.
Licenses (v.0.1.11 - v.0.1.12)#
Improvements#
- Service dependencies were updated.
Handlers (v.1.0.8 - v.1.0.9)#
Improvements#
-
The "Accept" header for resource /sdk was added. See resource "SDK".
-
Added glasses estimation in /sdk method
Python Matcher and Python Matcher Proxy (v.0.1.7 - v.0.1.8)#
Improvements#
-
The matcherlib library was updated
-
A logic of the loading descriptors to the matcherlib cache was changed. The loading will be break if count loaded descriptors is less than
DELTA_BATCH_SIZE
fromconfig_common.py
.
Fixed bugs#
-
Fixed ignoring workers cli parameter
-
A memory usage was decreased in a case of using cache and a lot of small lists
Backport3 (v.0.0.15 - v.0.0.16)#
Improvements#
- Service dependencies were updated.
Backport4 (v.1.0.4 - v.1.0.5)#
Improvements#
- Service dependencies were updated.