Skip to content

Releases: muxinc/mux-node-sdk

v7.2.0

26 Jan 00:26
83c415d
Compare
Choose a tag to compare

This release adds a helper function Mux.JWT.signViewerCounts to make it easier to sign JWTs for viewer count requests.

v7.1.0

24 Jan 23:07
48d3861
Compare
Choose a tag to compare

This release updates several dependencies to address outstanding security issues in those dependencies.

v7.0.0

21 Nov 21:11
953b904
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect types
  • Split JWT signing to support signing Space Ids
  • Add missing exports

v6.4.0

18 Nov 20:37
Compare
Choose a tag to compare

This release adds an optional custom header that users can add to aid in identifying the platform being used to make the request.

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