Skip to content

Commit 1c69a80

Browse files
docs: add security clause to deprecation notice, change badges to stable (box/box-codegen#844) (#729)
1 parent 407284e commit 1c69a80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "0271743", "specHash": "ae77fe0", "version": "1.17.0" }
1+
{ "engineHash": "d99613e", "specHash": "ae77fe0", "version": "1.17.0" }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
# Deprecation notice
66

7-
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts. Don't worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes. In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows to seamlessly add new capabilities to existing applications still powered by the manually maintained Box core SDKs. Box Next Generation SDKs are available as the latest major version release (`v10`) of Box core SDKs. Currently, it’s available as a separate [branch](https://github.com/box/box-python-sdk/tree/sdk-gen).
7+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts. Don't worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDKs with no impact, but you won't receive new features, updates, or bug fixes. We will be still providing patches for security vulnerabilities until version 4 (containing both boxsdk and box_sdk_gen packages) of [box-python-sdk](https://github.com/box/box-python-sdk) is released. In keeping with industry best practices, we are consolidating the Box Next Generation SDKs and Box core SDKs into a single package for each programming language. This makes migration efforts much easier and allows to seamlessly add new capabilities to existing applications still powered by the manually maintained Box core SDKs. Box Next Generation SDKs are available as the latest major version release (`v10`) of Box core SDKs. Currently, it’s available as a separate [branch](https://github.com/box/box-python-sdk/tree/sdk-gen).
88

99
For more details, see our [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/).
1010

1111
# Box Python SDK Gen
1212

13-
[![Project Status](http://opensource.box.com/badges/deprecated.svg)](http://opensource.box.com/badges)
13+
[![Project Status](http://opensource.box.com/badges/stable.svg)](http://opensource.box.com/badges)
1414
![build](https://github.com/box/box-python-sdk-gen/actions/workflows/build.yml/badge.svg)
1515
[![PyPI version](https://badge.fury.io/py/box-sdk-gen.svg)](https://badge.fury.io/py/box-sdk-gen)
1616
[![image](https://img.shields.io/pypi/dm/box-sdk-gen.svg)](https://pypi.python.org/pypi/box-sdk-gen)

0 commit comments

Comments
 (0)