Skip to content

Releases: muxinc/mux-python

3.5.2

13 Jun 17:33
Compare
Choose a tag to compare
  • Fixed API URLs for Spaces calls. You may now Space at your leisure.

3.5.1

08 Jun 19:48
Compare
Choose a tag to compare

Changed Operations

  • get-realtime-breakdown: fixed timestamp 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

24 May 16:28
Compare
Choose a tag to compare
  • 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

18 Apr 16:10
Compare
Choose a tag to compare

Changed Operations

  • create-live-stream: added max_continuous_duration
  • update-live-stream: added max_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

17 Feb 03:59
Compare
Choose a tag to compare

Bugs Fixed

  • PlaybackRestrictionResponse and ListPlaybackRestrictionResponse 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

31 Jan 16:24
Compare
Choose a tag to compare

Changed Operations

  • added live_stream_status query to list-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

20 Dec 21:53
Compare
Choose a tag to compare

Changed Operations

  • added embedded_subtitles to LiveStreamResponse
  • added live_stream_id to list-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

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