Releases: muxinc/mux-php
Releases · muxinc/mux-php
3.4.0
Changed Operations
create-live-stream
: addedmax_continuous_duration
update-live-stream
: addedmax_continuous_duration
Miscellaneous
- PHP only: added some typings to reduce deprecation warnings
- PHP only: changed supported PHP versions to 7.4 and 8.1
- began the process of exhaustively documenting Mux Data for property nullability
- big documentation updates: text track statuses, playback IDs, better examples, property deduplication, and more!
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!
3.3.1
Bugs Fixed
PlaybackRestrictionResponse
andListPlaybackRestrictionResponse
models are now correct.
Changed Operations
No changed operations.
New Operations
No new operations.
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!
3.3.0
Changed Operations
- added
live_stream_status
query tolist-live-streams
New Operations
No new operations.
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!
3.2.0
Changed Operations
- added
embedded_subtitles
toLiveStreamResponse
- added
live_stream_id
tolist-delivery-usage
New Operations
update-live-stream
update-asset
create-playback-restriction
list-playback-restrictions
delete-playback-restriction
get-playback-restriction
update-referrer-domain-restriction
For more information, consult the API reference at https://docs.mux.com/api-reference/video .
Thanks for using Mux!
3.1.0
3.0.0
- breaking change: the
max_channel_layout
field ofTrack
was an enum and is now an open string, as our internal implementation couldn't realistically and exhaustively enumerate all possible options. This should be a very small change that applies only to projects ingesting media with multi-channel, non-stereo audio (5.1, 7.1, etc.). - no, you're not missing a 2.x release - we've bumped this to 3.x to synchronize version numbering across our SDKs.
1.3.1
- minor doc updates; check the API reference for more
1.3.0
- Live Captions is now GA!
- Minor API documentation fixes; consult the API reference for full details.
1.2.0
- added operation
get-live-stream-playback-id
; consult https://docs.mux.com/api-reference for up-to-date details on our API