Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/guides/tooling/sdks/dotnet-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
For more details, see our [SDK versioning strategy document][versioning].

[versioning]: g://tooling/sdks/sdk-versioning
[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/sdk-gen
[migration]: https://github.com/box/box-windows-sdk-v2/blob/sdk-gen/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md
[sdk-branch]: https://github.com/box/box-windows-sdk-v2/tree/main
[migration]: https://github.com/box/box-windows-sdk-v2/blob/main/migration-guides/from-dotnet-sdk-gen-v1-to-box-windows-sdk.md
2 changes: 1 addition & 1 deletion content/guides/tooling/sdks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Refer to [this][android-docs] documentation for more details.

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 additions of new capabilities to existing applications still powered by Box core SDKs, which were maintained manually.

**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.**
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.**

For more details, see our [SDK versioning strategy document][versioning].
</Message>
Expand Down
4 changes: 2 additions & 2 deletions content/guides/tooling/sdks/java-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
For more details, see our [SDK versioning strategy document][versioning].

[versioning]: g://tooling/sdks/sdk-versioning
[sdk-branch]: https://github.com/box/box-java-sdk/tree/sdk-gen
[migration]: https://github.com/box/box-java-sdk/blob/sdk-gen/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md
[sdk-branch]: https://github.com/box/box-java-sdk/tree/main
[migration]: https://github.com/box/box-java-sdk/blob/main/migration-guides/from-box-java-sdk-gen-v0-to-box-java-sdk.md
4 changes: 2 additions & 2 deletions content/guides/tooling/sdks/python-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
For more details, see our [SDK versioning strategy document][versioning].

[versioning]: g://tooling/sdks/sdk-versioning
[migration]: https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md
[sdk-branch]: https://github.com/box/box-python-sdk/tree/sdk-gen
[migration]: https://github.com/box/box-python-sdk/blob/main/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk.md
[sdk-branch]: https://github.com/box/box-python-sdk/tree/main
12 changes: 6 additions & 6 deletions content/guides/tooling/sdks/sdk-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here's what you can expect from generated packages of the Box SDK:

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.

**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.**
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.**

| Repository name | Artifact name | Note |
|------|---------------|--------|
Expand Down Expand Up @@ -123,11 +123,11 @@ Follow detailed migration guides to migrate from the Box Next Generation SDKs to
[python-repo]: https://github.com/box/box-python-sdk
[ios-repo]: https://github.com/box/box-ios-sdk

[java-v10]: https://github.com/box/box-java-sdk/tree/sdk-gen
[ios-v10]: https://github.com/box/box-ios-sdk/tree/sdk-gen
[node-v10]: https://github.com/box/box-node-sdk/tree/sdk-gen
[python-v10]: https://github.com/box/box-python-sdk/tree/sdk-gen
[windows-v10]: https://github.com/box/box-windows-sdk-v2/tree/sdk-gen
[java-v10]: https://github.com/box/box-java-sdk/tree/main
[ios-v10]: https://github.com/box/box-ios-sdk/tree/main
[node-v10]: https://github.com/box/box-node-sdk/tree/main
[python-v10]: https://github.com/box/box-python-sdk/tree/main
[windows-v10]: https://github.com/box/box-windows-sdk-v2/tree/main

[python-combined]: https://github.com/box/box-python-sdk/tree/combined-sdk
[java-combined]: https://github.com/box/box-java-sdk/tree/combined-sdk
Expand Down
4 changes: 2 additions & 2 deletions content/guides/tooling/sdks/swift-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
For more details, see our [SDK versioning strategy document][versioning].

[versioning]: g://tooling/sdks/sdk-versioning
[migration]: https://github.com/box/box-ios-sdk/blob/sdk-gen/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md
[sdk-branch]: https://github.com/box/box-ios-sdk/tree/sdk-gen
[migration]: https://github.com/box/box-ios-sdk/blob/main/migration-guides/from-box-swift-sdk-gen-v0-to-box-ios-sdk.md
[sdk-branch]: https://github.com/box/box-ios-sdk/tree/main
4 changes: 2 additions & 2 deletions content/guides/tooling/sdks/typescript-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Check the [migration guide][migration] to learn how to switch from the Box Next
For more details, see our [SDK versioning strategy document][versioning].

[versioning]: g://tooling/sdks/sdk-versioning
[migration]: https://github.com/box/box-node-sdk/blob/sdk-gen/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk.md
[sdk-branch]: https://github.com/box/box-node-sdk/tree/sdk-gen
[migration]: https://github.com/box/box-node-sdk/blob/main/docs/migration-guides/from-box-typescript-sdk-gen-v1-to-box-node-sdk.md
[sdk-branch]: https://github.com/box/box-node-sdk/tree/main
2 changes: 1 addition & 1 deletion content/pages/sdks-and-tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Refer to [this][android-docs] documentation for more details.

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.

**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs, and it is currently available as a separate branch.**
**All future development, including new features and updates, will be delivered through the Box core SDKs. The standalone generated artifact was introduced in the version `v10` of the Box core SDKs.**

For more details, see our [SDK versioning strategy document][versioning].
</Message>
Expand Down
Loading