...
Handling of unavailable renditions.
Handling of failed renditions.
Search2.
New thumbnail formats.
Source formats.
...
Note that this removes the default timeout of 100 seconds from all HTTP requests performed with the SDK. However, it is still possible to control the timeout per-request by passing a cancellation token to the SDK method used. The effective timeout is always the smallest of the passed cancellation token and the timeout configured for the HTTP client used by the SDK.
Handling of failed renditions
In rare cases, the generation of a rendition might fail. In the old transcode system, an asset streamer URL would not be returned in this case. In the new transcode system, an asset streamer URL is returned in this case, but the actual request returns a HTTP 500 error. A fallback image is never returned by the asset streamer when the generation of the requested generation has failed. Please consider showing a fallback image to end users if a HTTP 500 error is returned.
Search2
Search2 is being deprecated, and it is highly advised to start using the new API or the SDK.
...