Skip to content

Releases: muxinc/mux-python

3.1.0

01 Nov 14:07
Compare
Choose a tag to compare
  • Added group_by to get_metric_timeseries_data.
  • Some minor bug fixes.

3.0.0

22 Oct 15:28
1970847
Compare
Choose a tag to compare
  • breaking change: the max_channel_layout field of Track 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

15 Oct 18:24
Compare
Choose a tag to compare

2.3.0

13 Oct 21:19
Compare
Choose a tag to compare

2.2.0

23 Sep 18:14
Compare
Choose a tag to compare

2.1.1

11 Sep 21:01
Compare
Choose a tag to compare
  • Fixed typo in RealTimeBreakdownValue such that concurrent_viewers is correctly represented. Thanks to @catlina71 for the report.

2.1.0

09 Sep 23:22
Compare
Choose a tag to compare

2.0.0

12 Aug 20:55
Compare
Choose a tag to compare

2.0.0-rc.1

26 May 20:29
Compare
Choose a tag to compare
2.0.0-rc.1 Pre-release
Pre-release
  • 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)

1.12.0

17 Mar 18:14
Compare
Choose a tag to compare
  • Added support for get-asset-by-playback-id
  • Added support for clipping
  • Minor improvements to testability
  • (Go only) converted from dep to go mod