Skip to content

LUNA PLATFORM v.5.88.0#

LP changes

  • Support for 65 neural network model for extracting face descriptors has been supported.

    The model is not included in the default distribution package. You need to request it and add it to the container separately.

  • Now Redis in the LUNA PLATFORM delivery is password protected.

    The password is passed when starting the Redis container in the Docker Compose script. Also, in the documentation, the default password has been passed to the Redis container startup command.

    Since some of the LUNA PLATFORM settings require authentication to Redis, and Redis is now password-protected by default, when upgrading, you must requiredly add a password to the following settings:

    • LUNA_ATTRIBUTES_DB
    • REDIS_DB_ADDRESS
    • TASKS_REDIS_DB_ADDRESS
    • BACKPORT3_EVENTS_DB_ADDRESS

    Otherwise, the services will not start

    For the initial installation, adding a password is not necessary if the lim_settings.json dump file from the distribution is loaded (it is done in the Docker Compose script).

    All of the above also applies to delivery to Kubernetes.

  • The source field has been added to general events, allowing you to display information about the source.

  • Filtering by stream_ids and locations (geo_position, cities, areas, districts, streets, house_numbers) has been added to general events.

  • The handler_id and source_type parameters of the human_tracking analytics have been moved to the parameters section.

LP fixed errors

  • Added filters by the insert_time field for events in the "events" and "general events" resources.

  • Fixed the issue where the Admin service would not start when the Handlers and Image Store services were disabled.

  • Fixed an issue where Video Manager returned duplicate agents when receiving them in a get agents request