Skip to content

Releases: box/box-windows-sdk-v2

v10.5.0

19 Dec 11:29
ba78dbb

Choose a tag to compare

Bug Fixes

  • add taxonomy to Metadata Field (read) definition (box/box-openapi#572) (#1344) (03aea9b)
  • Fix convert to long in CSharp (box/box-codegen#911) (#1353) (aacee77)

New Features and Enhancements

v6.4.0

19 Dec 10:08
5f80e8b

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: add Metadata Taxonomies api (box/box-openapi#569) (#1329) (5908cf2)
  • boxsdkgen: text input validation for Box Sign (box/box-openapi#568) (#1323) (d094726)
  • boxsdkgen: Treat nullable fields as Optional (box/box-codegen#906) (#1333) (1b61619)

Bug Fixes:

  • boxsdkgen: add taxonomy to Metadata Field (read) definition (box/box-openapi#572) (#1343) (8152df7)
  • boxsdkgen: Fix convert to long in CSharp (box/box-codegen#911) (#1354) (25433e5)

v10.4.0

12 Dec 09:07
ebceca1

Choose a tag to compare

Bug Fixes

  • fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1320) (5030d1c)
  • remove duplicate optional tag (box/box-codegen#898) (#1312) (17b2851)

New Features and Enhancements

  • Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1315) (b4af239)

v6.3.0

12 Dec 08:40
f4bbc01

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1314) (1733727)

Bug Fixes:

  • boxsdkgen: fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1319) (1647641)
  • boxsdkgen: remove duplicate optional tag (box/box-codegen#898) (#1313) (5c3cca9)

v10.3.0

08 Dec 16:42
b84fd94

Choose a tag to compare

Bug Fixes

New Features and Enhancements

v6.2.0

08 Dec 16:06
aae1596

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: Support long polling event for dotnet (box/box-codegen#893) (#1297) (d064e76)
  • boxsdkgen: Support new sign request metadata (box/box-openapi#565) (#1293) (3efe490)

Bug Fixes:

  • boxsdkgen: fix string extension in dotnet (box/box-codegen#899) (#1306) (b97f971)

v10.2.0

19 Nov 15:11
c8667e2

Choose a tag to compare

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 pdb files when packing .net root project (box/box-codegen#859) (#1169) (8b7e7c8)
  • Use generated RetryStrategy for retrying requests (box/box-codegen#872) (#1232) (5567fef)

v6.1.0

19 Nov 13:48
c5e47bd

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: Support Archive API (box/box-codegen#865) (#1270) (307a5d4)
  • boxsdkgen: Support GET enterprise configuration API (box/box-openapi#559) (#1212) (0d97d4d)
  • boxsdkgen: Use generated RetryStrategy for retrying requests (box/box-codegen#872) (#1227) (5b42a3e)

v6.0.0

23 Oct 10:32
9b79175

Choose a tag to compare

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 v6 of 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.

v10.1.0

06 Oct 14:18
ea01976

Choose a tag to compare

Bug Fixes

  • Allow flexible key-value data in AiExtractResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1147) (c41a444)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1156) (8247918)

New Features and Enhancements

  • Handle Dictionary with object values deserialization (box/box-codegen#850) (#1144) (611b474)