Skip to content

Releases: muxinc/mux-go

v5.6.0

01 Jul 22:07
e856522
Compare
Choose a tag to compare
  • prepare for upcoming feature release
  • update docs around default measurement

v5.5.0

07 May 16:50
bbabb8b
Compare
Choose a tag to compare
  • Add support for User Agent restrictions within PlaybackRestriction
  • Add support for error severity and business exceptions
  • Add support for updated MP4 options
  • Add support for additional ad metrics
  • Fix issue with handling generated subtitle tracks
  • Add missing encoding_tier field to DeliveryReport

v5.4.0

05 Apr 13:45
8368488
Compare
Choose a tag to compare
  • Adds updated MP4 generation options.

v5.3.0

14 Mar 16:00
5856759
Compare
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

v5.2.0

19 Dec 18:13
8b1b71b
Compare
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

v5.1.0

04 Dec 11:45
541c182
Compare
Choose a tag to compare
  • Add Web Inputs
  • Additional documentation for optional fields
  • Updated Mux Data fields
  • Cleanup typos

v5.0.2

20 Nov 17:25
29b3ddf
Compare
Choose a tag to compare
  • Bumps for 5.0.2 release (no functional changes)
  • Updates docs for v5
  • Fixes go.mod for v5

v5.0.1

08 Nov 19:06
1c236d9
Compare
Choose a tag to compare
  • Updates docs for encoding_tier
  • Adds generated_vod to text_source enum

v5.0.0

16 Oct 09:29
9a7bb3f
Compare
Choose a tag to compare

⚠️ Heads up, this is a large regeneration that brings this SDK up to date with the API. This changelog may be incomplete, and there may be some (minor) breaking changes.

Specifically, the type of the data field of the ListRealTimeMetricsResponse has changed from ListRealTimeDimensionsResponseData to ListMonitoringDimensionsResponseData.

General:

  • Assorted documentation improvements
  • Brings SDK up to date with the API, there's lots of changes here and a risk that the changelog may be incomplete.

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
  • Add new generic signing keys API
  • Add transcription vocabularies API
  • Fix signing keys tests
  • Add new non standard input reasons
  • Improve recording times API
  • Add reconnect slates
  • Support delivery reports by resolution
  • Add Live generated subtitles

Mux Data:

  • Added Video startup failure
  • Added Monitoring breakdown timeseries
  • Added Monitoring API
  • Support filtering realtime by timestamp
  • Support custom dimensions in video view
  • Assorted bugfixes and API improvements

v4.2.3

13 Jun 17:34
Compare
Choose a tag to compare
  • Fixed API URLs for Spaces calls. You may now Space at your leisure.