Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "4.2.0" }
{ "engineHash": "41c28e1", "specHash": "1617aaf", "version": "4.3.0" }
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [4.3.0](https://github.com/box/box-node-sdk/compare/v4.2.0...v4.3.0) (2025-12-19)


### Bug Fixes

* **boxsdkgen:** fix `RetryAfter` function when there's no `Retry-After` header (box/box-codegen[#903](https://github.com/box/box-node-sdk/issues/903)) ([#1250](https://github.com/box/box-node-sdk/issues/1250)) ([cd917ee](https://github.com/box/box-node-sdk/commit/cd917eec7f785627952cebc32313ec192ade982f))


### New Features and Enhancements

* **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](https://github.com/box/box-node-sdk/issues/569)) ([#1256](https://github.com/box/box-node-sdk/issues/1256)) ([12d8c9f](https://github.com/box/box-node-sdk/commit/12d8c9f5a9748f871b1ca492b3acd388d103039f))
* **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](https://github.com/box/box-node-sdk/issues/568)) ([#1253](https://github.com/box/box-node-sdk/issues/1253)) ([5d4f8bf](https://github.com/box/box-node-sdk/commit/5d4f8bf8ea3ca433c18150a0d4b474ec85ddc0ef))
* Reuse auth and network settings between legacy and sdk-gen ([#1242](https://github.com/box/box-node-sdk/issues/1242)) ([320c35e](https://github.com/box/box-node-sdk/commit/320c35e8d4add6407cebc0d43bb7522fa980e9cf))

## [4.2.0](https://github.com/box/box-node-sdk/compare/v4.1.1...v4.2.0) (2025-12-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "box-node-sdk",
"author": "Box <[email protected]>",
"version": "4.2.0",
"version": "4.3.0",
"description": "Official SDK for Box Plaform APIs",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/sdk-gen/networking/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const sdkVersion = '4.2.0';
export const sdkVersion = '4.3.0';
Loading