You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/dotnet-gen.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,21 @@ alias_paths: []
14
14
# Deprecated .NET SDK
15
15
16
16
<Messagetype='warning'>
17
-
In mid-August, we will be deprecating the Box Next Gen SDKs in its current form. **Don’t worry, your existing code will continue to work without changes**.
17
+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
18
18
19
-
To learn more visit our SDK [versioning strategy document][versioning]
20
-
</Message>
19
+
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDK with no impact, but you won't receive new features, updates, or bug fixes.
20
+
21
+
All future development, including new features and updates for Next Generation SDKs, will now be delivered through Box core SDKs starting with version `v10`.
22
+
23
+
For more details, see our [SDK versioning strategy document][versioning].
24
+
</Message
21
25
22
26
You can use Box .NET SDK to call Box APIs in a .NET
23
27
project.
24
28
25
29
The SDK is available for both .NET Framework 4.5 and .NET Core 1.0 or
26
30
above. The installation of the SDK depends on the framework used.
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/index.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ alias_paths:
10
10
- /docs/community-supported-projects
11
11
---
12
12
13
-
# SDKs
13
+
# Box SDKs
14
14
15
15
Box offers a set of SDKs
16
16
you can use to build your application.
@@ -30,7 +30,7 @@ with partial API parity lack some functionality while we work on bringing
30
30
these projects to full parity.
31
31
</Message>
32
32
33
-
The table lists legacy Box SDKs that you can use when building your
33
+
The table lists Box SDKs that you can use when building your
34
34
applications. For latest API support and features, use the next
35
35
generation SDKs.
36
36
@@ -56,18 +56,18 @@ build apps on Android.
56
56
Refer to [this][android-docs] documentation for more details.
57
57
</Message>
58
58
59
-
## Next generation SDKs
59
+
## Next Generation SDKs
60
60
61
61
<Messagetype='warning'>
62
-
In mid-August, we will be deprecating the Box Next Gen SDKs in its current form. **Don’t worry, your existing code will continue to work without changes**.
62
+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
63
63
64
-
## Why we are making this change
64
+
Don't worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDK with no impact, but you won't receive new features, updates, or bug fixes.
65
65
66
-
In keeping with industry best practices, we are consolidating the Next Gen and legacy SDKs into a single package. This makes migration efforts much easier and allows you to seamlessly add new capabilities to existing applications still powered by the legacy SDKs.
66
+
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.
67
67
68
-
Ultimately, the Next Generation SDKs will replace the current legacy SDKs as the latest major version release.
68
+
Box Next Generation SDKs are now available as the latest major version release (`v10`) of Box core SDKs.
69
69
70
-
To learn more visit our SDK [versioning strategy document][versioning]
70
+
For more details, see our [SDK versioning strategy document][versioning].
71
71
</Message>
72
72
73
73
The latest generation Box Python SDK, Box TypeScript
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/python-gen.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,13 @@ alias_paths: []
14
14
# Deprecated Python SDK
15
15
16
16
<Messagetype='warning'>
17
-
In mid-August, we will be deprecating the Box Next Gen SDKs in its current form. **Don’t worry, your existing code will continue to work without changes**.
17
+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
18
18
19
-
To learn more visit our SDK [versioning strategy document][versioning]
19
+
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDK with no impact, but you won't receive new features, updates, or bug fixes.
20
+
21
+
All future development, including new features and updates for Next Generation SDKs, will now be delivered through Box core SDKs starting with version `v10`.
22
+
23
+
For more details, see our [SDK versioning strategy document][versioning].
20
24
</Message>
21
25
22
26
You can use the **auto-generated** Box Python SDK to call Box APIs in a Python project.
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/sdk-versioning.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,48 +13,48 @@ alias_paths: []
13
13
14
14
# Box SDK versioning strategy
15
15
16
-
In mid-August, we will be deprecating the Box Next Gen SDKs in its current form. Don’t worry, your existing code will continue to work without changes.
16
+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
17
+
18
+
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDK with no impact, but you won't receive new features, updates, or bug fixes.
17
19
18
20
## Why we are making this change
19
21
20
-
In keeping with industry best practices, we are consolidating the Next Gen and legacy SDKs into a single package. This makes migration efforts much easier and allows you to seamlessly add new capabilities to existing applications still powered by the legacy SDKs.
22
+
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 seamless addition of new capabilities to existing applications still powered by Box core SDKs, which were maintained manually.
21
23
22
-
Ultimately, the Next Generation SDKs will replace the current legacy SDKs as the latest major version release.
24
+
All future development, including new features and updates for Next Generation SDKs, will now be delivered through Box core SDKs starting with version `v10`.
23
25
24
26
## How it will work
25
27
26
-
Currently, the legacy SDKs and the Next Gen SDKs are separate libraries. Going forward, two new major versions will be available within the legacy SDK artifact:
28
+
Box core SDKs and Box Next Generation SDKs were created as separate libraries. Going forward, within the Box core SDK artifacts will include:
27
29
28
-
-`(n+1)` major version that includes legacy SDK and Next Gen SDK artifacts. This version enables you to leverage coexisting artifacts at the same time, and serve as a transition phase.
29
-
-`v10.0.0` version that includes only the Next Gen SDK artifact.
30
+
-`(n+1)` major version will include manually maintained **Box core SDK and Box Next Generation SDK artifacts**. This version enables leveraging coexisting artifacts at the same time, and serve as a transition phase.
31
+
-`v10.0.0` version includes **only the Box Next Generation SDK artifact**.
30
32
31
33
## How to decide
32
34
33
-
1. If you are writing a new application, use the latest major release of the SDK package.
34
-
2. If you have an existing application relying on the **Next Gen SDK** and you wish to further develop your project, replace the name of this library in the package manager with the latest major release of the legacy SDK package (`v10.0.0`). Most SDKs object imports persist the same and your code will work as-is; only the TypeScript SDK requires additional steps for migrating.
35
-
3. If you have an existing application relying on the **legacy SDK** and you wish to further develop your project, once released, bump the library version by one major release. See the table above, for detailed breakdown of recommended versions.
35
+
1. If you are creating a new application, use `v10`of the Box core SDK package.
36
+
2. If you have an existing application relying on the **Box Next Generation SDK** and you wish to further develop your project, replace the name of this library in the package manager with the Box core SDK package (`v10.0.0`). Most SDKs object imports persist the same and your code will work as-is; only the TypeScript SDK requires additional steps for migrating.
37
+
3. If you have an existing application relying on **Box core SDK** and you wish to further develop your project, once released, bump the library version by one major release. See the table above, for detailed breakdown of recommended versions.
36
38
4. If you have an existing application that you don’t plan to change, ensure your package manager includes the version of SDK you are using to prevent an accidental rebuild that pulls in a version you aren’t expecting.
37
39
38
40
## Versioning overview
39
41
40
42
### Box SDK versions and artifacts
41
43
42
-
| SDK Package Name | Current latest version |Combined legacy and Next Gen artifacts |Next Gen SDK artifact |
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/swift-gen.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@ alias_paths: []
12
12
# Deprecated Swift SDK
13
13
14
14
<Messagetype='warning'>
15
-
In mid-August, we will be deprecating the Box Next Gen SDKs in its current form. **Don’t worry, your existing code will continue to work without changes**.
15
+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
16
16
17
-
To learn more visit our SDK [versioning strategy document][versioning]
18
-
</Message>
17
+
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDK with no impact, but you won't receive new features, updates, or bug fixes.
18
+
19
+
All future development, including new features and updates for Next Generation SDKs, will now be delivered through Box core SDKs starting with version `v10`.
20
+
21
+
For more details, see our [SDK versioning strategy document][versioning].
22
+
</Message
19
23
20
24
You can use Box Swift SDK to call Box APIs in a Swift
21
25
project.
22
26
23
-
<Messagetype='notice'>
24
-
Swift SDK is in a Public Beta phase.
25
-
</Message>
26
-
27
27
## Swift Package Manager
28
28
29
29
[Swift Package Manager][spm] is a tool for managing the distribution of Swift code. It is integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
Copy file name to clipboardExpand all lines: content/guides/tooling/sdks/typescript-gen.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,14 @@ alias_paths: []
14
14
# Deprecated TypeScript SDK
15
15
16
16
<Messagetype='warning'>
17
-
In mid-August, we will be deprecating the Box Next Gen SDKs in its current form. **Don’t worry, your existing code will continue to work without changes**.
17
+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
18
18
19
-
To learn more visit our SDK [versioning strategy document][versioning]
20
-
</Message>
19
+
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDK with no impact, but you won't receive new features, updates, or bug fixes.
20
+
21
+
All future development, including new features and updates for Next Generation SDKs, will now be delivered through Box core SDKs starting with version `v10`.
22
+
23
+
For more details, see our [SDK versioning strategy document][versioning].
24
+
</Message
21
25
22
26
You can use the **auto-generated** Box TypeScript SDK to call Box APIs in a TypeScript project.
23
27
This [next generation SDK][next-gen] brings along new functionality to designed to elevate the developer experience and streamline your integration with the Box Content Cloud.
Copy file name to clipboardExpand all lines: content/pages/sdks-and-tools/index.md
+8-15Lines changed: 8 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ these projects to full parity.
36
36
37
37
### SDKs
38
38
39
-
The table lists legacy Box SDKs that you can use when building your
39
+
The table lists Box SDKs that you can use when building your
40
40
applications. For latest API support and features, use the next
41
41
generation SDKs.
42
42
@@ -62,26 +62,19 @@ recommend using Java SDK to build apps on Android.
62
62
Refer to [this][android-docs] documentation for more details.
63
63
</Message>
64
64
65
-
### Next generation SDKs
65
+
### Next Generation SDKs
66
66
67
67
<Messagetype='warning'>
68
-
In mid-August, we will be deprecating the Box Next Gen SDKs in its current form. **Don’t worry, your existing code will continue to work without changes**.
68
+
As of September 17, 2025 Box Next Generation SDKs are no longer supported as separate artifacts.
69
69
70
-
## Why we are making this change
70
+
Don’t worry, your existing code will continue to work without changes. You can still use your applications based on Box Next Generation SDK with no impact, but you won't receive new features, updates, or bug fixes.
71
71
72
-
In keeping with industry best practices, we are consolidating the Next Gen and legacy SDKs into a single package. This makes migration efforts much easier and allows you to seamlessly add new capabilities to existing applications still powered by the legacy SDKs.
72
+
All future development, including new features and updates for Next Generation SDKs, will now be delivered through Box core SDKs starting with version `v10`.
73
73
74
-
Ultimately, the Next Generation SDKs will replace the current legacy SDKs as the latest major version release.
74
+
For more details, see our [SDK versioning strategy document][versioning].
75
+
</Message
75
76
76
-
To learn more visit our SDK [versioning strategy document][versioning]
77
-
</Message>
78
-
79
-
The latest generation Box Python SDK, Box TypeScript
80
-
SDK, .NET SDK, and Swift SDK are designed to elevate the developer
81
-
experience and streamline your integration
82
-
with the Box Content Cloud.
83
-
84
-
Here's what you can expect from the new SDKs:
77
+
Here's what you can expect from generated SDKs:
85
78
86
79
-**Full API Support**: New Box SDKs empower developers with complete coverage of the Box API ecosystem. You can access all the latest features and functionalities offered by Box and build feature-rich applications.
87
80
-**Rapid API Updates**: The new auto-generation development approach allows for adding Box APIs to SDKs at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay.
0 commit comments