Releases: muxinc/mux-node-sdk
v7.2.0
This release adds a helper function Mux.JWT.signViewerCounts
to make it easier to sign JWTs for viewer count requests.
v7.1.0
This release updates several dependencies to address outstanding security issues in those dependencies.
v7.0.0
What's Changed
- Fix incorrect types
- Split JWT signing to support signing Space Ids
- Add missing exports
v6.4.0
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
This release sets the embedded_subtitles
property as optional when creating a livestream
v6.3.0
This release adds several missing properties to the Asset
interface
What's Changed
- Add
source_asset_id
property toAsset
interface by @fedetibaldo in #155 - Add missing properties to
Asset
interface by @jaredsmith in #189
New Contributors
- @fedetibaldo made their first contribution in #155
v6.2.0
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
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
- 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
orrequire
syntax, you shouldn't see any differences; if you do, please file an issue!
- if you're using standard
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. 👋