Releases: muxinc/mux-ruby
Releases · muxinc/mux-ruby
5.1.0
5.0.1
5.0.0
- Adds support for asset metadata
- Replaces
inputon CreateAssetRequest withinputs, which accepts the same type, and added deprecation notices - Replaces
playback_policyon CreateAssetRequest withplayback_policies, which accepts the same type, and added deprecation notices - Fixes the accepted type of UpdateReferrerDomainRestrictionRequest
- Changes the type of
new_asset_settingsin to be a CreateAssetRequest, which exposes the correct set of fields to control asset creation - Adds creator id field to Mux Data
4.0.0
- add support for
static-renditionsAPIs - add
passthroughto eachstatic_renditionobject - add support for additional standard dimensions in Mux Data
- allow updating
video_qualityon live streams - [breaking] It is very unlikely that you were using the
AssetStaticRenditionsFilestype directly, but just in case this has been replaced withStaticRenditionfor the object, andCreateStaticRenditionRequestfor the request with the newstatic-renditionsAPIs - [breaking] Deprecate
mp4_supportand associated APIs. Utilize the new Static Rendition APIs instead. - [breaking] Remove Spaces APIs and routes
3.20.0
- Remove
ad_watch_timeandview_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.
3.19.0
3.18.0
3.17.0
3.16.0
- 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_tierfield toDeliveryReport