|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +## 3.1.0 (2022-09-02) |
| 4 | +### Features Added |
| 5 | + |
| 6 | +- New const `SecurityLevelSL150` |
| 7 | +- New const `AsyncOperationStatusInProgress` |
| 8 | +- New const `AsyncOperationStatusSucceeded` |
| 9 | +- New const `SecurityLevelSL3000` |
| 10 | +- New const `AsyncOperationStatusFailed` |
| 11 | +- New const `SecurityLevelUnknown` |
| 12 | +- New const `SecurityLevelSL2000` |
| 13 | +- New type alias `AsyncOperationStatus` |
| 14 | +- New type alias `SecurityLevel` |
| 15 | +- New function `PossibleSecurityLevelValues() []SecurityLevel` |
| 16 | +- New function `*LiveEventsClient.OperationLocation(context.Context, string, string, string, string, *LiveEventsClientOperationLocationOptions) (LiveEventsClientOperationLocationResponse, error)` |
| 17 | +- New function `*LiveOutputsClient.AsyncOperation(context.Context, string, string, string, *LiveOutputsClientAsyncOperationOptions) (LiveOutputsClientAsyncOperationResponse, error)` |
| 18 | +- New function `PossibleAsyncOperationStatusValues() []AsyncOperationStatus` |
| 19 | +- New function `*LiveEventsClient.AsyncOperation(context.Context, string, string, string, *LiveEventsClientAsyncOperationOptions) (LiveEventsClientAsyncOperationResponse, error)` |
| 20 | +- New function `*StreamingEndpointsClient.AsyncOperation(context.Context, string, string, string, *StreamingEndpointsClientAsyncOperationOptions) (StreamingEndpointsClientAsyncOperationResponse, error)` |
| 21 | +- New function `*LiveOutputsClient.OperationLocation(context.Context, string, string, string, string, string, *LiveOutputsClientOperationLocationOptions) (LiveOutputsClientOperationLocationResponse, error)` |
| 22 | +- New function `*StreamingEndpointsClient.OperationLocation(context.Context, string, string, string, string, *StreamingEndpointsClientOperationLocationOptions) (StreamingEndpointsClientOperationLocationResponse, error)` |
| 23 | +- New struct `AsyncOperationResult` |
| 24 | +- New struct `ClearKeyEncryptionConfiguration` |
| 25 | +- New struct `DashSettings` |
| 26 | +- New struct `LiveEventsClientAsyncOperationOptions` |
| 27 | +- New struct `LiveEventsClientAsyncOperationResponse` |
| 28 | +- New struct `LiveEventsClientOperationLocationOptions` |
| 29 | +- New struct `LiveEventsClientOperationLocationResponse` |
| 30 | +- New struct `LiveOutputsClientAsyncOperationOptions` |
| 31 | +- New struct `LiveOutputsClientAsyncOperationResponse` |
| 32 | +- New struct `LiveOutputsClientOperationLocationOptions` |
| 33 | +- New struct `LiveOutputsClientOperationLocationResponse` |
| 34 | +- New struct `StreamingEndpointsClientAsyncOperationOptions` |
| 35 | +- New struct `StreamingEndpointsClientAsyncOperationResponse` |
| 36 | +- New struct `StreamingEndpointsClientOperationLocationOptions` |
| 37 | +- New struct `StreamingEndpointsClientOperationLocationResponse` |
| 38 | +- New field `SecurityLevel` in struct `ContentKeyPolicyPlayReadyLicense` |
| 39 | +- New field `ClearKeyEncryptionConfiguration` in struct `CommonEncryptionCenc` |
| 40 | +- New field `RewindWindowLength` in struct `LiveOutputProperties` |
| 41 | +- New field `ClearKeyEncryptionConfiguration` in struct `CommonEncryptionCbcs` |
| 42 | +- New field `DashSettings` in struct `AudioTrack` |
| 43 | +- New field `DisplayName` in struct `AudioTrack` |
| 44 | +- New field `FileName` in struct `AudioTrack` |
| 45 | +- New field `HlsSettings` in struct `AudioTrack` |
| 46 | +- New field `LanguageCode` in struct `AudioTrack` |
| 47 | +- New field `Mpeg4TrackID` in struct `AudioTrack` |
| 48 | +- New field `BitRate` in struct `AudioTrack` |
| 49 | + |
| 50 | + |
3 | 51 | ## 3.0.0 (2022-06-24)
|
4 | 52 | ### Breaking Changes
|
5 | 53 |
|
|
0 commit comments