Skip to content

Commit 4c549b1

Browse files
chore: release version 10.3.0 (#1292)
1 parent eb36b36 commit 4c549b1

File tree

5 files changed

+26
-11
lines changed

5 files changed

+26
-11
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "10.2.0" }
1+
{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "10.3.0" }

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [10.3.0](https://github.com/box/box-node-sdk/compare/v10.2.0...v10.3.0) (2025-12-19)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
* 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))
12+
13+
14+
### New Features and Enhancements
15+
16+
* 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))
17+
* 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))
18+
* 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))
19+
520
## [10.2.0](https://github.com/box/box-node-sdk/compare/v10.1.0...v10.2.0) (2025-12-10)
621

722

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "box-node-sdk",
33
"author": "Box <[email protected]>",
4-
"version": "10.2.0",
4+
"version": "10.3.0",
55
"description": "Official SDK for Box Platform APIs",
66
"keywords": [
77
"box",

src/networking/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const sdkVersion = '10.2.0';
1+
export const sdkVersion = '10.3.0';

0 commit comments

Comments
 (0)