Releases: muxinc/mux-python
Releases · muxinc/mux-python
3.5.2
3.5.1
Changed Operations
get-realtime-breakdown
: fixedtimestamp
definition to correctly reflect that it's an integral timestamp (bug in our backing specification). This is a breaking change, but we have elected to release it as a patch because it's a breaking change to something that never worked correctly and should have extremely minimal disruption to existing operations.
3.5.0: Mux Real-Time Video
- Mux Real-Time Video is live! As discussed at TMI, we're so happy to announce Mux's solution to real-time video. Learn more about Mux Spaces here and check out our documentation right over here.
3.4.0
Changed Operations
create-live-stream
: addedmax_continuous_duration
update-live-stream
: addedmax_continuous_duration
Miscellaneous
- 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.).
2.3.1
- minor doc updates; check the API reference for more