v.0.6.0¶
Improvements:¶
[LUNA-7279] The exception handling has been improved: from now on most of timeout errors will initiate feedback like An error occurred during stream/video decoding around 123.456 second: TIMEOUT instead of TIMEOUT.
[LUNA-7292] Loss of connection while reading a stream is no longer a fatal error, which means that stream’s autorestart will not be denied if the stream is unavailable. The videofile access/unavailability error is still a fatal error that will deny autorestart of a stream. See Luna-Video-Manager developer documentation for details about autorestart mechanism.
[LUNA-7294] Add support of source field for generated events.
[LUNA-7295] Added saving the rescale ratio of overview image from the people count analytic to the luna-image-store. The ratio is calculated from the max_size parameter of image_retain_policy and is used as value for the X-Luna-Image-Rescale header for the image store.
[LUNA-7296] The image_size parameter of image_retain_policy behavior was updated: if set to 0, the image scaling will not be applied to overview snapshot. See people count analytics parameters for details.
Bugs fixed:¶
[LUNA-7270] Fixed invalid callbacks documentation for human tracking and people count analytics.
[LUNA-7280] During registration if analytics already exists it will be update with new schema (analytic parameters, callbacks, ws events). See docs for details.
[LUNA-7314] The analytics callbacks enable parameter was fixed. See human tracking and people count analytics documentation.
[LUNA-7318] The event_policy parameters description was fixed (interval is required for period policy). The validation exception for invalid requests was improved. See people count analytics parameters for details.
[LUNA-7318] The event_policy behaviour was fixed for people_count analytics (some events were missed).
Migration:¶
See a migration manual.