|
1 | 1 | # Release History
|
| 2 | + |
| 3 | +## 11.0.0 (2022-04-14) |
| 4 | + |
| 5 | +**Features** |
2 | 6 |
|
3 |
| -## 10.0.1 (Unreleased) |
| 7 | + - Added operation group OperationResults |
| 8 | + - Added operation group OperationStatuses |
| 9 | + - Added operation group Tracks |
| 10 | + - Added operation StreamingEndpoints.skus |
| 11 | + - Added Interface ArmStreamingEndpointCapacity |
| 12 | + - Added Interface ArmStreamingEndpointCurrentSku |
| 13 | + - Added Interface ArmStreamingEndpointSku |
| 14 | + - Added Interface ArmStreamingEndpointSkuInfo |
| 15 | + - Added Interface AssetTrackCollection |
| 16 | + - Added Interface AssetTrackOperationStatus |
| 17 | + - Added Interface HlsSettings |
| 18 | + - Added Interface OperationResultsGetHeaders |
| 19 | + - Added Interface OperationResultsGetOptionalParams |
| 20 | + - Added Interface OperationStatusesGetOptionalParams |
| 21 | + - Added Interface StreamingEndpointSkuInfoListResult |
| 22 | + - Added Interface StreamingEndpointsSkusOptionalParams |
| 23 | + - Added Interface TrackBase |
| 24 | + - Added Interface TracksCreateOrUpdateHeaders |
| 25 | + - Added Interface TracksCreateOrUpdateOptionalParams |
| 26 | + - Added Interface TracksDeleteHeaders |
| 27 | + - Added Interface TracksDeleteOptionalParams |
| 28 | + - Added Interface TracksGetOptionalParams |
| 29 | + - Added Interface TracksListOptionalParams |
| 30 | + - Added Interface TracksUpdateHeaders |
| 31 | + - Added Interface TracksUpdateOptionalParams |
| 32 | + - Added Interface TracksUpdateTrackDataHeaders |
| 33 | + - Added Interface TracksUpdateTrackDataOptionalParams |
| 34 | + - Added Type Alias AssetTrack |
| 35 | + - Added Type Alias AudioTrack |
| 36 | + - Added Type Alias H264RateControlMode |
| 37 | + - Added Type Alias OperationResultsGetResponse |
| 38 | + - Added Type Alias OperationStatusesGetResponse |
| 39 | + - Added Type Alias ProvisioningState |
| 40 | + - Added Type Alias StreamingEndpointsSkusResponse |
| 41 | + - Added Type Alias TextTrack_2 |
| 42 | + - Added Type Alias TrackBaseUnion |
| 43 | + - Added Type Alias TracksCreateOrUpdateResponse |
| 44 | + - Added Type Alias TracksDeleteResponse |
| 45 | + - Added Type Alias TracksGetResponse |
| 46 | + - Added Type Alias TracksListResponse |
| 47 | + - Added Type Alias TracksUpdateResponse |
| 48 | + - Added Type Alias TracksUpdateTrackDataResponse |
| 49 | + - Added Type Alias VideoTrack |
| 50 | + - Added Type Alias Visibility |
| 51 | + - Class AzureMediaServices has a new parameter operationResults |
| 52 | + - Class AzureMediaServices has a new parameter operationStatuses |
| 53 | + - Class AzureMediaServices has a new parameter tracks |
| 54 | + - Type Alias H264Layer has a new parameter crf |
| 55 | + - Type Alias H264Video has a new parameter rateControlMode |
| 56 | + - Type Alias H265Layer has a new parameter crf |
| 57 | + - Type Alias StreamingEndpoint has a new parameter sku |
| 58 | + - Added Enum KnownH264RateControlMode |
| 59 | + - Added Enum KnownProvisioningState |
| 60 | + - Added Enum KnownVisibility |
| 61 | + - Enum KnownH265VideoProfile has a new value Main10 |
| 62 | + - Enum KnownStreamOptionsFlag has a new value LowLatencyV2 |
4 | 63 |
|
5 |
| -### Features Added |
6 |
| - |
7 |
| -### Breaking Changes |
8 |
| - |
9 |
| -### Bugs Fixed |
10 |
| - |
11 |
| -### Other Changes |
| 64 | +**Breaking Changes** |
12 | 65 |
|
| 66 | + - Interface AzureMediaServicesOptionalParams no longer has parameter apiVersion |
| 67 | + - Interface Layer no longer has parameter odataType |
| 68 | + - Class AzureMediaServices no longer has parameter apiVersion |
| 69 | + - Type Alias H264Layer no longer has parameter odataType |
| 70 | + - Type Alias H265Layer no longer has parameter odataType |
| 71 | + - Type Alias H265VideoLayer no longer has parameter odataType |
| 72 | + - Type Alias JpgLayer no longer has parameter odataType |
| 73 | + - Type Alias PngLayer no longer has parameter odataType |
| 74 | + - Type Alias VideoLayer no longer has parameter odataType |
| 75 | + |
| 76 | + |
13 | 77 | ## 10.0.0 (2021-12-13)
|
14 | 78 |
|
15 | 79 | The package of @azure/arm-mediaservices is using our next generation design principles since version 10.0.0, which contains breaking changes.
|
|
0 commit comments