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
.