v.5.105.0#
Changes
-
The environment variable
VL_SETTINGS_NESTED_DELIMITER
has been added.The new variable allows you to specify any character as a separator between the names of settings sections when specifying fields via environment variables.
Previously, the only valid separator was a dot (".").
For example, if the separator was set to
VL_SETTINGS_NESTED_DELIMITER=:
, then the command to override the settings would look like this:--env=VL_SETTINGS:LUNA_MONITORING:SEND_DATA_FOR_MONITORING=0
. -
A preliminary check for access to the
GPU
device has been added to the Remote SDK service if any estimator requires its use.Previously, without correctly configured access to the GPU, the service terminated with uninformative error messages.
Fixed errors
-
Fixed a memory leak when processing video data.
-
For the resource
sender
, if there is no authorization data, the status code 401 (Authorization failed) is now returned instead of the erroneous 403 (Forbidden. Specified token corrupted). -
Fixed a bug where lambda (deployed to a Kubernetes cluster, "cluster_location" = internal) could remain in
waiting
status despite being created successfully.