Skip to content

Commit 11c9f1f

Browse files
chore: release version 10.10.0 (#1448)
1 parent 2916907 commit 11c9f1f

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "4de40e1", "specHash": "e0ffc4a", "version": "10.9.0" }
1+
{ "engineHash": "4de40e1", "specHash": "e0ffc4a", "version": "10.10.0" }

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [10.10.0](https://github.com/box/box-python-sdk/compare/v10.9.0...v10.10.0) (2026-05-20)
6+
7+
8+
### New Features and Enhancements
9+
10+
* add failure related fields to `DocGenJob` (box/box-openapi[#598](https://github.com/box/box-python-sdk/issues/598)) ([#1445](https://github.com/box/box-python-sdk/issues/1445)) ([2916907](https://github.com/box/box-python-sdk/commit/29169071c482a3a3ed5ebfefc1d2377f7f049da9))
11+
* Add new event types (box/box-openapi[#597](https://github.com/box/box-python-sdk/issues/597)) ([#1436](https://github.com/box/box-python-sdk/issues/1436)) ([22450ee](https://github.com/box/box-python-sdk/commit/22450ee1982796649dfb1abb2ef2570c2e719fba))
12+
* Sanitize request body in `BoxAPIError` (box/box-codegen[#948](https://github.com/box/box-python-sdk/issues/948)) ([#1440](https://github.com/box/box-python-sdk/issues/1440)) ([0f046db](https://github.com/box/box-python-sdk/commit/0f046db10d7bc9f2c82c10e5277190e6b7d526c2))
13+
514
## [10.9.0](https://github.com/box/box-python-sdk/compare/v10.8.0...v10.9.0) (2026-05-06)
615

716

box_sdk_gen/networking/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '10.9.0'
1+
__version__ = '10.10.0'

0 commit comments

Comments
 (0)