v.8.4.0¶
Improvements:¶
[LUNA-8399] Added a new resource get restreams list for getting a paginated list of all active restreams with optional filters by account, stream, restream type, quality and shared/persistent flags.
[LUNA-8747] Added the ignore query parameter to the attach/detach faces to the list resource. If ignore=1, faces from face_ids that are not found in the system no longer fail the whole request: the response has status code 200 and a JSON body
{"not_found_faces": ["..."]}listing the ids of the faces that were not found, while the rest of the requested faces are still attached/detached as usual. The default behaviour (ignore=0) is unchanged: any missing face still fails the whole request with a 400 error and nothing is attached/detached.
[LUNA-8748]
like/nlikesubstring search on eventmeta(get events, get statistics on events) and general eventevent(get general events, get statistics on general events) fields is now case-insensitive.
Bugs fixed:¶
[LUNA-8770] The
data.rotationparameter was incorrectly documented in the create stream and replace stream request specs for streams withorientation_strategyset tovideo_info. The service does not apply a user-defined rotation for thevideo_infoorientation strategy (the rotation angle is always read from the video metadata), so the parameter was never accepted for such streams. The spec no longer listsdata.rotationwhenorientation_strategyisvideo_info. Behavior fororientation_strategystaticis unchanged.
Migration:¶
See a migration manual.