Skip to content

Releases: muxinc/mux-php

3.4.0

02 May 21:14
Compare
Choose a tag to compare

Changed Operations

  • create-live-stream: added max_continuous_duration
  • update-live-stream: added max_continuous_duration

Miscellaneous

  • PHP only: added some typings to reduce deprecation warnings
  • PHP only: changed supported PHP versions to 7.4 and 8.1
  • 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:11
Compare
Choose a tag to compare
  • Added group_by to get_metric_timeseries_data.
  • Some minor bug fixes.

3.0.0

18 Oct 22:05
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.).
  • no, you're not missing a 2.x release - we've bumped this to 3.x to synchronize version numbering across our SDKs.

1.3.1

15 Oct 18:24
Compare
Choose a tag to compare

1.3.0

13 Oct 21:19
Compare
Choose a tag to compare

1.2.0

17 Sep 14:37
Compare
Choose a tag to compare

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