Skip to content

Releases: box/box-python-sdk

v10.0.1

06 Oct 11:03
8931d8e
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug Fixes:

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

Introducing Beta Release: New Generation Python SDK

29 Sep 11:35
1ddf70e
Compare
Choose a tag to compare

We are excited to introduce the latest generation (currently in Beta) of Box Python SDK, designed to elevate the developer experience and streamline your integration with the Box Content Cloud.

With the new generation of Python SDK, you'll have access to:

  • Full API Support: The new generation of Box SDKs empowers developers with complete coverage of the Box API ecosystem. You can now access all the latest features and functionalities offered by Box, allowing you to build even more sophisticated and feature-rich applications.
  • Rapid API Updates: Say goodbye to waiting for new Box APIs to be incorporated into the SDK. With our new auto-generation development approach, we can now add new Box APIs to the SDK at a much faster pace (in a matter of days). This means you can leverage the most up-to-date features in your applications without delay.
  • Embedded Documentation: We understand that easy access to information is crucial for developers. With our new approach, we have included comprehensive documentation for all objects and parameters directly in the source code of the SDK. This means you no longer need to look up this information on the developer portal, saving you time and streamlining your development process.
  • Enhanced Convenience Methods: Our commitment to enhancing your development experience continues with the introduction of convenience methods. These methods cover various aspects such as authentication, chunk uploads, exponential backoffs, automatic retries, type checkers which help to ensure that you’re using variables correctly, and much more.

Embrace the new generation of Box SDKs and unlock the full potential of the Box Content Cloud. Start building innovative solutions faster and more efficiently. Happy coding!