From bbd6bac5473949a2cb27856250eb33c97a6ec20a Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 19 Nov 2025 02:36:37 -0800 Subject: [PATCH 1/2] chore: release version 4.1.0 --- .codegen.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ box_sdk_gen/networking/version.py | 2 +- boxsdk/version.py | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.codegen.json b/.codegen.json index c7f6f7ce..a7fb7d39 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "4.0.0" } +{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "4.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index caef5b10..b78babbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [4.1.0](https://github.com/box/box-python-sdk/compare/v4.0.0...v4.1.0) (2025-11-19) + + +### Bug Fixes: + +* **boxsdkgen:** Remove enum types from GET enterprise configuration endpoint (box/box-openapi[#560](https://github.com/box/box-python-sdk/issues/560)) ([#1150](https://github.com/box/box-python-sdk/issues/1150)) ([c6ca316](https://github.com/box/box-python-sdk/commit/c6ca316701a3b0df233e09fa9a776e39c4030c96)), closes [box/box-openapi#559](https://github.com/box/box-openapi/issues/559) [box/box-codegen#872](https://github.com/box/box-codegen/issues/872) +* **boxsdkgen:** update descriptions of the user deletion endpoint (box/box-openapi[#562](https://github.com/box/box-python-sdk/issues/562)) ([#1170](https://github.com/box/box-python-sdk/issues/1170)) ([4be73a9](https://github.com/box/box-python-sdk/commit/4be73a91cd0a3932ce0663cab8b600bc9da333f3)) + + +### New Features and Enhancements: + +* Add GET enterprise configuration endpoint (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)) +* **boxsdkgen:** support update 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)) + ## [4.0.0](https://github.com/box/box-python-sdk/compare/v3.14.0...v4.0.0) (2025-10-23) 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. diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index d6497a81..fa721b49 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '4.0.0' +__version__ = '4.1.0' diff --git a/boxsdk/version.py b/boxsdk/version.py index d6497a81..fa721b49 100644 --- a/boxsdk/version.py +++ b/boxsdk/version.py @@ -1 +1 @@ -__version__ = '4.0.0' +__version__ = '4.1.0' From 7a1d97cf468b83560bbae5f724dd221f3ce841e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Socha?= <31014760+lukaszsocha2@users.noreply.github.com> Date: Wed, 19 Nov 2025 11:39:16 +0100 Subject: [PATCH 2/2] Update CHANGELOG for version 4.1.0 Updated changelog for version 4.1.0, including bug fixes and new features. --- CHANGELOG.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b78babbd..7d59f59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,10 @@ All notable changes to this project will be documented in this file. See [standa ## [4.1.0](https://github.com/box/box-python-sdk/compare/v4.0.0...v4.1.0) (2025-11-19) - -### Bug Fixes: - -* **boxsdkgen:** Remove enum types from GET enterprise configuration endpoint (box/box-openapi[#560](https://github.com/box/box-python-sdk/issues/560)) ([#1150](https://github.com/box/box-python-sdk/issues/1150)) ([c6ca316](https://github.com/box/box-python-sdk/commit/c6ca316701a3b0df233e09fa9a776e39c4030c96)), closes [box/box-openapi#559](https://github.com/box/box-openapi/issues/559) [box/box-codegen#872](https://github.com/box/box-codegen/issues/872) -* **boxsdkgen:** update descriptions of the user deletion endpoint (box/box-openapi[#562](https://github.com/box/box-python-sdk/issues/562)) ([#1170](https://github.com/box/box-python-sdk/issues/1170)) ([4be73a9](https://github.com/box/box-python-sdk/commit/4be73a91cd0a3932ce0663cab8b600bc9da333f3)) - - ### New Features and Enhancements: -* Add GET enterprise configuration endpoint (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)) -* **boxsdkgen:** support update 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)) +* **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)) +* **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)) ## [4.0.0](https://github.com/box/box-python-sdk/compare/v3.14.0...v4.0.0) (2025-10-23)