Releases: muxinc/mux-node-sdk
Releases · muxinc/mux-node-sdk
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.
5.0.0-rc.5: type regression bug
- Fixed
Mux.Webhooks.verifyHeadertypes to actually match reality.
v5.0.0-rc.4
- Fixed a bug that broke
new Mux()as a valid constructor.
5.0.0-rc.2: full TypeScript conversion!
- 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 beconst Mux = require('@mux/mux-node').defaultnow. 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
- closes #134 and #130
- This is due to a regression in axios
0.21.2where our response interceptor was not getting run (axios/axios#4013)
v3.3.0
3.2.3: bug fixes/maintainence
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!