Skip to content

Commit e02e8d1

Browse files
authored
Merge pull request #238369 from Juliako/patch-8
Update release-notes.md
2 parents a19d460 + 90d66b4 commit e02e8d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/azure-video-indexer/release-notes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ To stay up-to-date with the most recent Azure Video Indexer developments, this a
2020

2121
## May 2023
2222

23+
### API breaking change
24+
25+
We're introducing a change in behavior that may break your existing query logic. The change is in the **List** and **Search** APIs, find a detailed change between the current and the new behavior in a table that follows. You may need to update your code to utilize the [new APIs](https://api-portal.videoindexer.ai/).
26+
27+
|API |Current|New|The breaking change|
28+
|---|---|---|---|
29+
|List Videos|• List all videos/projects according to 'IsBase' boolean parameter. If 'IsBase' is not defined, list both.<br/>• Returns videos in all states (In progress/Proccessed/Failed). |• List Videos API will Return only videos (with paging) in all states.<br/>• List Projects API will return only projects (with paging).|• List videos API was divided into two new API’s **List Videos** and **List Projects**<br/>• The 'IsBase' parameter no longer has a meaning. |
30+
|Search Videos|• Search all videos/projects according to 'IsBase' boolean parameter. If 'IsBase' is not defined, search both. <br/>• Search videos in all states (In progress/Proccessed/Failed). |Search only processed videos.|• Search Videos API will only search videos and not projects.<br/>• The 'IsBase' parameter no longer has a meaning.<br/>• Search Videos API will only search Processed videos (and not Failed/InProgress ones.)|
31+
2332
### Support for HTTP/2
2433

2534
Added support for HTTP/2 for our [Data Plane API](https://api-portal.videoindexer.ai/). [HTTP/2](https://en.wikipedia.org/wiki/HTTP/2) offers several benefits over HTTP/1.1, which continues to be supported for backwards compatibility. One of the main benefits of HTTP/2 is increased performance, better reliability and reduced system resource requirements over HTTP/1.1. With this change we now support HTTP/2 for both the Video Indexer [Portal](https://videoindexer.ai/) and our Data Plane API. We advise to update your code to take advantage of this change.

0 commit comments

Comments
 (0)