Skip to content

Releases: muxinc/mux-python

3.20.0

20 Nov 22:51
a1c7026
Compare
Choose a tag to compare
  • Remove ad_watch_time and view_content_watch_time, metrics which do not exist.

Note: The above change may be considered breaking; if you were accessing either field on a base Video View, that will no longer work. It is highly likely that your code was not using those fields, however. Additionally, those metrics are no longer allowed in the metrics API.

3.19.0

31 Oct 22:23
5c66b49
Compare
Choose a tag to compare
  • Deprecate encoding_tier and add support for video_quality to replace it
  • Add support for premium video quality
  • Add support for updating master_access settings on Live Streams
  • Add support for view_dropped and view_dropped_percentage

3.18.0

28 Aug 23:17
70431a2
Compare
Choose a tag to compare
  • support video_quality setting in place of deprecated encoding_tier. Read more
  • add support for DRM. Read more

3.17.0

01 Jul 22:09
02b8f77
Compare
Choose a tag to compare
  • prepare for upcoming feature release
  • update docs around default measurement

3.16.0

07 May 16:48
ef762ab
Compare
Choose a tag to compare
  • Add support for User Agent restrictions within PlaybackRestriction
  • Add support for error severity and business exceptions
  • Add support for updated MP4 options
  • Add support for additional ad metrics
  • Fix issue with handling generated subtitle tracks
  • Add missing encoding_tier field to DeliveryReport

3.15.0

05 Apr 13:42
7285191
Compare
Choose a tag to compare
  • Adds updated MP4 generation options.

3.14.0

14 Mar 15:49
2fbc5da
Compare
Choose a tag to compare
  • Adds APIs for retroactive caption generation
  • Adds ingest_type field on Assets
  • Adds fields related to SRT support including active_ingest_protocol, error_severity,
  • Updates Simulcast documentation for SRT support
  • Adds several fields to the Data API, including player_error_code, starting_up_viewers, playback_failure_error_type_id, playback_business_exception_error_type_id, video_startup_business_exception_error_type_id, error_severity
  • General documentation cleanup across Video and Data APIs

3.13.0

19 Dec 18:16
ede40da
Compare
Choose a tag to compare
  • add support for metric filters for all Data routes
  • add support for filtering on insights routes
  • additional fields available on list video views endpoint (Viewer Experience Score and Watch Time)
  • add support for primary on the Track model
  • add support for additional Ad Metrics

3.12.0

01 Dec 17:34
ef90680
Compare
Choose a tag to compare
  • Add Web Inputs
  • Additional documentation for optional fields
  • Updated Mux Data fields
  • Cleanup typos
  • Fix deprecation warning for urllib3

3.11.4

06 Nov 17:06
d896eab
Compare
Choose a tag to compare
  • Fix release action