Releases: muxinc/mux-elixir
Release 3.2.2
What's Changed
- Added a user-agent header #52
Release 3.2.1
Release 3.2.0
This release adds the ability to update generated subtitles on live streams.
v3.0.0
Breaking changes
Added the ability to sign real-time space IDs, by deprecating the Mux.Token.sign
function and creating both Mux.Token.sign_space_id
and Mux.Token.sign_playback_id
functions.
v2.5.0
Deprecate Mux.Data.Filters, and add Mux.Data.Dimensions instead.
v2.3.0: Mux Real-Time Video
- Mux Real-Time Video is live! As discussed at TMI, we're so happy to announce Mux's solution to real-time video. Learn more about Mux Spaces here and check out our documentation right over here.
v2.2.0
Just a little bit of documentation cleanup for broken links, and adding in a bunch of new methods for functionality that was added, most importantly adding support for managing Playback Restrictions: https://docs.mux.com/api-reference/video#operation/create-playback-restriction.
- Assets.update
- LiveStreams.update
- LiveStreams.get_playback_id
- LiveStreams.updated_embedded_subtitles
- PlaybackRestrictions.create
- PlaybackRestrictions.list
- PlaybackRestrictions.get
- PlaybackRestrictions.delete
- PlaybackRestrictions.update_referrer_domain_restriction
- Exports.list_view_exports
v2.1.0
This one shouldn't break anything for anyone currently using 2.0.0 or include any API changes at all, but #34 changes a pretty fundamental internal pattern for the better. This release should make the Dialyzer users out there much happier 😄
Changelog
v2.0.0
- Moved
Mux.Video.PlaybackIds
methods toMux.Video.Assets
. The Assets module now includes the handling of Assets' playback IDs (Breaking change) - Adds the new playback-ids route: https://docs.mux.com/api-reference/video#operation/get-asset-or-livestream-id under
Mux.Video.PlaybackIds