Skip to content

Releases: muxinc/mux-go

v1.0.1

17 Sep 14:29
Compare
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
Compare
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
Compare
Choose a tag to compare

v0.14.0

19 Aug 17:51
Compare
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
Compare
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

v0.10.0

11 Nov 20:37
ac4e838
Compare
Choose a tag to compare
  • Adds support for recording_times on Assets created from Live Streams
  • Adds support for non_standard_input_reasons on Assets
  • Adds enable and disable calls for Live Streams

v0.9.0

10 Sep 19:01
edf5eab
Compare
Choose a tag to compare
  • Add support for Simulcast Targets
  • Fix type of NewAssetSettings to be CreateAssetRequest rather than Asset
  • Correct a variety of data types, and add a few fields on VideoView
  • Add support for audio only MP4 downloads

v0.8.0

07 May 19:23
44d7c7a
Compare
Choose a tag to compare
  • Add support for test assets, live streams, and direct uploads
  • Remove unused demo field
  • Validate watermarks more accurately

v0.7.0

12 Mar 12:09
90f78c5
Compare
Choose a tag to compare

Adds support for master-access.

v0.6.0

11 Feb 19:03
Compare
Choose a tag to compare

Support Captions and Subtitles

  • Add support for Captions & Subtitles on asset create, as well as later via direct track creation
  • Improve test coverage/examples
  • Removed the lists of operations from examples as they go out of date too frequently
  • Remove unused "Language" param from Inputs
  • Improved validation of type on assets
  • Bump release version

Note: v0.5.0 is skipped and should not be used