Skip to content

[v.2.3.0] 2022-08-16#

Versions of components

Service Version
clementine-api 1.3.0
clementine-ui 1.15.1
clementine-auth 1.1.8
clementine-departments 1.1.4
vl-notifier 0.1.15

Changes

  • [General] Removed the limit on the maximum request body size in clementine-api. If necessary, the size can be set using the CLIENT_MAX_BODY_SIZE variable in docker-compose.yml for the clementine-api image. In clementine-ui, the maximum body size is 20 MB by default. The limit can also be changed by setting the CLIENT_MAX_BODY_SIZE variable in docker-compose.yml for the clementine-ui image.
  • [General] Now, when data arrives in topMatch, but the event or face has been deleted, the card with the best match is still displayed, but indicating that the entity (face or event) has been deleted. The “No image” text in the card and table is replaced with “Event/face deleted”.
  • [“Notifications” section] Added two filters: “Handling policies” and “Lists”.
  • [“Tasks” section] Updated translations into English in the batch identification task.
  • [“Lists” section] Added a counter for the number of faces in the list
  • [General] Replaced native validation.
  • [General] The Luna Sender service is no longer used, instead the event notification functionality of the luna-api service is used.
  • [General] Disabled server search for lists, all lists are loaded at the time of application initialization.
  • [General] Simplified UI configuration. All UI configuration features are transferred from the luna-configurator to the clementine-api service side (in the config.json configuration file).
  • [General] Restricted to use only GET/HEAD requests within clementine-api for internal LUNA PLATFORM services (luna-licenses) for security reasons.

Fixes

  • [General] Fixed a bug that occurred when clicking on the section tab again (blank page).
  • [“Cameras” section] Fixed a bug that occurred when entering values in the “Geoposition” section of the camera settings, then disabling it, and saving the settings. Now when you disable location settings, geoposition is disabled and the values in the fields are reset.
  • [“Last events”, “Events archive” sections] Fixed a bug where the face card was not displayed when navigating from the event card.