Skip to content

Releases: muxinc/mux-go

v3.2.0

20 Dec 21:53

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!

v3.1.0

01 Nov 14:11

Choose a tag to compare

  • Added group_by to get_metric_timeseries_data.
  • Some minor bug fixes.

v3.0.0

18 Oct 22:00

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.). for mux-go specifically, this breaking change is logical rather than in code, as our current OpenAPI templates do not validate enums; doing so is on the roadmap. We wanted to still go with a breaking change to signal to our users that the contract for their application has changed.
  • no, you're not missing a 2.x release - we've bumped this to 3.x to synchronize version numbering across our SDKs.

v1.1.1

15 Oct 18:25

Choose a tag to compare

v1.1.0

13 Oct 21:19

Choose a tag to compare

v1.0.1

17 Sep 14:29

Choose a tag to compare

  • re-release to override broken 1.0.0 release; the prior 1.0.0 release, once ready to go, will become 2.0.0
  • added operation get-live-stream-playback-id; consult https://docs.mux.com/api-reference for up-to-date details on our API

v0.15.1

11 Sep 21:01

Choose a tag to compare

  • Fixed typo in RealTimeBreakdownValue such that concurrent_viewers is correctly represented. Thanks to @catlina71 for the report.

v0.15.0

09 Sep 23:22

Choose a tag to compare

v0.14.0

19 Aug 17:51

Choose a tag to compare

This release replaces the attempted 1.0.0 release, which had some regressions we didn't intend in it. We'll be moving mux-go to our newer release platform as time permits and as we're confident that we won't cause developer-facing regressions. Sorry about the confusion!

v0.13.0

17 Mar 18:06

Choose a tag to compare

  • Added support for get-asset-by-playback-id
  • Added support for clipping
  • Minor improvements to testability
  • (Go only) converted from dep to go mod