Skip to content

Commit

Permalink
4.0.0 (#96)
Browse files Browse the repository at this point in the history
 - add support for `static-renditions` APIs
 - add `passthrough` to each `static_rendition` object
 - add support for additional standard dimensions in Mux Data
 - allow updating `video_quality` on live streams
 - [breaking] It is very unlikely that you were using the `AssetStaticRenditionsFiles` type directly, but just in case this has been replaced with `StaticRendition` for the object, and `CreateStaticRenditionRequest` for the request with the new `static-renditions` APIs
 - [breaking] Deprecate `mp4_support` and associated APIs. [Utilize the new Static Rendition APIs instead.](https://www.mux.com/docs/changelog/static-renditions-api-for-creating-mp4-and-m4a-renditions-now-available)
 - [breaking] Remove Spaces APIs and routes
  • Loading branch information
jsanford8 authored Feb 21, 2025
1 parent 575a306 commit 7826720
Show file tree
Hide file tree
Showing 41 changed files with 4,568 additions and 829 deletions.
40 changes: 8 additions & 32 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ MuxPhp/Api/PlaybackIDApi.php
MuxPhp/Api/PlaybackRestrictionsApi.php
MuxPhp/Api/RealTimeApi.php
MuxPhp/Api/SigningKeysApi.php
MuxPhp/Api/SpacesApi.php
MuxPhp/Api/TranscriptionVocabulariesApi.php
MuxPhp/Api/URLSigningKeysApi.php
MuxPhp/Api/VideoViewsApi.php
Expand All @@ -33,21 +32,15 @@ MuxPhp/Models/AssetNonStandardInputReasons.php
MuxPhp/Models/AssetRecordingTimes.php
MuxPhp/Models/AssetResponse.php
MuxPhp/Models/AssetStaticRenditions.php
MuxPhp/Models/AssetStaticRenditionsFiles.php
MuxPhp/Models/BreakdownValue.php
MuxPhp/Models/Broadcast.php
MuxPhp/Models/BroadcastLayout.php
MuxPhp/Models/BroadcastResolution.php
MuxPhp/Models/BroadcastResponse.php
MuxPhp/Models/BroadcastStatus.php
MuxPhp/Models/CreateAssetRequest.php
MuxPhp/Models/CreateBroadcastRequest.php
MuxPhp/Models/CreateLiveStreamRequest.php
MuxPhp/Models/CreatePlaybackIDRequest.php
MuxPhp/Models/CreatePlaybackIDResponse.php
MuxPhp/Models/CreatePlaybackRestrictionRequest.php
MuxPhp/Models/CreateSimulcastTargetRequest.php
MuxPhp/Models/CreateSpaceRequest.php
MuxPhp/Models/CreateStaticRenditionRequest.php
MuxPhp/Models/CreateStaticRenditionResponse.php
MuxPhp/Models/CreateTrackRequest.php
MuxPhp/Models/CreateTrackResponse.php
MuxPhp/Models/CreateTranscriptionVocabularyRequest.php
Expand Down Expand Up @@ -119,7 +112,6 @@ MuxPhp/Models/ListRealTimeDimensionsResponse.php
MuxPhp/Models/ListRealTimeMetricsResponse.php
MuxPhp/Models/ListRelatedIncidentsResponse.php
MuxPhp/Models/ListSigningKeysResponse.php
MuxPhp/Models/ListSpacesResponse.php
MuxPhp/Models/ListTranscriptionVocabulariesResponse.php
MuxPhp/Models/ListUploadsResponse.php
MuxPhp/Models/ListVideoViewExportsResponse.php
Expand Down Expand Up @@ -159,12 +151,7 @@ MuxPhp/Models/SigningKey.php
MuxPhp/Models/SigningKeyResponse.php
MuxPhp/Models/SimulcastTarget.php
MuxPhp/Models/SimulcastTargetResponse.php
MuxPhp/Models/Space.php
MuxPhp/Models/SpaceResponse.php
MuxPhp/Models/SpaceStatus.php
MuxPhp/Models/SpaceType.php
MuxPhp/Models/StartSpaceBroadcastResponse.php
MuxPhp/Models/StopSpaceBroadcastResponse.php
MuxPhp/Models/StaticRendition.php
MuxPhp/Models/Track.php
MuxPhp/Models/TranscriptionVocabulary.php
MuxPhp/Models/TranscriptionVocabularyResponse.php
Expand All @@ -174,6 +161,7 @@ MuxPhp/Models/UpdateAssetRequest.php
MuxPhp/Models/UpdateLiveStreamEmbeddedSubtitlesRequest.php
MuxPhp/Models/UpdateLiveStreamGeneratedSubtitlesRequest.php
MuxPhp/Models/UpdateLiveStreamNewAssetSettings.php
MuxPhp/Models/UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.php
MuxPhp/Models/UpdateLiveStreamRequest.php
MuxPhp/Models/UpdateReferrerDomainRestrictionRequest.php
MuxPhp/Models/UpdateTranscriptionVocabularyRequest.php
Expand Down Expand Up @@ -208,7 +196,6 @@ docs/Api/PlaybackIDApi.md
docs/Api/PlaybackRestrictionsApi.md
docs/Api/RealTimeApi.md
docs/Api/SigningKeysApi.md
docs/Api/SpacesApi.md
docs/Api/TranscriptionVocabulariesApi.md
docs/Api/URLSigningKeysApi.md
docs/Api/VideoViewsApi.md
Expand All @@ -222,21 +209,15 @@ docs/Model/AssetNonStandardInputReasons.md
docs/Model/AssetRecordingTimes.md
docs/Model/AssetResponse.md
docs/Model/AssetStaticRenditions.md
docs/Model/AssetStaticRenditionsFiles.md
docs/Model/BreakdownValue.md
docs/Model/Broadcast.md
docs/Model/BroadcastLayout.md
docs/Model/BroadcastResolution.md
docs/Model/BroadcastResponse.md
docs/Model/BroadcastStatus.md
docs/Model/CreateAssetRequest.md
docs/Model/CreateBroadcastRequest.md
docs/Model/CreateLiveStreamRequest.md
docs/Model/CreatePlaybackIDRequest.md
docs/Model/CreatePlaybackIDResponse.md
docs/Model/CreatePlaybackRestrictionRequest.md
docs/Model/CreateSimulcastTargetRequest.md
docs/Model/CreateSpaceRequest.md
docs/Model/CreateStaticRenditionRequest.md
docs/Model/CreateStaticRenditionResponse.md
docs/Model/CreateTrackRequest.md
docs/Model/CreateTrackResponse.md
docs/Model/CreateTranscriptionVocabularyRequest.md
Expand Down Expand Up @@ -308,7 +289,6 @@ docs/Model/ListRealTimeDimensionsResponse.md
docs/Model/ListRealTimeMetricsResponse.md
docs/Model/ListRelatedIncidentsResponse.md
docs/Model/ListSigningKeysResponse.md
docs/Model/ListSpacesResponse.md
docs/Model/ListTranscriptionVocabulariesResponse.md
docs/Model/ListUploadsResponse.md
docs/Model/ListVideoViewExportsResponse.md
Expand Down Expand Up @@ -347,12 +327,7 @@ docs/Model/SigningKey.md
docs/Model/SigningKeyResponse.md
docs/Model/SimulcastTarget.md
docs/Model/SimulcastTargetResponse.md
docs/Model/Space.md
docs/Model/SpaceResponse.md
docs/Model/SpaceStatus.md
docs/Model/SpaceType.md
docs/Model/StartSpaceBroadcastResponse.md
docs/Model/StopSpaceBroadcastResponse.md
docs/Model/StaticRendition.md
docs/Model/Track.md
docs/Model/TranscriptionVocabulary.md
docs/Model/TranscriptionVocabularyResponse.md
Expand All @@ -362,6 +337,7 @@ docs/Model/UpdateAssetRequest.md
docs/Model/UpdateLiveStreamEmbeddedSubtitlesRequest.md
docs/Model/UpdateLiveStreamGeneratedSubtitlesRequest.md
docs/Model/UpdateLiveStreamNewAssetSettings.md
docs/Model/UpdateLiveStreamNewAssetSettingsStaticRenditionsRequest.md
docs/Model/UpdateLiveStreamRequest.md
docs/Model/UpdateReferrerDomainRestrictionRequest.md
docs/Model/UpdateTranscriptionVocabularyRequest.md
Expand Down
Loading

0 comments on commit 7826720

Please sign in to comment.