Skip to content

Commit 34d1b42

Browse files
chore: release version 4.9.0 (#1445)
Co-authored-by: Artur Jankowski <ajankowski@box.com>
1 parent 88a2969 commit 34d1b42

5 files changed

Lines changed: 17 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": "2492c3e", "specHash": "fa39a3f", "version": "4.8.0" }
1+
{ "engineHash": "2492c3e", "specHash": "fa39a3f", "version": "4.9.0" }

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.9.0](https://github.com/box/box-node-sdk/compare/v4.8.0...v4.9.0) (2026-05-06)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **boxsdkgen:** Mark `id` field of `AIAgentReference` required (box/box-openapi[#1629](https://github.com/box/box-node-sdk/issues/1629)) (box/box-openapi[#595](https://github.com/box/box-node-sdk/issues/595)) ([#1439](https://github.com/box/box-node-sdk/issues/1439)) ([3ab5519](https://github.com/box/box-node-sdk/commit/3ab5519c91695b1b3f42092655f57baa957ae0ef))
11+
12+
### Bug Fixes
13+
14+
* **boxsdkgen:** Fix metadata template schema (box/box-openapi[#596](https://github.com/box/box-node-sdk/issues/596)) ([#1442](https://github.com/box/box-node-sdk/issues/1442)) ([11aa977](https://github.com/box/box-node-sdk/commit/11aa97767a4653449b43da7a0397dc40abf39e97))
15+
* **boxsdkgen:** Mark `id` field of `AIAgentReference` required (box/box-openapi[#1629](https://github.com/box/box-node-sdk/issues/1629)) (box/box-openapi[#595](https://github.com/box/box-node-sdk/issues/595)) ([#1439](https://github.com/box/box-node-sdk/issues/1439)) ([3ab5519](https://github.com/box/box-node-sdk/commit/3ab5519c91695b1b3f42092655f57baa957ae0ef))
16+
517
## [4.8.0](https://github.com/box/box-node-sdk/compare/v4.7.0...v4.8.0) (2026-04-30)
618

719

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.8.0",
4+
"version": "4.9.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.8.0';
1+
export const sdkVersion = '4.9.0';

0 commit comments

Comments
 (0)