Skip to content

Releases: box/box-python-sdk

v10.3.0

19 Dec 11:31
360b840

Choose a tag to compare

Bug Fixes

  • add taxonomy to Metadata Field (read) definition (box/box-openapi#572) (#1269) (7bb9bdc)
  • fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1244) (d7cc019)

New Features and Enhancements

v4.3.0

19 Dec 09:57
9b53d46

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: add Metadata Taxonomies api (box/box-openapi#569) (#1251) (ebda615)
  • boxsdkgen: text input validation for Box Sign (box/box-openapi#568) (#1245) (974e9b3)
  • boxsdkgen: Treat nullable fields as Optional (box/box-codegen#906) (#1255) (0c9929b)

Bug Fixes:

  • boxsdkgen: add taxonomy to Metadata Field (read) definition (box/box-openapi#572) (#1267) (d97f493)
  • boxsdkgen: fix RetryAfter function when there's no Retry-After header (box/box-codegen#903) (#1243) (4371cf3)

v10.2.0

10 Dec 13:51
ed11cf4

Choose a tag to compare

New Features and Enhancements

  • Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1238) (66267ba)
  • Support new sign request metadata (box/box-openapi#565) (#1222) (6c3d332)

v4.2.0

10 Dec 13:42
b436a92

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: Remove confidence_score and include_confidence_score from AI extract (box/box-openapi#567) (#1237) (2ac9408)
  • boxsdkgen: Support new sign request metadata (box/box-openapi#565) (#1221) (56a93ac)

v10.1.0

19 Nov 11:32
2c21df9

Choose a tag to compare

New Features and Enhancements

v4.1.0

19 Nov 11:01
35580f2

Choose a tag to compare

New Features and Enhancements:

  • boxsdkgen: Support GET enterprise configuration API (box/box-openapi#559) (#1144) (355ad8f)
  • boxsdkgen: Support Archive API (box/box-openapi#563) (#1173) (5560ee6)

v4.0.0

23 Oct 11:07
d2dd841

Choose a tag to compare

Introducing a new major version of Box Python SDK v4 that includes two packages — the manually maintained boxsdk package and the generated box_sdk_gen package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated namespace.

Breaking Changes

  • v4 of Box Python SDK supports Python versions: 3.8+. Compared to v3, Python 3.6 and 3.7 are no longer supported.

For more information about migrating to v4 visit v3 to v4 migration guide

What's New in v4

With this SDK version, alongside the existing boxsdk package, we’re introducing a new box_sdk_gen package, 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 package. The key differences between the packages are documented in the package migration guide.

Ultimately, we recommend to migrate to v10 which includes only the generated box_sdk_gen package. To migrate from v4 to v10 follow this migration guide.

For more information, see the SDK versioning strategy document. Follow developer changelog for future updates.

v10.0.1

06 Oct 11:03
8931d8e

Choose a tag to compare

Bug Fixes

  • Allow flexible key-value data in AiExtractStructuredResponse.answer and Event.additionalDetails (box/box-openapi#556) (#1084) (f63cffe)
  • Make role parameter of update collaboration optional (box/box-openapi#557) (#1093) (5c21907)

v10.0.0

17 Sep 14:19
5734344

Choose a tag to compare

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 Python SDK Gen v1.17.0

New Features and Enhancements

For more details check migration guide from box-python-sdk-gen v1 to box-python-sdk v10.

v3.14.0

09 Apr 15:07
0b03bc5

Choose a tag to compare

New Features and Enhancements:

  • Add stream_file_content parameter to upload methods (#890) (0e63c00)