Skip to content

Releases: muxinc/mux-csharp

v2.0.1

10 Apr 17:29
d2fe110
Compare
Choose a tag to compare
  • fix: add audio-only enum option in resolution_tier for Static Rendition responses

v2.0.0

31 Mar 11:59
83e0bd7
Compare
Choose a tag to compare
  • Adds support for asset metadata
  • Replaces input on CreateAssetRequest with inputs, which accepts the same type, and added deprecation notices
  • Replaces playback_policy on CreateAssetRequest with playback_policies, which accepts the same type, and added deprecation notices
  • Fixes the accepted type of UpdateReferrerDomainRestrictionRequest
  • Changes the type of new_asset_settings in to be a CreateAssetRequest, which exposes the correct set of fields to control asset creation
  • Adds creator id field to Mux Data

v1.0.0

21 Feb 20:21
20b76f3
Compare
Choose a tag to compare
  • add support for static-renditions APIs
  • add passthrough to each static_rendition object
  • add support for additional standard dimensions in Mux Data
  • allow updating video_quality on live streams
  • [breaking] It is very unlikely that you were using the AssetStaticRenditionsFiles type directly, but just in case this has been replaced with StaticRendition for the object, and CreateStaticRenditionRequest for the request with the new static-renditions APIs
  • [breaking] Deprecate mp4_support and associated APIs. Utilize the new Static Rendition APIs instead.
  • [breaking] Remove Spaces APIs and routes

v0.16.0

20 Nov 22:54
7ad2dd5
Compare
Choose a tag to compare
  • Remove ad_watch_time and view_content_watch_time, metrics which do not exist.

Note: The above change may be considered breaking; if you were accessing either field on a base Video View, that will no longer work. It is highly likely that your code was not using those fields, however. Additionally, those metrics are no longer allowed in the metrics API.

v0.15.0

31 Oct 22:24
e0b5013
Compare
Choose a tag to compare
  • Deprecate encoding_tier and add support for video_quality to replace it
  • Add support for premium video quality
  • Add support for updating master_access settings on Live Streams
  • Add support for view_dropped and view_dropped_percentage

v0.14.0

28 Aug 23:18
0879349
Compare
Choose a tag to compare
  • support video_quality setting in place of deprecated encoding_tier. Read more
  • add support for DRM. Read more

v0.13.0

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

v0.12.0

07 May 16:43
02e99e7
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
  • Add MIT License

v0.11.0

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

v0.10.0

14 Mar 15:52
7099e11
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