From ee529e383f0f3aa87d90196d8d3712291f43cfaf Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Mon, 29 Sep 2025 05:48:59 -0700 Subject: [PATCH 1/4] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index 14def41c6..a15283541 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "d99613e", "specHash": "1ed059a", "version": "10.0.0" } +{ "engineHash": "724276f", "specHash": "1ed059a", "version": "10.0.0" } From de9b262b40ddcf6475c6c6849350ee4a4b235656 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Tue, 30 Sep 2025 07:48:52 -0700 Subject: [PATCH 2/4] chore: Update `.codegen.json` with commit hash of `codegen` and `openapi` spec [skip ci] --- .codegen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codegen.json b/.codegen.json index a15283541..8c3c3a96f 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "724276f", "specHash": "1ed059a", "version": "10.0.0" } +{ "engineHash": "2d4f7db", "specHash": "1ed059a", "version": "10.0.0" } From 2809e9aa3530a4a55a0fc863d6bbdb6541172d60 Mon Sep 17 00:00:00 2001 From: box-sdk-build Date: Tue, 30 Sep 2025 07:51:01 -0700 Subject: [PATCH 3/4] docs: Fix Python migration guide typo (box/box-codegen#849) --- .codegen.json | 2 +- .../from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codegen.json b/.codegen.json index 8c3c3a96f..ab2d2c669 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "2d4f7db", "specHash": "1ed059a", "version": "10.0.0" } +{ "engineHash": "d16c766", "specHash": "1ed059a", "version": "10.0.0" } diff --git a/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md b/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md index afab2bbf3..16da46401 100644 --- a/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md +++ b/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md @@ -1,4 +1,4 @@ -# Migration guide from v1 version of the `box-python-sdk-gen` to the v10 version of the `box-pythom-sdk` +# Migration guide from v1 version of the `box-python-sdk-gen` to the v10 version of the `box-python-sdk` From 95dde08d12b2ec50544512df97875b96bd4317fa Mon Sep 17 00:00:00 2001 From: lsocha Date: Tue, 30 Sep 2025 16:59:10 +0200 Subject: [PATCH 4/4] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bae043a6..953e013ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ Introducing **`Box SDK v10`**, a major release designed to elevate your develope ### Important Notes -This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to `v10` includes breaking changes, please review the [migration guide](https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-v3-to-v10.md) for details. For more information, see the [SDK versioning strategy document](https://developer.box.com/tooling/sdks/sdk-versioning). Follow developer changelog for future updates. +This version includes the Box Next Generation SDK artifact, previously developed in parallel to core Box SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version combining both artifacts. Migration to `v10` includes breaking changes, please review the [migration guide](https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-v3-to-v10.md) for details. For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning). Follow developer changelog for future updates. ---