Skip to content

Commit 5d3cdfc

Browse files
chore: release version 10.4.0 (#1333)
1 parent fcca2a4 commit 5d3cdfc

3 files changed

Lines changed: 16 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": "bfb97cc", "specHash": "77eac4b", "version": "10.3.0" }
1+
{ "engineHash": "bfb97cc", "specHash": "77eac4b", "version": "10.4.0" }

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.4.0](https://github.com/box/box-python-sdk/compare/v10.3.0...v10.4.0) (2026-02-11)
6+
7+
8+
### Bug Fixes
9+
10+
* Correct enum value for legal hold policy changes (box/box-openapi[#581](https://github.com/box/box-python-sdk/issues/581)) ([#1304](https://github.com/box/box-python-sdk/issues/1304)) ([d51b4ea](https://github.com/box/box-python-sdk/commit/d51b4eac0a0e2cbb593871bd35e48f0e4cbe6693))
11+
12+
13+
### New Features and Enhancements
14+
15+
* add confidence scores for structured extract (box/box-openapi[#582](https://github.com/box/box-python-sdk/issues/582)) ([#1311](https://github.com/box/box-python-sdk/issues/1311)) ([9db7a80](https://github.com/box/box-python-sdk/commit/9db7a80514e4d0c45baf05cd6823c88e6666b395))
16+
* add signer language, cancel sign request reason (box/box-openapi[#584](https://github.com/box/box-python-sdk/issues/584)) ([#1331](https://github.com/box/box-python-sdk/issues/1331)) ([fcca2a4](https://github.com/box/box-python-sdk/commit/fcca2a47439189c2f4986596cdfd7d3c303c9ec2))
17+
* Add watermarking permissions and sources information (box/box-openapi[#579](https://github.com/box/box-python-sdk/issues/579)) ([#1300](https://github.com/box/box-python-sdk/issues/1300)) ([7a2c7e3](https://github.com/box/box-python-sdk/commit/7a2c7e3596c352a3f4d1f73f57c8032bd02f8cdf))
18+
519
## [10.3.0](https://github.com/box/box-python-sdk/compare/v10.2.0...v10.3.0) (2025-12-19)
620

721

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.3.0'
1+
__version__ = '10.4.0'

0 commit comments

Comments
 (0)