Tags: box/box-python-sdk
Tags
Introducing a new major version of Box Python SDK that includes two p… …ackages — the manually maintained package and the generated package. The coexisting packages provide easier access to the latest Box API features and support gradual migration to the standalone generated namespace. - of Box Python SDK supports Python versions: 3.8+. Compared to , Python 3.6 and 3.7 are no longer supported. For more information about migrating to v4 visit [v3 to v4 migration guide](https://github.com/box/box-python-sdk/blob/combined-sdk/migration-guides/from-v3-to-v4.md) With this SDK version, alongside the existing package, we’re introducing a new 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. This version allows you to gradually migrate your codebase to the package. The key differences between the packages are documented in the [package migration guide](https://github.com/box/box-python-sdk/blob/combined-sdk/migration-guides/from-boxsdk-to-box_sdk_gen.md). Ultimately, we recommend to migrate to which includes only the generated package. To migrate from to follow this [migration guide](https://github.com/box/box-python-sdk/blob/combined-sdk/migration-guides/from-v4-to-v10.md). For more information, see the [SDK versioning strategy document](https://developer.box.com/guides/tooling/sdks/sdk-versioning/). Follow developer changelog for future updates.
Introducing ****, a major release designed to elevate your developer … …experience and streamline integration with Box Content Cloud. Currently available as a separate [](https://github.com/box/box-python-sdk/tree/sdk-gen) branch, will ultimately become the main branch. - This SDK version is auto-generated and introduces a new interface for all methods. Extensive documentation is available [here](https://github.com/box/box-python-sdk/tree/sdk-gen/docs). - **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. 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 includes breaking changes, please review the [migration guide](https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-v3-to-v10.md) for details. For more information, see the [SDK versioning strategy document](https://developer.box.com/tooling/sdks/sdk-versioning). Follow developer changelog for future updates. --- * Add External User Deletion API (box/box-openapi[#550](#550)) ([#941](#941)) ([a80ad85](a80ad85)) * Add missing webhook events (box/box-openapi[#554](#554)) ([#988](#988)) ([575ce0b](575ce0b)) * Change names of unions (box/box-codegen[#789](#789)) ([#939](#939)) ([cf2b1d5](cf2b1d5)) * Remove unused models from schemas (box/box-openapi[#547](#547)) ([#932](#932)) ([6ef6d63](6ef6d63)), closes [box/box-openapi#542](box/box-openapi#542) [box/box-openapi#544](box/box-openapi#544) [box/box-codegen#781](box/box-codegen#781) [box/box-openapi#545](box/box-openapi#545) For more details check [migration guide](https://github.com/box/box-python-sdk/blob/sdk-gen/migration-guides/from-box-python-sdk-gen-v1-to-box-python-sdk-v10.md) from to .
* Transition to stable status ([#872](#872)) ([6203606](6203606)) * Change exception type for missing location header ([#871](#871)) ([8c5e0ec](8c5e0ec)) * fix annnotation of oauths access_token ([#855](#855)) ([804780e](804780e)) * Fix retention policy integration test ([#867](#867)) ([8e0d640](8e0d640)) * Remove delete classification ([#861](#861)) ([393cfef](393cfef)) * Update exception file get download URL ([#866](#866)) ([94dcbcd](94dcbcd))
PreviousNext