Skip to content

Releases: muxinc/mux-php

3.15.0

14 Mar 15:50
bf6ae28

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.14.0

20 Dec 10:15
e2e92fb

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.13.0

01 Dec 17:44
f9626ae

Choose a tag to compare

  • Add Web Inputs
  • Additional documentation for optional fields
  • Updated Mux Data fields
  • Cleanup typos

3.12.1

06 Nov 17:15
14b1239

Choose a tag to compare

  • Updates docs for encoding_tier
  • Adds generated_vod to text_source enum
  • Adds a test for generated VOD captions

3.12.0

13 Oct 15:26
8580ee8

Choose a tag to compare

General:

  • Assorted documentation improvements
  • Added MIT license to setup.py

Mux Video:

  • Added Multi-track Audio
  • Added 4K & max_resolution_tier
  • Added Encoding tiers
  • Added Generated captions (beta)
  • Deprecated max_stored_resolution, replaced with resolution_tier

Mux Data:

  • Added Video startup failure
  • Added Monitoring breakdown timeseries

3.11.0 release

01 May 14:41

Choose a tag to compare

This release adds parameters to the response of some of the API calls (to better match our implementation), and improves the unit test for exercising the signing key routes. This release also includes a few documentation updates as well.

3.10.0

22 Feb 21:02
fc77783

Choose a tag to compare

This release adds support for reporting the delivered seconds by resolution, as well as using the crop layout for Space broadcasts.

Please note that we've dropped support for PHP 7.4 and 8.0, as they have been declared "end of life" by the PHP project.

3.9.0

12 Jan 21:21
cdad093

Choose a tag to compare

This release supports the recently updated changes to the Mux Data Monitoring API.

3.8.0

25 Aug 13:11

Choose a tag to compare

This release fixes two issues:

  • In previous releases, the documentation generated from our OpenAPI specification would imply that the SDK wanted JSON strings for parameters to many of the SDK methods. This update makes it more clear that the SDK methods want a Model or an associative array.
  • In the last couple of releases, this package was incompatible with PHP 7.4.x due to the use of mixed return types in some methods. This has been fixed in this release, and this release should be compatible with PHP 7.4.x.

3.7.0

28 Jul 22:19
ef7a2c4

Choose a tag to compare

Reconnect Window with slates is now available in public beta. Check out the blog post for more information.

Changed Operations
• adds reconnect_slate_url and use_slates_for_standard_latecy parameters for creating and updating Live Streams
• require Guzzle 7.4.5, due to security vulnerabilities in earlier versions of Guzzle