Release v1.0.5 : mp4Support renditions, optimizeAudio, and track title support , update media Schemas and source resolution - #5
Open
Sumasree8 wants to merge 21 commits into
Open
Conversation
mp4Support is now array<Mp4Support> instead of a string, with type, status and ext typed as enums. Affects listMedia, getMedia, updatedMedia, updatedMp4Support, updatedSourceAccess and listLiveClips. Type sourceResolution as an enum across the same six media models, per the OpenAPI spec: 2160p/2160 through 360p/360. PlaylistByIdResponse- MediaListItem keeps a plain string, matching the spec. Add optional to the track models for addMediaTrack, updateMediaTrack and generateSubtitleTrack. Rename Components\GetMediaResponse to GetMediaDetailResponse to disambiguate it from the Operations wrapper of the same name. BREAKING CHANGE: mp4Support is an array, not a string. BREAKING CHANGE: sourceResolution is an enum, not a string; values outside the spec list now fail to deserialize. BREAKING CHANGE: UpdateTrackRequest no longer accepts . BREAKING CHANGE: Components\GetMediaResponse renamed.
# Conflicts: # CHANGELOG.md # Tests/README.md # Tests/get-endpoints-fixtures.json # composer.json # src/InputVideo.php # src/Models/Components/GetMediaDetailResponse.php # src/Models/Components/PullVideoInput.php # src/Models/Components/UpdateMedia.php # src/Models/Components/WatermarkInput.php # src/Models/Operations/DirectUploadVideoMediaRequest.php # src/Models/Operations/PushMediaSettings.php # src/SDKConfiguration.php # vendor/composer/autoload_classmap.php # vendor/composer/autoload_static.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.