Skip to content

Releases: muxinc/mux-node-sdk

v5.0.3

02 Jun 15:10

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

Choose a tag to compare

  • fixed incorrect ListLiveStreamParams.

v5.0.1

27 May 17:58

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

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.

5.0.0-rc.5: type regression bug

17 Mar 01:30

Choose a tag to compare

Pre-release
  • Fixed Mux.Webhooks.verifyHeader types to actually match reality.

v5.0.0-rc.4

17 Mar 01:23

Choose a tag to compare

v5.0.0-rc.4 Pre-release
Pre-release
  • Fixed a bug that broke new Mux() as a valid constructor.

5.0.0-rc.2: full TypeScript conversion!

16 Mar 19:18

Choose a tag to compare

Pre-release
  • BREAKING CHANGE: Because this is now a TypeScript library, we've cleaned up internal imports/exports. Exports are now all ESModules; if if you were doing const Mux = require('@mux/mux-node') before, it'll be const Mux = require('@mux/mux-node').default now. The same applies to imports from files deeper in the package hierarchy, though those are named, non-default exports.
    • This is different from 5.0.0-rc.1, where the base export being CJS caused confusing problems for TypeScript imports.
  • We've imported types from the existing definitions and made minor (should be largely backwards-compatible) adjustments.
  • Fixed a couple of bugs in header verification. These could not have impacted Mux webhook delivery, but they remove potential correctness errors (not ones we believe are exploitable in terms of security).

bump axios dep to ^0.21.4

20 Sep 16:52

Choose a tag to compare

  • closes #134 and #130
  • This is due to a regression in axios 0.21.2 where our response interceptor was not getting run (axios/axios#4013)

v3.3.0

10 Sep 14:35

Choose a tag to compare

  • Add support for low_latency on Live Streams

3.2.3: bug fixes/maintainence

28 May 20:08

Choose a tag to compare

No big changes - a few small typings changes, etc.

As always, let us know what you think by filing an issue or at [email protected] - thanks!