v.0.5.0 ======= Improvements: ------------- #) [LUNA-7429] The `notification_policy` field was added to streams. The `notification_policy` allows to send notification on stream status changes using callbacks, which allows to send data to the third party system by specified url. See `create stream <../_static/api.html#operation/createStream>`_. #) [LUNA-7434] Added ability to start and stop streams by their group id. See `patch streams in group <../_static/api.html#tag/groups/operation/patchGroupStreams>`_. #) [LUNA-7434] Added ability to delete all streams of a group. See `delete streams in group <../_static/api.html#tag/groups/operation/removeGroupStreams>`_. #) [LUNA-7434] Added parameter `with_streams` to delete all streams alongside with the group. See `delete group <../_static/api.html#tag/groups/operation/deleteGroup>`_. #) [LUNA-7434] Added filter `group_id` to get all streams belonging to the specified group. See `get streams <../_static/api.html#tag/streams/operation/getStreams>`_. Migration: ---------- See a `migration <../migration.html>`_ manual.