Skip to content

Commit 2717ad5

Browse files
chore: release version 4.0.0 (#1109)
1 parent 1da49b3 commit 2717ad5

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "733e376", "specHash": "fa34496", "version": "0.1.0" }
1+
{ "engineHash": "733e376", "specHash": "fa34496", "version": "4.0.0" }

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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.0.0](https://github.com/box/box-python-sdk/compare/v3.14.0...v4.0.0) (2025-10-07)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Drop support of Python 3.6 and 3.8
11+
12+
### New Features and Enhancements:
13+
14+
* Add `box_sdk_gen` package (box/box-codegen[#820](https://github.com/box/box-python-sdk/issues/820)) ([#997](https://github.com/box/box-python-sdk/issues/997)) ([5a06de7](https://github.com/box/box-python-sdk/commit/5a06de7d1f79813c62a86c28c33a7960128ae685))
15+
* Drop support of Python 3.6 and 3.8 ([4692274](https://github.com/box/box-python-sdk/commit/4692274de1c70f196556fb774ce4d0584547069d))
16+
* Support Python 3.12 and Python 3.13 ([#898](https://github.com/box/box-python-sdk/issues/898)) ([d604ea9](https://github.com/box/box-python-sdk/commit/d604ea98012aed3c2d0212d1b40b71a52efb55ec))
17+
18+
19+
### Bug Fixes:
20+
21+
* Allow flexible key-value data in `AiExtractResponse.answer` and `Event.additionalDetails` (box/box-openapi[#556](https://github.com/box/box-python-sdk/issues/556)) ([#1086](https://github.com/box/box-python-sdk/issues/1086)) ([314603c](https://github.com/box/box-python-sdk/commit/314603c1a7f9bb72348007dce52745907f73ef90))
22+
* Make `role` parameter of update collaboration optional (box/box-openapi[#557](https://github.com/box/box-python-sdk/issues/557)) ([#1092](https://github.com/box/box-python-sdk/issues/1092)) ([5c9cb99](https://github.com/box/box-python-sdk/commit/5c9cb9999041f76a313686c0303792292db64e79))
23+
524
## [3.14.0](https://github.com/box/box-python-sdk/compare/v3.13.0...v3.14.0) (2025-04-09)
625

726

box_sdk_gen/networking/version.py

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

boxsdk/version.py

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

0 commit comments

Comments
 (0)