From 8a05bc4d4b9fa1ccb8961604fc7d502d1049389b Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Fri, 19 Dec 2025 01:45:12 -0800 Subject: [PATCH 1/2] chore: release version 4.3.0 --- .codegen.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/sdk-gen/networking/version.ts | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.codegen.json b/.codegen.json index a537d7da..79e96835 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "4.2.0" } +{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "4.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea76256..a62c8386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. +## [4.3.0](https://github.com/box/box-node-sdk/compare/v4.2.0...v4.3.0) (2025-12-19) + + +### Bug Fixes + +* **boxsdkgen:** add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-node-sdk/issues/572)) ([#1274](https://github.com/box/box-node-sdk/issues/1274)) ([3850e6b](https://github.com/box/box-node-sdk/commit/3850e6bf164d1a8778258afb54342833366a0b03)) +* **boxsdkgen:** fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-node-sdk/issues/903)) ([#1250](https://github.com/box/box-node-sdk/issues/1250)) ([cd917ee](https://github.com/box/box-node-sdk/commit/cd917eec7f785627952cebc32313ec192ade982f)) + + +### New Features and Enhancements + +* **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-node-sdk/issues/569)) ([#1256](https://github.com/box/box-node-sdk/issues/1256)) ([12d8c9f](https://github.com/box/box-node-sdk/commit/12d8c9f5a9748f871b1ca492b3acd388d103039f)) +* **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-node-sdk/issues/568)) ([#1253](https://github.com/box/box-node-sdk/issues/1253)) ([5d4f8bf](https://github.com/box/box-node-sdk/commit/5d4f8bf8ea3ca433c18150a0d4b474ec85ddc0ef)) +* **boxsdkgen:** Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-node-sdk/issues/906)) ([#1259](https://github.com/box/box-node-sdk/issues/1259)) ([50d7080](https://github.com/box/box-node-sdk/commit/50d70806c4e40ed56b2f8cfea5f5bcec7ec56159)) +* Reuse auth and network settings between legacy and sdk-gen ([#1242](https://github.com/box/box-node-sdk/issues/1242)) ([320c35e](https://github.com/box/box-node-sdk/commit/320c35e8d4add6407cebc0d43bb7522fa980e9cf)) + ## [4.2.0](https://github.com/box/box-node-sdk/compare/v4.1.1...v4.2.0) (2025-12-10) diff --git a/package-lock.json b/package-lock.json index 8fa40ac1..89d8c1f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "box-node-sdk", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "box-node-sdk", - "version": "4.2.0", + "version": "4.3.0", "license": "Apache-2.0", "dependencies": { "@cypress/request": "^3.0.9", diff --git a/package.json b/package.json index 3ab9f49c..4b475b04 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "box-node-sdk", "author": "Box ", - "version": "4.2.0", + "version": "4.3.0", "description": "Official SDK for Box Plaform APIs", "license": "Apache-2.0", "repository": { diff --git a/src/sdk-gen/networking/version.ts b/src/sdk-gen/networking/version.ts index a9970c1b..e634d30c 100644 --- a/src/sdk-gen/networking/version.ts +++ b/src/sdk-gen/networking/version.ts @@ -1 +1 @@ -export const sdkVersion = '4.2.0'; +export const sdkVersion = '4.3.0'; From 6bf0378d5a557ba2ddf58f95ab1d091956db13c6 Mon Sep 17 00:00:00 2001 From: Minh Nguyen Cong Date: Fri, 19 Dec 2025 10:47:27 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a62c8386..9a54626f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,6 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes -* **boxsdkgen:** add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](https://github.com/box/box-node-sdk/issues/572)) ([#1274](https://github.com/box/box-node-sdk/issues/1274)) ([3850e6b](https://github.com/box/box-node-sdk/commit/3850e6bf164d1a8778258afb54342833366a0b03)) * **boxsdkgen:** fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-node-sdk/issues/903)) ([#1250](https://github.com/box/box-node-sdk/issues/1250)) ([cd917ee](https://github.com/box/box-node-sdk/commit/cd917eec7f785627952cebc32313ec192ade982f)) @@ -15,7 +14,6 @@ All notable changes to this project will be documented in this file. See [standa * **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-node-sdk/issues/569)) ([#1256](https://github.com/box/box-node-sdk/issues/1256)) ([12d8c9f](https://github.com/box/box-node-sdk/commit/12d8c9f5a9748f871b1ca492b3acd388d103039f)) * **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-node-sdk/issues/568)) ([#1253](https://github.com/box/box-node-sdk/issues/1253)) ([5d4f8bf](https://github.com/box/box-node-sdk/commit/5d4f8bf8ea3ca433c18150a0d4b474ec85ddc0ef)) -* **boxsdkgen:** Treat `nullable` fields as Optional (box/box-codegen[#906](https://github.com/box/box-node-sdk/issues/906)) ([#1259](https://github.com/box/box-node-sdk/issues/1259)) ([50d7080](https://github.com/box/box-node-sdk/commit/50d70806c4e40ed56b2f8cfea5f5bcec7ec56159)) * Reuse auth and network settings between legacy and sdk-gen ([#1242](https://github.com/box/box-node-sdk/issues/1242)) ([320c35e](https://github.com/box/box-node-sdk/commit/320c35e8d4add6407cebc0d43bb7522fa980e9cf)) ## [4.2.0](https://github.com/box/box-node-sdk/compare/v4.1.1...v4.2.0) (2025-12-10)