Releases: box/box-python-sdk
v10.0.1
v10.0.0
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
-
Add External User Deletion API (box/box-openapi#550) (#941) (a80ad85)
-
Add missing webhook events (box/box-openapi#554) (#988) (575ce0b)
-
Change names of unions (box/box-codegen#789) (#939) (cf2b1d5)
-
Remove unused models from schemas (box/box-openapi#547) (#932) (6ef6d63), closes box/box-openapi#542 box/box-openapi#544 box/box-codegen#781 box/box-openapi#545
For more details check migration guide from box-python-sdk-gen
v1
to box-python-sdk
v10
.
v3.14.0
v3.13.0
v3.12.0
v3.11.0
v3.10.0
New Features and Enhancements:
Bug Fixes:
v3.9.2
v3.9.1
Introducing Beta Release: New Generation Python SDK
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!