v.1.3.0 ======= Improvements: ------------- #) [LUNA-7480] The `Patch stream <../_static/api.html#tag/streams/operation/patchStream>`_ and `patch group streams <../_static/api.html#tag/groups/operation/patchGroupStreams>`_ methods have been updated to no longer return errors when unable to transition streams to stop/resume states. Instead, they return the number of streams successfully transitioned. For non-splittable streams, the response includes the count of streams with changed states. For splittable streams, if at least one part's state is modified, it is counted as a single stream state change, without separately counting individual stream parts. #) [LUNA-7488] Added ability to set target video decoding fps for streams. See `create stream <../_static/api.html#tag/streams/operation/createStream>`_, `put stream <../_static/api.html#tag/streams/operation/putStream>`_. #) [LUNA-7508] Support for older python versions was dropped. Python 3.13 is required now. #) [LUNA-7521] From now on, all analytics created by internal *Video-Agents* will be available for view and usage by any user. From now on, all analytics created by external *Video-Agents* will be available for view and usage only by users with the same account as *Video-Agent*. Note that analytics names are unique. If any analytics registered by external agent and then registered by internal agent, such analytics will become internal, to change this, it is only possible to remove such analytics manually. See `analytics chapter <../analytics.html#external-and-internal-analytics>`_ for more details. Migration: ---------- See a `migration <../migration.html>`_ manual. [LUNA-7521] Note that all existing analytics will be removed during migration.