Skip to content

Commit b436a92

Browse files
chore: release version 4.2.0 (#1239)
1 parent 2ac9408 commit b436a92

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "3d9d391", "specHash": "31c41d5", "version": "4.1.0" }
1+
{ "engineHash": "3d9d391", "specHash": "31c41d5", "version": "4.2.0" }

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.2.0](https://github.com/box/box-python-sdk/compare/v4.1.0...v4.2.0) (2025-12-10)
6+
7+
8+
### New Features and Enhancements:
9+
10+
* **boxsdkgen:** Remove `confidence_score` and `include_confidence_score` from AI extract (box/box-openapi[#567](https://github.com/box/box-python-sdk/issues/567)) ([#1237](https://github.com/box/box-python-sdk/issues/1237)) ([2ac9408](https://github.com/box/box-python-sdk/commit/2ac9408be69a86b7f57e7efdb433c8c049568fad))
11+
* **boxsdkgen:** Support new sign request metadata (box/box-openapi[#565](https://github.com/box/box-python-sdk/issues/565)) ([#1221](https://github.com/box/box-python-sdk/issues/1221)) ([56a93ac](https://github.com/box/box-python-sdk/commit/56a93ac02fd746799ec8a831b61e06b2b7464479))
12+
513
## [4.1.0](https://github.com/box/box-python-sdk/compare/v4.0.0...v4.1.0) (2025-11-19)
614

715
### New Features and Enhancements:

box_sdk_gen/networking/version.py

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

boxsdk/version.py

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

0 commit comments

Comments
 (0)