Skip to content

Releases: box/box-python-sdk

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)

v3.13.0

22 Aug 14:20
f351590

Choose a tag to compare

New Features and Enhancements:

  • Add support for get AI agent default (#883) (c1010e0)

v3.12.0

06 Aug 08:10
cc6b0cc

Choose a tag to compare

New Features and Enhancements:

  • add create sign request function with different required parameters (#878) (d972f54)
  • Support Box AI features (#877) (3026d2a)

v3.11.0

07 Jun 13:05
6c45394

Choose a tag to compare

New Features and Enhancements:

  • Use upload session urls for chunk upload (#875) (c67b03c)

v3.10.0

22 May 09:29
5a7c767

Choose a tag to compare

New Features and Enhancements:

Bug Fixes:

  • Change exception type for missing location header (#871) (8c5e0ec)
  • fix annnotation of oauths access_token (#855) (804780e)
  • Fix retention policy integration test (#867) (8e0d640)
  • Remove delete classification (#861) (393cfef)
  • Update exception file get download URL (#866) (94dcbcd)

v3.9.2

18 Oct 15:30
3d00d74

Choose a tag to compare

Bug Fixes:

  • Remove restriction to version <2 of urllib3 library (#851) (1dcd82e)

v3.9.1

14 Sep 12:12
1ddf70e

Choose a tag to compare

Bug Fixes:

  • do not retry creating a ZIP when response code is 202 (#845) (3f6ed4e), closes #844