Releases: muxinc/mux-ts
Release list
v14.1.1
14.1.1 (2026-05-28)
Full Changelog: v14.1.0...v14.1.1
Bug Fixes
- mcp: use
pure-lockfilewhen building mcp server (daf8547) - typescript: upgrade tsc-multi so that it works with Node 26 (67195ce)
Chores
- tests: remove redundant File import (337704a)
Documentation
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
v14.1.0
14.1.0 (2026-05-18)
Full Changelog: v14.0.1...v14.1.0
Features
- Add edit-captions beta, examples, and loosen ID validation (#414) (eec5ff1)
- Robots: Add freeform option to ask-questions (#413) (e0e0ddb)
- support setting headers via env (39c9a46)
Bug Fixes
Chores
- avoid formatting file that gets changed during releases (7f0ba51)
- fix formatting (1bffd6c)
- fix naming of mcpb file (#621) (82e3c03)
- format: run eslint and prettier separately (073dc3d)
- formatter: run prettier and eslint separately (c9751c7)
- internal: codegen related update (69b49ec)
- internal: codegen related update (d01b4ba)
- internal: fix MCP cloudflare worker builds (42982d4)
- internal: fix MCP cloudflare worker initialization (2f836ee)
- internal: more robust bootstrap script (6b8de5a)
- internal: update docs ordering (53fba06)
- redact api-key headers in debug logs (8cbd26c)
- restructure docs search code (4191d7b)
Documentation
- clarify forwards compat behavior (29ee4d8)
- update http mcp docs (00785ec)
- update logging docs (5ee4c64)
- update with proxy auth info (a72ca69)
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
v14.0.1
14.0.1 (2026-04-20)
Full Changelog: v14.0.0...v14.0.1
Bug Fixes
- fix issue where node crypto was required for non-node runtimes
Chores
- tests: bump steady to v0.22.1 (869f2bc)
- update robots docs for 30-day job availability (#411) (786b1e8)
- use webcrypto rather than node crypto (#619) (acef073)
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
v14.0.0
14.0.0 (2026-04-16)
- Add support for Mux Robots
- Migrate to new SDK generator, resulting in better ease of use and functionality
- Fix issue where
nodecryptolibrary was required - Expose more complete and usable webhook types
Full Changelog: v12.2.0...v14.0.0
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
[DEPRECATED] v13.0.0
This release has been deprecated, please use v12.8.1 as we work on v14.
13.0.0 (2026-01-06)
Full Changelog: v12.8.1...v13.0.0
⚠ BREAKING CHANGES
- mcp: remove deprecated tool schemes
Features
- mcp: add detail field to docs search tool (144248d)
- mcp: add docs search tool (303bf2d)
- mcp: add mcp bundles to build script (55f7e82)
- mcp: add option for including docs tools (af5c82e)
- mcp: add typescript check to code execution tool (dae1e4a)
- mcp: enable experimental docs search tool (f8091f8)
- mcp: enable optional code execution tool on http mcp servers (1e1aaf3)
- mcp: handle code mode calls in the Stainless API (e0bd156)
- mcp: return logs on code tool errors (77c0a59)
- page_url is now an advanced dimension (#376) (1ef7ae2)
- Rendition Change Dimensions/Metrics (#375) (00d4537)
- Support language detection for generated subtitles (#380) (ca79abc)
Bug Fixes
- ci: set permissions for DXT publish action (04e7d73)
- coerce nullable values to undefined (90b915b)
- mcp: add client instantiation options to code tool (2a28cbb)
- mcpb: pin @anthropic-ai/mcpb version (ea4015b)
- mcp: correct code tool API endpoint (7f4ab44)
- mcp: correct code tool api output types (470b862)
- mcp: fix cli argument parsing logic (4033ba5)
- mcp: fix options parsing (b04c732)
- mcp: fix some response schemas used for jq filtering (c6874d5)
- mcp: fix uploading dxt release assets (cca7f9d)
- mcp: pass base url to code tool (1003ee4)
- mcp: resolve a linting issue in server code (e59a137)
- mcp: return correct lines on typescript errors (cd783ca)
- mcp: return tool execution error on api error (d7a5cc0)
- mcp: return tool execution error on jq failure (b3dd62a)
- mcp: update cloudflare worker host page (1f59940)
- mcp: use raw responses for binary content (52ecb08)
Performance Improvements
- faster formatting (c92853e)
Chores
- break long lines in snippets into multiline (6417def)
- ci build action (427ccf3)
- codegen: internal codegen update (ea732c9)
- do not install brew dependencies in ./scripts/bootstrap by default (f4505bc)
- extract some types in mcp docs (e51a4ca)
- internal: codegen related update (aed512c)
- internal: codegen related update (bdaf76e)
- internal: codegen related update (77d0d13)
- internal: codegen related update (0159371)
- internal: codegen related update (1086856)
- internal: codegen related update (126b23a)
- internal: codegen related update (ece03e1)
- internal: fix incremental formatting in some cases (44dfd8d)
- internal: gitignore .mcpb files (08bb272)
- internal: grammar fix (it's -> its) (9cb5c52)
- internal: ignore .eslintcache (bee39de)
- internal: remove deprecated
compilerOptions.baseUrlfrom tsconfig.json (a5e75a8) - internal: use npm pack for build uploads (e51c1c5)
- internal: version bump (58594ad)
- internal: version bump (2f39518)
- mcp code tool explicit error message when missing a run function (ac3e901)
- mcp: add friendlier MCP code tool errors on incorrect method invocations (1bf1418)
- mcp: add line numbers to code tool errors (7f88a02)
- mcp: allow pointing
docs_searchtool at other URLs (1714aff) - mcp: clarify http auth error (8dbb066)
- mcp: remove deprecated tool schemes (fecab51)
- mcp: rename dxt to mcpb (65504cc)
- mcp: update lockfile (1589f86)
- mcp: upgrade jq-web (23a249b)
- mcp: upload dxt as release asset (c7619b8)
- update lockfile (3ac5109)
- use latest @modelcontextprotocol/sdk (be3814d)
- use structured error when code execution tool errors (2aef926)
Documentation
- Clarification on Generated Subtitles behavior (#379) (44e0a74)
- Fix which fields can be patched in update-asset ([#377](https://gith...
v12.8.1
12.8.1 (2025-12-01)
Full Changelog: v12.8.0...v12.8.1
v12.8.0
12.8.0 (2025-09-18)
Full Changelog: v12.7.0...v12.8.0
Features
- mcp: allow setting logging level (cf8ef79)
- mcp: expose client options in
streamableHTTPApp(2321073)
Bug Fixes
- mcp: avoid importing unsupported libraries on non-node environments (6e3db76)
Chores
v12.7.0
12.7.0 (2025-08-27)
Full Changelog: v12.6.1...v12.7.0
Features
- mcp: add client infer to cloudflare oauth screen (1773deb)
- mcp: change remote server query option parsing logic (b207dcf)