From 027529467c689b39a46e18c2cc42235cfa2862da Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 15:02:13 +0000 Subject: [PATCH] release: 10.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 46 +++++++++++++++++++++++++++++++++++ package.json | 37 ++++++++++++++++++++++------ src/version.ts | 2 +- 4 files changed, 77 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 256be89a..83908824 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.1" + ".": "10.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b410b3e..715c15ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # Changelog +## 10.0.0 (2025-02-21) + +Full Changelog: [v9.0.1...v10.0.0](/~https://github.com/muxinc/mux-node-sdk/compare/v9.0.1...v10.0.0) + +### ⚠ BREAKING CHANGES + +* deprecate `mp4_support` option ([#321](/~https://github.com/muxinc/mux-node-sdk/issues/321)) (#547) + +### Features + +* Add passthrough field on static renditions ([#320](/~https://github.com/muxinc/mux-node-sdk/issues/320)) ([#543](/~https://github.com/muxinc/mux-node-sdk/issues/543)) ([33ceef2](/~https://github.com/muxinc/mux-node-sdk/commit/33ceef2da37106ef2b2abef8a950544df279a42f)) +* Add video.asset.non_standard_input_detected webhook ([#317](/~https://github.com/muxinc/mux-node-sdk/issues/317)) ([#536](/~https://github.com/muxinc/mux-node-sdk/issues/536)) ([d39b407](/~https://github.com/muxinc/mux-node-sdk/commit/d39b407da4e2cf57e600a0181175de8e0ecd7aeb)) +* Additional Standard Dimensions ([#319](/~https://github.com/muxinc/mux-node-sdk/issues/319)) ([#544](/~https://github.com/muxinc/mux-node-sdk/issues/544)) ([22dbea3](/~https://github.com/muxinc/mux-node-sdk/commit/22dbea3eea8efcd8c9bd8e650f5af4f94ce44e3e)) +* **api:** api update ([#533](/~https://github.com/muxinc/mux-node-sdk/issues/533)) ([febeae5](/~https://github.com/muxinc/mux-node-sdk/commit/febeae5171526e60460024b6c46a142533eeb235)) +* **client:** send `X-Stainless-Timeout` header ([#542](/~https://github.com/muxinc/mux-node-sdk/issues/542)) ([bddd452](/~https://github.com/muxinc/mux-node-sdk/commit/bddd45248b23fb9b363ccdb75d442e9b6ff4aa1c)) +* generate more types that are used as request bodies ([#532](/~https://github.com/muxinc/mux-node-sdk/issues/532)) ([17dc3e2](/~https://github.com/muxinc/mux-node-sdk/commit/17dc3e216554bf18b3e015577f192c024c63bc38)) +* **internal:** make git install file structure match npm ([#527](/~https://github.com/muxinc/mux-node-sdk/issues/527)) ([10ae8eb](/~https://github.com/muxinc/mux-node-sdk/commit/10ae8ebf80dd4f2962739694229c700c55b682b3)) + + +### Bug Fixes + +* **client:** fix export map for index exports ([#545](/~https://github.com/muxinc/mux-node-sdk/issues/545)) ([228c810](/~https://github.com/muxinc/mux-node-sdk/commit/228c8101ed21732bca78383561cec082a0076e92)) +* **client:** normalize method ([#535](/~https://github.com/muxinc/mux-node-sdk/issues/535)) ([7993276](/~https://github.com/muxinc/mux-node-sdk/commit/799327684ce912491a776a272e0f13ad0ac23944)) + + +### Chores + +* deprecate `mp4_support` option ([#321](/~https://github.com/muxinc/mux-node-sdk/issues/321)) ([#547](/~https://github.com/muxinc/mux-node-sdk/issues/547)) ([1562daa](/~https://github.com/muxinc/mux-node-sdk/commit/1562daa64a421c7a31bf1330bc41c634b26b7319)) +* **internal:** bump cross-spawn to v7.0.6 ([#529](/~https://github.com/muxinc/mux-node-sdk/issues/529)) ([625f90b](/~https://github.com/muxinc/mux-node-sdk/commit/625f90b108126c7940dc668d5ee4e0bd6095b39a)) +* **internal:** codegen related update ([#538](/~https://github.com/muxinc/mux-node-sdk/issues/538)) ([7291076](/~https://github.com/muxinc/mux-node-sdk/commit/729107671e066d0966048f56ab97a42187632eb4)) +* **internal:** codegen related update ([#539](/~https://github.com/muxinc/mux-node-sdk/issues/539)) ([1ca421c](/~https://github.com/muxinc/mux-node-sdk/commit/1ca421c2aa6f3ec359d0d60f37535510a88c478f)) +* **internal:** codegen related update ([#541](/~https://github.com/muxinc/mux-node-sdk/issues/541)) ([81fe307](/~https://github.com/muxinc/mux-node-sdk/commit/81fe3077369f56adac67b69471a0512b65ed94d7)) +* **internal:** fix devcontainers setup ([#548](/~https://github.com/muxinc/mux-node-sdk/issues/548)) ([b916855](/~https://github.com/muxinc/mux-node-sdk/commit/b9168551c77fd14be61545fd8e680828e0892957)) +* **internal:** fix some typos ([#534](/~https://github.com/muxinc/mux-node-sdk/issues/534)) ([5ea0e8e](/~https://github.com/muxinc/mux-node-sdk/commit/5ea0e8e9c26fe491f63c44be522748c1e267bf5e)) +* **internal:** remove unnecessary getRequestClient function ([#528](/~https://github.com/muxinc/mux-node-sdk/issues/528)) ([a8a00ef](/~https://github.com/muxinc/mux-node-sdk/commit/a8a00eff2bb0586d5780c93199d120b5673f0d49)) +* **internal:** update isAbsoluteURL ([#531](/~https://github.com/muxinc/mux-node-sdk/issues/531)) ([e1b231d](/~https://github.com/muxinc/mux-node-sdk/commit/e1b231dabdd236cb773de2e9e13c26ca8866356b)) +* rebuild project due to codegen change ([#523](/~https://github.com/muxinc/mux-node-sdk/issues/523)) ([9cc566c](/~https://github.com/muxinc/mux-node-sdk/commit/9cc566cdeba6d3e1f6ed6bcd4643ecbafedda110)) +* remove redundant word in comment ([#526](/~https://github.com/muxinc/mux-node-sdk/issues/526)) ([f5dd390](/~https://github.com/muxinc/mux-node-sdk/commit/f5dd3901391cb3d210a42cbfe4874e203013107a)) +* **types:** nicer error class types + jsdocs ([#530](/~https://github.com/muxinc/mux-node-sdk/issues/530)) ([2b6cf7e](/~https://github.com/muxinc/mux-node-sdk/commit/2b6cf7e1da6895a7a1f5ab348f8b28f82dcc856d)) + + +### Documentation + +* minor formatting changes ([#537](/~https://github.com/muxinc/mux-node-sdk/issues/537)) ([69e736a](/~https://github.com/muxinc/mux-node-sdk/commit/69e736a7f8b7f24a23624f3ba9e0cefb35bd1415)) +* remove suggestion to use `npm` call out ([#525](/~https://github.com/muxinc/mux-node-sdk/issues/525)) ([a1250bc](/~https://github.com/muxinc/mux-node-sdk/commit/a1250bcb104d1e0a93cec2bcc19d96d56f323fe9)) + ## 9.0.1 (2024-11-15) Full Changelog: [v9.0.0...v9.0.1](/~https://github.com/muxinc/mux-node-sdk/compare/v9.0.0...v9.0.1) diff --git a/package.json b/package.json index 60187dca..5822e195 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mux/mux-node", - "version": "9.0.1", + "version": "10.0.0", "description": "The official TypeScript library for the Mux API", "author": "Mux ", "types": "dist/index.d.ts", @@ -108,17 +108,38 @@ "default": "./dist/index.mjs" }, "./*.mjs": { - "types": ["./dist/*.d.ts", "./dist/*/index.d.ts"], - "default": ["./dist/*.mjs", "./dist/*/index.mjs"] + "types": [ + "./dist/*.d.ts", + "./dist/*/index.d.ts" + ], + "default": [ + "./dist/*.mjs", + "./dist/*/index.mjs" + ] }, "./*.js": { - "types": ["./dist/*.d.ts", "./dist/*/index.d.ts"], - "default": ["./dist/*.js", "./dist/*/index.js"] + "types": [ + "./dist/*.d.ts", + "./dist/*/index.d.ts" + ], + "default": [ + "./dist/*.js", + "./dist/*/index.js" + ] }, "./*": { - "types": ["./dist/*.d.ts", "./dist/*/index.d.ts"], - "require": ["./dist/*.js", "./dist/*/index.js"], - "default": ["./dist/*.mjs", "./dist/*/index.mjs"] + "types": [ + "./dist/*.d.ts", + "./dist/*/index.d.ts" + ], + "require": [ + "./dist/*.js", + "./dist/*/index.js" + ], + "default": [ + "./dist/*.mjs", + "./dist/*/index.mjs" + ] } } } diff --git a/src/version.ts b/src/version.ts index 7706d0e9..0edc28fb 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '9.0.1'; // x-release-please-version +export const VERSION = '10.0.0'; // x-release-please-version