Mux Elixir Versions Save

Official Mux API wrapper for Elixir projects, supporting both Mux Data and Mux Video.

v3.2.1

1 year ago

What's Changed

New Contributors

v3.2.0

1 year ago

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

v3.0.0

1 year ago

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

1 year ago

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

v2.3.0

2 years ago
  • 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

2 years ago

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

2 years ago

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

2 years ago

v1.9.1

3 years ago
  • Add erlang 24 compatibility (#24)