Skip to content

Releases: box/box-node-sdk

v10.1.0

Choose a tag to compare

@box-sdk-build box-sdk-build released this 10 Nov 23:15
fa8a97d

Bug Fixes

New Features and Enhancements

v4.1.0

Choose a tag to compare

@box-sdk-build box-sdk-build released this 07 Nov 15:37
a80e722

Bug Fixes

New Features and Enhancements

  • boxsdkgen: Add GET enterprise configuration endpoint (box/box-openapi#559) (#1149) (55ffde1)
  • boxsdkgen: add update Archive API (box/box-openapi#563) (#1172) (fbe3d0f)

v4.0.0

Choose a tag to compare

@box-sdk-build box-sdk-build released this 23 Oct 11:23
9ab9800

Introducing a new major version of Box Node SDK v4 that includes two modules — the manually maintained module and the generated module. The coexisting modules provide easier access to the latest Box API features and support gradual migration to the standalone generated module.

Breaking Changes

  • With v4 of Box Node SDK, support for Node version below 18 has been dropped. While it may still be possible to download and use this SDK under Node below 18, we do not provide support for issues encountered on that version.

  • We have updated the module export style in the manually maintained box-node-sdk module to support the ES module and be more consistent with the generated sdk-gen module. Classes in the manual SDK are now exported as default exports from their respective files. When importing via CommonJS (require), use .default to access the class (e.g., const BoxSDK = require('box-node-sdk').default;).

For more information about migrating to v4 visit v3 to v4 migration guide

What's New in v4

With this SDK version, alongside the existing manually maintained module, we’re introducing a new generated sdk-gen module under box-node-sdk/sdk-gen import path, which gives you access to:

  • 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.

  • 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.

  • Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  • Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

Important Notes

This version allows you to gradually migrate your codebase to the sdk-gen module. The key differences between the modules are documented in the module migration guide.

Ultimately, we recommend to migrate to v10 which includes only the generated sdk-gen module. To migrate from v4 to v10 follow this migration guide.

For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.

v10.0.1

Choose a tag to compare

@box-sdk-build box-sdk-build released this 06 Oct 10:08
a4e0999

Bug Fixes

  • Allow flexible key-value data in AiExtractStructuredResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1051) (70a2275)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1068) (3992171)
  • Relax JSON deserialization guard by removing strict content-type check (box/box-codegen#844) (#1033) (1eb2c32)

v10.0.0

Choose a tag to compare

@box-sdk-build box-sdk-build released this 17 Sep 14:19
1d71d05

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 branch, v10 will ultimately become the main branch.

Breaking Changes

  • This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available here.

What's New in v10

  • 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.

  • 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.

  • Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.

  • Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.

Important Notes

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 for details. For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.


What’s New Compared to Typescript SDK Gen v1.19.1

⚠ BREAKING CHANGES

Bug Fixes

New Features and Enhancements

For more details check migration guide from box-typescript-sdk-gen v1 to box-node-sdk v10.

v3.8.2

Choose a tag to compare

@box-sdk-build box-sdk-build released this 29 Jul 13:29
c6f1350

Bug Fixes

  • Bump cypress/request to resolve CVE-2025-7783 in form-data (#904) (8e8d2da)

v3.8.1

Choose a tag to compare

@box-sdk-build box-sdk-build released this 11 Jun 12:19
aa76d75

Bug Fixes

  • Use constant-time comparison for HMAC signatures (#893) (d819efe)

v3.8.0

Choose a tag to compare

@box-sdk-build box-sdk-build released this 09 Apr 18:57
56572ba

New Features and Enhancements

v3.7.1

Choose a tag to compare

@box-sdk-build box-sdk-build released this 06 Aug 08:29
abab5b9

Bug Fixes

  • add version to copy file options annotation (#885) (4f9312c)

v3.7.0

Choose a tag to compare

@box-sdk-build box-sdk-build released this 16 Jul 12:14
658b761

New Features and Enhancements