Tags: box/box-python-sdk
Tags
* Correct enum value for legal hold policy changes (box/box-openapi[#581 ](#581)) ([#1304](#1304)) ([d51b4ea](d51b4ea)) * add confidence scores for structured extract (box/box-openapi[#582](#582)) ([#1311](#1311)) ([9db7a80](9db7a80)) * add signer language, cancel sign request reason (box/box-openapi[#584](#584)) ([#1331](#1331)) ([fcca2a4](fcca2a4)) * Add watermarking permissions and sources information (box/box-openapi[#579](#579)) ([#1300](#1300)) ([7a2c7e3](7a2c7e3))
* **boxsdkgen:** Correct enum value for legal hold policy changes (bo… …x/box-openapi[#581](#581)) ([#1309](#1309)) ([83f7014](83f7014)) * **boxsdkgen:** add confidence scores for structured extract (box/box-openapi[#582](#582)) ([#1310](#1310)) ([cd3e910](cd3e910)) * **boxsdkgen:** add signer language, cancel sign request reason (box/box-openapi[#584](#584)) ([#1329](#1329)) ([db79b21](db79b21)) * **boxsdkgen:** Add watermarking permissions and sources information (box/box-openapi[#579](#579)) ([#1305](#1305)) ([8b19658](8b19658)) * **boxsdk:** shared network client and token storage ([#1299](#1299)) ([246bac9](246bac9))
* add taxonomy to Metadata Field (read) definition (box/box-openapi[#572 ](#572)) ([#1269](#1269)) ([7bb9bdc](7bb9bdc)) * fix function when there's no header (box/box-codegen[#903](#903)) ([#1244](#1244)) ([d7cc019](d7cc019)) * add Metadata Taxonomies api (box/box-openapi[#569](#569)) ([#1252](#1252)) ([7850463](7850463)) * text input validation for Box Sign (box/box-openapi[#568](#568)) ([#1246](#1246)) ([f99512f](f99512f)) * Treat fields as Optional (box/box-codegen[#906](#906)) ([#1256](#1256)) ([12c05dc](12c05dc))
* **boxsdkgen:** add Metadata Taxonomies api (box/box-openapi[#569](#569 )) ([#1251](#1251)) ([ebda615](ebda615)) * **boxsdkgen:** text input validation for Box Sign (box/box-openapi[#568](#568)) ([#1245](#1245)) ([974e9b3](974e9b3)) * **boxsdkgen:** Treat fields as Optional (box/box-codegen[#906](#906)) ([#1255](#1255)) ([0c9929b](0c9929b)) * **boxsdkgen:** add taxonomy to Metadata Field (read) definition (box/box-openapi[#572](#572)) ([#1267](#1267)) ([d97f493](d97f493)) * **boxsdkgen:** fix RetryAfter function when there's no Retry-After header (box/box-codegen[#903](#903)) ([#1243](#1243)) ([4371cf3](4371cf3))
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.
PreviousNext