Skip to content

Releases: muxinc/mux-node-sdk

v6.3.1

19 Oct 16:18
0f6c78a
Compare
Choose a tag to compare

This release sets the embedded_subtitles property as optional when creating a livestream

v6.3.0

25 Aug 19:05
f2b3af6
Compare
Choose a tag to compare

This release adds several missing properties to the Asset interface

What's Changed

New Contributors

v6.2.0

29 Jul 01:59
Compare
Choose a tag to compare

Reconnect Window with slates is now available in public beta. Check out the blog post for more information.

Changed Operations
• adds reconnect_slate_url and use_slates_for_standard_latecy parameters for creating and updating Live Streams

Version 6.1.0

25 Jul 13:52
Compare
Choose a tag to compare

This version has the following changes

  • The Data.Filters API is marked as deprecated, since the underlying API calls is also deprecated
  • The Data.Dimensions class is added

v6.0.0: improved bundling, drops Node 12

18 Jul 17:58
Compare
Choose a tag to compare
  • drops Node 12; we now support Node 14, 16, and 18, in line with Node's EOL policy
  • adds support for Transcription Vocabularies
  • thanks to @nwaughachukwuma we've got a new, tsup-based bundling mechanism that more flexibly supports both CJS and ESM
    • if you're using standard import or require syntax, you shouldn't see any differences; if you do, please file an issue!

On a personal note, this is my last release here at Mux as I'm off to a new project - good luck out there, folks, and I'll see you around. 👋

v5.1.0

16 Jun 17:49
Compare
Choose a tag to compare
  • Added source_asset_id to Asset
  • Added max_continuous_duration to CreateLiveStreamParams
  • Added support for live stream embedded subtitles

v5.0.3

02 Jun 15:10
Compare
Choose a tag to compare
  • fixed an incorrect type in the JWT signing; thanks to @khushkaranbajwa for the PR!

v5.0.2

27 May 23:15
Compare
Choose a tag to compare
  • fixed incorrect ListLiveStreamParams.

v5.0.1

27 May 17:58
Compare
Choose a tag to compare
  • fixes regression that disallowed the 2-arg ctor for Mux

v5.0.0: Mux Real-Time Video + ESM support

24 May 16:36
Compare
Choose a tag to compare
  • Mux Spaces 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.

  • IMPORTANT: We've refactored the library to support both ESM and CJS. Our hybrid module approach should be transparent, but please feel free to file an issue if you run into any issues!

  • Additional API features released recently; check out our API reference for details.