Skip to content

Commit 1d71d05

Browse files
chore: release version 10.0.0 (#1011)
1 parent 1de1f53 commit 1d71d05

File tree

5 files changed

+50
-5
lines changed

5 files changed

+50
-5
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "87747c8", "specHash": "a05e5d7", "version": "0.1.0" }
1+
{ "engineHash": "87747c8", "specHash": "a05e5d7", "version": "10.0.0" }

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
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.0.0](https://github.com/box/box-node-sdk/compare/v3.8.1...v10.0.0) (2025-09-17)
6+
7+
Introducing **`Box Node SDK v10`**, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate [`sdk-gen`](https://github.com/box/box-node-sdk/tree/sdk-gen) branch, `v10` will ultimately become the main branch.
8+
9+
### Breaking Changes
10+
11+
- This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available [here](https://github.com/box/box-node-sdk/tree/sdk-gen/docs).
12+
13+
### What's New in `v10`
14+
15+
- **Full API Support** — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
16+
17+
- **Rapid API Updates** — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.
18+
19+
- **Embedded Documentation** — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
20+
21+
- **Enhanced Convenience Methods** — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
22+
23+
### Important Notes
24+
25+
This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to `v10` includes breaking changes, please review the [migration guide](https://github.com/box/box-node-sdk/blob/sdk-gen/docs/migration-guides/from-v3-to-v10.md) for details. For more information, see the [SDK versioning strategy document](https://developer.box.com/tooling/sdks/sdk-versioning). Follow developer changelog for future updates.
26+
27+
---
28+
29+
### What’s New Compared to [Typescript SDK Gen](https://github.com/box/box-typescript-sdk-gen) `v1.19.1`
30+
31+
#### ⚠ BREAKING CHANGES
32+
33+
* Change names of unions (box/box-codegen[#787](https://github.com/box/box-node-sdk/issues/787)) ([#938](https://github.com/box/box-node-sdk/issues/938)) ([06a8e9b](https://github.com/box/box-node-sdk/commit/06a8e9bb6de67547dd900b74778c8203aa388a91))
34+
* Remove unused models from schemas (box/box-openapi[#547](https://github.com/box/box-node-sdk/issues/547)) ([#933](https://github.com/box/box-node-sdk/issues/933)) ([35690f4](https://github.com/box/box-node-sdk/commit/35690f4e4ef7383cae890d4df810ed77168384e1)), closes [box/box-codegen#773](https://github.com/box/box-codegen/issues/773) [box/box-openapi#542](https://github.com/box/box-openapi/issues/542) [box/box-openapi#544](https://github.com/box/box-openapi/issues/544) [box/box-codegen#781](https://github.com/box/box-codegen/issues/781) [box/box-openapi#545](https://github.com/box/box-openapi/issues/545)
35+
* Remove generated suffix from files (box/box-codegen[#779](https://github.com/box/box-node-sdk/issues/779)) ([#948](https://github.com/box/box-node-sdk/issues/948)) ([4bfb073](https://github.com/box/box-node-sdk/commit/4bfb07350be95a5717ee9be032af4995d1d97395))
36+
* Adjust imports and exports (box/box-codegen[#801](https://github.com/box/box-node-sdk/issues/801)) ([#965](https://github.com/box/box-node-sdk/issues/965)) ([d8e6a0a](https://github.com/box/box-node-sdk/commit/d8e6a0a466d367dd6c871bc20534f1b950732997))
37+
38+
#### Bug Fixes
39+
40+
* Fix serialization for unions (box/box-codegen[#800](https://github.com/box/box-node-sdk/issues/800)) ([#954](https://github.com/box/box-node-sdk/issues/954)) ([7f75f6d](https://github.com/box/box-node-sdk/commit/7f75f6d6d87f2a9b6d500306fcc0dddf023b7118))
41+
42+
#### New Features and Enhancements
43+
44+
* Add missing webhook events (box/box-openapi[#554](https://github.com/box/box-node-sdk/issues/554)) ([#982](https://github.com/box/box-node-sdk/issues/982)) ([2f5e245](https://github.com/box/box-node-sdk/commit/2f5e24574dbaff7d23140a2a5c22e54b1f047bf6))
45+
* Support external user deletion API (box/box-codegen[#796](https://github.com/box/box-node-sdk/issues/796)) ([#946](https://github.com/box/box-node-sdk/issues/946)) ([44b37a4](https://github.com/box/box-node-sdk/commit/44b37a49ddbf587575f005342c9457cc46b5a573))
46+
47+
For more details check [migration guide](https://github.com/box/box-node-sdk/blob/sdk-gen/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk-v10.md) from `box-typescript-sdk-gen` `v1` to `box-node-sdk` `v10`.
48+
49+
550
### [3.8.1](https://github.com/box/box-node-sdk/compare/v3.8.0...v3.8.1) (2025-06-11)
651

752

package-lock.json

Lines changed: 2 additions & 2 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 <oss@box.com>",
4-
"version": "0.1.0",
4+
"version": "10.0.0",
55
"description": "Official SDK for Box Plaform 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 = '0.1.0';
1+
export const sdkVersion = '10.0.0';

0 commit comments

Comments
 (0)