Releases: muxinc/mux-python
Releases · muxinc/mux-python
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
2.3.0
- Live Captions is now GA!
- Minor API documentation fixes; consult the API reference for full details.
2.2.0
- added operation
get-live-stream-playback-id
; consult https://docs.mux.com/api-reference for up-to-date details on our API
2.1.1
2.1.0
- Low latency (public beta) has landed! https://docs.mux.com/guides/video/reduce-live-stream-latency#lower-latency-options
- Minor API updates; consult https://docs.mux.com/api-reference for our canonical API reference.
2.0.0
- changes as per
2.0.0-rc.1
- additional endpoint coverage; all docs at https://docs.mux.com/api-reference/
2.0.0-rc.1
- new SDK generation mechanism! Templates now in the SDK repository for public contribution.
- new endpoints surfaced! If they're in https://api-docs.mux.com as of today, they're in the SDK.
- improved tests (more to come here over time)