Skip to content

Commit 2a3bdde

Browse files
chore: release version 4.5.0 (#1369)
1 parent 1709a94 commit 2a3bdde

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "65f6eab", "specHash": "57b3004", "version": "4.4.0" }
1+
{ "engineHash": "65f6eab", "specHash": "57b3004", "version": "4.5.0" }

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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+
## [4.5.0](https://github.com/box/box-node-sdk/compare/v4.4.0...v4.5.0) (2026-03-18)
6+
7+
8+
### Bug Fixes
9+
10+
* **boxsdkgen:** Convert `retryAfter` seconds to milliseconds for `setTimeout` (box/box-codegen[#926](https://github.com/box/box-node-sdk/issues/926)) ([#1357](https://github.com/box/box-node-sdk/issues/1357)) ([07c81a1](https://github.com/box/box-node-sdk/commit/07c81a1b74333e0990ac778b58b917cb0f20abe1))
11+
12+
13+
### New Features and Enhancements
14+
15+
* **boxsdkgen:** add `canPublicSharedLinkBeCreated` to `Hubs` (box/box-codegen[#928](https://github.com/box/box-node-sdk/issues/928)) ([#1366](https://github.com/box/box-node-sdk/issues/1366)) ([1709a94](https://github.com/box/box-node-sdk/commit/1709a94550c6bb9cc94e3a350125471f8142fa34))
16+
* **boxsdkgen:** Add configurable timeouts for SDKs (box/box-codegen[#924](https://github.com/box/box-node-sdk/issues/924)) ([#1361](https://github.com/box/box-node-sdk/issues/1361)) ([d743f4c](https://github.com/box/box-node-sdk/commit/d743f4c7bd5ef9d073183f0106ee69c532751de5))
17+
518
## [4.4.0](https://github.com/box/box-node-sdk/compare/v4.3.0...v4.4.0) (2026-02-11)
619

720

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": "4.4.0",
4+
"version": "4.5.0",
55
"description": "Official SDK for Box Plaform APIs",
66
"license": "Apache-2.0",
77
"repository": {

src/sdk-gen/networking/version.ts

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

0 commit comments

Comments
 (0)