Skip to content

Releases: muxinc/mux-elixir

Release 3.2.1

18 May 17:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Release 3.2.0

08 May 17:53
Compare
Choose a tag to compare

This release adds the ability to update generated subtitles on live streams.

v3.0.0

02 Dec 19:16
47e90cc
Compare
Choose a tag to compare

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

29 Jul 20:09
76dce26
Compare
Choose a tag to compare

Deprecate Mux.Data.Filters, and add Mux.Data.Dimensions instead.

v2.3.0: Mux Real-Time Video

24 May 16:28
e12ee8b
Compare
Choose a tag to compare
  • 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

24 May 16:27
1cf4405
Compare
Choose a tag to compare

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

04 Aug 04:38
5ecb3c4
Compare
Choose a tag to compare

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

  • Migrates the library from using a Tesla Middleware to a wrapper, allowing us to provide the correct return values in the typespec. (@mupkoo via #34)
  • Migrated CI to GitHub Actions instead of Travis CI (@mrcasals via #33)

v2.0.0

04 Jun 22:31
Compare
Choose a tag to compare

v1.9.1

27 May 15:25
14bc530
Compare
Choose a tag to compare
  • Add erlang 24 compatibility (#24)