Releases: muxinc/mux-node-sdk
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. 👋
v5.1.0
v5.0.3
v5.0.2
v5.0.1
v5.0.0: Mux Real-Time Video + ESM support
-
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.