Skip to content

Commit 35580f2

Browse files
chore: release version 4.1.0 (#1204)
1 parent c0fc176 commit 35580f2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "4.0.0" }
1+
{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "4.1.0" }

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1.0](https://github.com/box/box-python-sdk/compare/v4.0.0...v4.1.0) (2025-11-19)
6+
7+
### New Features and Enhancements:
8+
9+
* **boxsdkgen:** Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-python-sdk/issues/559)) ([#1144](https://github.com/box/box-python-sdk/issues/1144)) ([355ad8f](https://github.com/box/box-python-sdk/commit/355ad8f396f1de6898ac4d0529fea3f88c45ab24))
10+
* **boxsdkgen:** Support Archive API (box/box-openapi[#563](https://github.com/box/box-python-sdk/issues/563)) ([#1173](https://github.com/box/box-python-sdk/issues/1173)) ([5560ee6](https://github.com/box/box-python-sdk/commit/5560ee64392297424c8954f84610560251c8174e))
11+
512
## [4.0.0](https://github.com/box/box-python-sdk/compare/v3.14.0...v4.0.0) (2025-10-23)
613

714
Introducing a new major version of Box Python SDK `v4` that includes two packages — the manually maintained `boxsdk` package and the generated `box_sdk_gen` package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated namespace.

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.0.0'
1+
__version__ = '4.1.0'

boxsdk/version.py

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

0 commit comments

Comments
 (0)