Box iOS SDK 10.0.0
released
Box iOS SDK 10.0.0
released
Introducing Box iOS SDK v10
, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate sdk-gen
branch, v10
will ultimately become the main branch.
Breaking Changes
- This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available here.
What's New in v10
-
Full API Support — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
-
Rapid API Updates — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.
-
Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
-
Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
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 for details. For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.
What’s New Compared to Box Swift SDK Gen v0.6.3
New Features and Enhancements
- Add External User Deletion API (box/box-codegen#550) (
74571fb
) - Add missing webhook events (box/box-openapi#554) (#1048) (
b8bf1ad
) - Retry requests for network errors in Swift (box/box-codegen#820) (#1051) (
ba21450
)
For more details check migration guide from box-swift-sdk-gen
v0
to box-ios-sdk
v10
.
Box Next Generation SDK deprecation
Box Next Generation SDK deprecation
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 seamless addition of new capabilities to existing applications still powered by Box core SDKs, which were maintained manually.
All future development, including new features and updates for the Next Generation SDKs, will be delivered through Box core SDKs starting with version v10
. Currently, v10
is available as a separate branch.
For more information and migration guides, see the SDK versioning strategy document. Follow the developer changelog for future updates.
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.
Box SDKs v10
Box SDKs v10
Introducing Box SDKs v10
, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate branch for each SDK, v10
will ultimately become the main branch.
What's new in v10
:
- Full API support — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
- Rapid API updates — Our new auto-generation approach enables Box API additions within days, ensuring that you can leverage the most up-to-date features without delay.
- Embedded documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
- Enhanced convenience methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
This version includes the Box Next Generation SDK artifact, previously developed in parallel to Box core SDKs. To facilitate migration and provide access to the newest features, we'll soon release an additional major version containing both artifacts.
No immediate action required — If you're using the current SDK version, your existing code will continue to work without changes. However, migrating to v10
includes breaking changes. For more information and migration guides, see the SDK versioning strategy document. Follow the developer changelog for future updates.
Where to get support
Should you have any issues or need further guidance, please post a request to our developer forum for any help needed.
Box Windows SDK v10.0.0
released
Box Windows SDK v10.0.0
released
Introducing Box SDK v10
, a major release designed to elevate your developer experience and streamline integration with Box Content Cloud. Currently available as a separate sdk-gen
branch, v10
will ultimately become the main branch.
Breaking Changes
- This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available here.
What's New in v10
-
Full API Support — Complete coverage of the Box API ecosystem, giving you access to all the latest features and functionalities to build feature-rich applications.
-
Rapid API Updates — Our new auto-generation approach enables Box API additions within days, ensuring you can leverage the most up-to-date features without delay.
-
Embedded Documentation — All objects and parameters are documented directly in the SDK source code, keeping essential information in one place.
-
Enhanced Convenience Methods — New methods for authentication, chunk uploads, automatic retries, retry strategy, and more.
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 for details. For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.
What’s New Compared to Dotnet SDK Gen v1.12.0
⚠ BREAKING CHANGES
- Change names of unions (box/box-openapi#549) (#1007) (
fcef4ec
) - Remove unused models from schemas (box/box-openapi#547) (#999) (
ffcb488
)
Bug Fixes
- Fix
net462
debug build (#1020) (04f8343
) - Rename external user deletion method (box/box-codegen#796) (#1024) (
13928c5
)
New Features and Enhancements
- Add External User Deletion API (box/box-openapi#550) (#1009) (
2178bc8
) - Add missing webhook events (box/box-openapi#554) (#1068) (
7fe3b99
) - Add Net Framework 462 support for
v10
(box/box-codegen#773) (#986) (67366c7
) - Allow injecting custom decryption mechanism for
jwt
(#974) (b877355
)
For more details check migration guide from box-dotnet-sdk-gen
v1
to box-windows-sdk-v2
v10
.
Box TypeScript SDK Generated v1.18.0
released