From c1bf7522a0d4fc1cb4baeebe7ae1f3abaaba651e Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Wed, 19 Nov 2025 03:16:12 -0800 Subject: [PATCH 1/2] chore: release version 10.1.0 --- .codegen.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ box_sdk_gen/networking/version.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index ca4d36fe..11f97333 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "10.0.1" } +{ "engineHash": "35c5d34", "specHash": "e7ce024", "version": "10.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d47bb73c..035ab12e 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. +## [10.1.0](https://github.com/box/box-python-sdk/compare/v10.0.1...v10.1.0) (2025-11-19) + + +### Bug Fixes + +* Remove enum types from GET enterprise configuration endpoint (box/box-openapi[#560](https://github.com/box/box-python-sdk/issues/560)) ([#1151](https://github.com/box/box-python-sdk/issues/1151)) ([25e90d1](https://github.com/box/box-python-sdk/commit/25e90d117e7bbf03f9f5dc84ed09bc9bd49b2727)) +* update descriptions of the user deletion endpoint (box/box-openapi[#562](https://github.com/box/box-python-sdk/issues/562)) ([#1171](https://github.com/box/box-python-sdk/issues/1171)) ([44c1767](https://github.com/box/box-python-sdk/commit/44c1767049810de0163fd0636f96f8810d82e315)) + + +### New Features and Enhancements + +* Add GET enterprise configuration endpoint (box/box-openapi[#559](https://github.com/box/box-python-sdk/issues/559)) ([#1134](https://github.com/box/box-python-sdk/issues/1134)) ([1106d32](https://github.com/box/box-python-sdk/commit/1106d325973df9704f5102538ac0130bda6e9c38)) +* Support update Archive API (box/box-openapi[#563](https://github.com/box/box-python-sdk/issues/563)) ([#1174](https://github.com/box/box-python-sdk/issues/1174)) ([d21ec4d](https://github.com/box/box-python-sdk/commit/d21ec4df82ab43539ff07d306cf304f86bbb0593)) + ### [10.0.1](https://github.com/box/box-python-sdk/compare/v10.0.0...v10.0.1) (2025-10-06) diff --git a/box_sdk_gen/networking/version.py b/box_sdk_gen/networking/version.py index 540d81da..a06cd470 100644 --- a/box_sdk_gen/networking/version.py +++ b/box_sdk_gen/networking/version.py @@ -1 +1 @@ -__version__ = '10.0.1' +__version__ = '10.1.0' From c3a0aa519856be407a79303d9db0a37d6dc1ab77 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 12:17:59 +0100 Subject: [PATCH 2/2] Update CHANGELOG for version 10.1.0 Removed bug fix entries and updated feature descriptions in CHANGELOG. --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 035ab12e..34ed4fbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,10 @@ All notable changes to this project will be documented in this file. See [standa ## [10.1.0](https://github.com/box/box-python-sdk/compare/v10.0.1...v10.1.0) (2025-11-19) -### Bug Fixes - -* Remove enum types from GET enterprise configuration endpoint (box/box-openapi[#560](https://github.com/box/box-python-sdk/issues/560)) ([#1151](https://github.com/box/box-python-sdk/issues/1151)) ([25e90d1](https://github.com/box/box-python-sdk/commit/25e90d117e7bbf03f9f5dc84ed09bc9bd49b2727)) -* update descriptions of the user deletion endpoint (box/box-openapi[#562](https://github.com/box/box-python-sdk/issues/562)) ([#1171](https://github.com/box/box-python-sdk/issues/1171)) ([44c1767](https://github.com/box/box-python-sdk/commit/44c1767049810de0163fd0636f96f8810d82e315)) - - ### New Features and Enhancements -* Add GET enterprise configuration endpoint (box/box-openapi[#559](https://github.com/box/box-python-sdk/issues/559)) ([#1134](https://github.com/box/box-python-sdk/issues/1134)) ([1106d32](https://github.com/box/box-python-sdk/commit/1106d325973df9704f5102538ac0130bda6e9c38)) -* Support update Archive API (box/box-openapi[#563](https://github.com/box/box-python-sdk/issues/563)) ([#1174](https://github.com/box/box-python-sdk/issues/1174)) ([d21ec4d](https://github.com/box/box-python-sdk/commit/d21ec4df82ab43539ff07d306cf304f86bbb0593)) +* Support GET enterprise configuration API (box/box-openapi[#559](https://github.com/box/box-python-sdk/issues/559)) ([#1134](https://github.com/box/box-python-sdk/issues/1134)) ([1106d32](https://github.com/box/box-python-sdk/commit/1106d325973df9704f5102538ac0130bda6e9c38)) +* Support Archive API (box/box-openapi[#563](https://github.com/box/box-python-sdk/issues/563)) ([#1174](https://github.com/box/box-python-sdk/issues/1174)) ([d21ec4d](https://github.com/box/box-python-sdk/commit/d21ec4df82ab43539ff07d306cf304f86bbb0593)) ### [10.0.1](https://github.com/box/box-python-sdk/compare/v10.0.0...v10.0.1) (2025-10-06)