From 8ede7ece5110faf440009b0f5585413b7def9cdd Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 20 May 2026 02:32:05 -0700 Subject: [PATCH] chore: release version 4.10.0 --- .codegen.json | 2 +- CHANGELOG.md | 9 +++++++++ box_sdk_gen/networking/version.py | 2 +- boxsdk/version.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.codegen.json b/.codegen.json index 8db67202..21043947 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "4de40e1", "specHash": "e0ffc4a", "version": "4.9.0" } +{ "engineHash": "4de40e1", "specHash": "e0ffc4a", "version": "4.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9504da73..835d7373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.10.0](https://github.com/box/box-python-sdk/compare/v4.9.0...v4.10.0) (2026-05-20) + + +### New Features and Enhancements: + +* **boxsdkgen:** add failure related fields to `DocGenJob` (box/box-openapi[#598](https://github.com/box/box-python-sdk/issues/598)) ([#1446](https://github.com/box/box-python-sdk/issues/1446)) ([a2b59df](https://github.com/box/box-python-sdk/commit/a2b59df2a309f80bc059046626ae92d3ffd9cbd9)) +* **boxsdkgen:** Add new event types (box/box-openapi[#597](https://github.com/box/box-python-sdk/issues/597)) ([#1434](https://github.com/box/box-python-sdk/issues/1434)) ([c700173](https://github.com/box/box-python-sdk/commit/c7001734fdfc9ccda04272fa6f5655d12cc0cf89)) +* **boxsdkgen:** Sanitize request body in `BoxAPIError` (box/box-codegen[#948](https://github.com/box/box-python-sdk/issues/948)) ([#1441](https://github.com/box/box-python-sdk/issues/1441)) ([8f08bcc](https://github.com/box/box-python-sdk/commit/8f08bcc3394a8ba6c04afce561af0612786d561e)) + ## [4.9.0](https://github.com/box/box-python-sdk/compare/v4.8.0...v4.9.0) (2026-05-06) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 31619165..8e857387 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '4.9.0' +__version__ = '4.10.0' diff --git a/boxsdk/version.py b/boxsdk/version.py index 31619165..8e857387 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '4.9.0' +__version__ = '4.10.0'