Releases: box/box-windows-sdk-v2
v10.5.0
v6.4.0
v10.4.0
v6.3.0
v10.3.0
v6.2.0
v10.2.0
New Features and Enhancements
- Support Archive API (box/box-codegen#865) (#1266) (bca0473)
- Support GET enterprise configuration API (box/box-openapi#559) (#1198) (426aaed)
- Include
pdbfiles when packing .net root project (box/box-codegen#859) (#1169) (8b7e7c8) - Use generated
RetryStrategyfor retrying requests (box/box-codegen#872) (#1232) (5567fef)
v6.1.0
v6.0.0
Introducing a new major version of Box Windows SDK V2 v6 that includes two namespaces - the manually maintained namespace and the generated namespace. The coexisting namespaces provide easier access to the latest Box API features and support gradual migration to the standalone generated namespace.
Breaking Changes
- With
v6of Box Windows SDK V2, support for .NET 6 has been dropped. We follow the official .NET Release Lifecycle. Since November 12, 2024, .NET 6 is no longer officially supported. While it may still be possible to compile and use this SDK under .NET 6, we do not provide support for issues encountered on that version.
For more information about migrating to v6 visit v5 to v6 migration guide
What's New in v6
With this SDK version, alongside the existing Box.V2 namespace, we're introducing a new Box.Sdk.Gen namespace, which gives you access to:
-
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 allows you to gradually migrate your codebase to the Box.Sdk.Gen namespace. The key differences between the namespaces are documented in the namespace migration guide.
Ultimately, we recommend to migrate to v10 which includes only the generated namespace Box.Sdk.Gen. To migrate from v6 to v10 follow this migration guide.
For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.