Skip to content

Releases: box/box-python-sdk

v10.4.0

11 Feb 12:56
5d3cdfc

Choose a tag to compare

Bug Fixes

  • Correct enum value for legal hold policy changes (box/box-openapi#581) (#1304) (d51b4ea)

New Features and Enhancements

  • add confidence scores for structured extract (box/box-openapi#582) (#1311) (9db7a80)
  • add signer language, cancel sign request reason (box/box-openapi#584) (#1331) (fcca2a4)
  • Add watermarking permissions and sources information (box/box-openapi#579) (#1300) (7a2c7e3)

v4.4.0

11 Feb 12:25
c627f7b

Choose a tag to compare

Bug Fixes:

  • boxsdkgen: Correct enum value for legal hold policy changes (box/box-openapi#581) (#1309) (83f7014)

New Features and Enhancements:

  • boxsdkgen: add confidence scores for structured extract (box/box-openapi#582) (#1310) (cd3e910)
  • boxsdkgen: add signer language, cancel sign request reason (box/box-openapi#584) (#1329) (db79b21)
  • boxsdkgen: Add watermarking permissions and sources information (box/box-openapi#579) (#1305) (8b19658)
  • boxsdk: shared network client and token storage (#1299) (246bac9)

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)