From a24338922e715169fb765e753ac1274ad3efdc15 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Fri, 19 Dec 2025 07:17:19 -0800 Subject: [PATCH] chore: release version 10.3.0 --- .codegen.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 16 ++++++++-------- package.json | 2 +- src/networking/version.ts | 2 +- 5 files changed, 26 insertions(+), 11 deletions(-) diff --git a/.codegen.json b/.codegen.json index 43c85758..d5071b09 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "10.2.0" } +{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "10.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b79a0b..c897fb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [10.3.0](https://github.com/box/box-node-sdk/compare/v10.2.0...v10.3.0) (2025-12-19) + + +### Bug Fixes + +* add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-node-sdk/issues/572)) ([#1275](https://github.com/box/box-node-sdk/issues/1275)) ([0935d71](https://github.com/box/box-node-sdk/commit/0935d7116e0c5f7e0e4bc38f6a9f46344acaccba)) +* fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-node-sdk/issues/903)) ([#1251](https://github.com/box/box-node-sdk/issues/1251)) ([a334d81](https://github.com/box/box-node-sdk/commit/a334d81190d9f90c7c1cec5cee8187f1cd18dac9)) + + +### New Features and Enhancements + +* add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-node-sdk/issues/569)) ([#1263](https://github.com/box/box-node-sdk/issues/1263)) ([ee11f67](https://github.com/box/box-node-sdk/commit/ee11f678724912ebf862edc47c4ab1a2ea348f2b)) +* text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-node-sdk/issues/568)) ([#1260](https://github.com/box/box-node-sdk/issues/1260)) ([8686901](https://github.com/box/box-node-sdk/commit/868690186705d657b2af07d8fb45a4e4b99b7877)) +* Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-node-sdk/issues/906)) ([#1265](https://github.com/box/box-node-sdk/issues/1265)) ([91d0c74](https://github.com/box/box-node-sdk/commit/91d0c74f488948772e29116e668b69d2bdbbc1c8)) + ## [10.2.0](https://github.com/box/box-node-sdk/compare/v10.1.0...v10.2.0) (2025-12-10) diff --git a/package-lock.json b/package-lock.json index 8ead6305..f408eef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "box-node-sdk", - "version": "10.2.0", + "version": "10.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "box-node-sdk", - "version": "10.2.0", + "version": "10.3.0", "license": "Apache-2.0", "dependencies": { "buffer": "^6.0.3", @@ -2184,9 +2184,9 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.9.10", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.10.tgz", - "integrity": "sha512-2VIKvDx8Z1a9rTB2eCkdPE5nSe28XnA+qivGnWHoB40hMMt/h1hSz0960Zqsn6ZyxWXUie0EBdElKv8may20AA==", + "version": "2.9.11", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz", + "integrity": "sha512-Sg0xJUNDU1sJNGdfGWhVHX0kkZ+HWcvmVymJbj6NSgZZmW/8S9Y2HQ5euytnIgakgxN6papOAWiwDo1ctFDcoQ==", "dev": true, "license": "Apache-2.0", "bin": { @@ -2360,9 +2360,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001760", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz", - "integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==", + "version": "1.0.30001761", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001761.tgz", + "integrity": "sha512-JF9ptu1vP2coz98+5051jZ4PwQgd2ni8A+gYSN7EA7dPKIMf0pDlSUxhdmVOaV3/fYK5uWBkgSXJaRLr4+3A6g==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index fbbf8a62..a164940e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "box-node-sdk", "author": "Box ", - "version": "10.2.0", + "version": "10.3.0", "description": "Official SDK for Box Platform APIs", "keywords": [ "box", diff --git a/src/networking/version.ts b/src/networking/version.ts index 8be2c3f7..7535bb65 100644 --- a/src/networking/version.ts +++ b/src/networking/version.ts @@ -1 +1 @@ -export const sdkVersion = '10.2.0'; +export const sdkVersion = '10.3.0';