Releases: muxinc/mux-php
3.15.0
- Adds APIs for retroactive caption generation
- Adds
ingest_typefield 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
- 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
primaryon the Track model - add support for additional Ad Metrics
3.13.0
3.12.1
3.12.0
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
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
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
This release supports the recently updated changes to the Mux Data Monitoring API.
3.8.0
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
Modelor an associative array. - In the last couple of releases, this package was incompatible with PHP 7.4.x due to the use of
mixedreturn 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
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