diff --git a/content/2021/01-15-metadata-query-index-changes.md b/content/2021/01-15-metadata-query-index-changes.md index a5860682..d7bb06e8 100644 --- a/content/2021/01-15-metadata-query-index-changes.md +++ b/content/2021/01-15-metadata-query-index-changes.md @@ -12,7 +12,7 @@ release_source_url: '' # Metadata Query index changes When making file / folder [metadata query][mdq] requests, a -[search index][mdq-index] needs to be created for queries where more than +search index needs to be created for queries where more than 10,000 files / folders are being searched. To improve the efficiency and simplicity of this process, we have changed the @@ -31,17 +31,17 @@ The following was the previous process for creating and using an index for a metadata query request involving 10,000+ files / folders in the search. This is the process being replaced. -* [Contact][mdq-contact] the metadata query team to request an index. +* Contact the metadata query team to request an index. * The metadata query team would create the index and supply back the name of the newly created index. -* When making [metadata query requests][mdq-request] this index name was +* When making metadata query requests this index name was supplied as the value for the `use_index` key in the API request. ## New Indexing Process The following is the new process for creating and using an index. -* [Contact][mdq-contact] the metadata query team to request an index. +* Contact the metadata query team to request an index. The `use_index` key within the metadata query API request has been removed. Instead, the most efficient query will be automatically applied during the @@ -53,7 +53,4 @@ instead the most efficient index will be used. Application owners may safely remove the `use_index` key and value from their metadata query requests at their discretion. -[mdq]: g://metadata/queries/ -[mdq-index]: g://metadata/queries/indexes/ -[mdq-contact]: g://metadata/queries/indexes/#request-an-index -[mdq-request]: g://metadata/queries/indexes/#query-with-an-index +[mdq]: g://metadata/queries/ \ No newline at end of file diff --git a/content/2021/03-25-new-metadata-query-indicies-endpoint.md b/content/2021/03-25-new-metadata-query-indicies-endpoint.md index 6d6d77ed..c61646a5 100644 --- a/content/2021/03-25-new-metadata-query-indicies-endpoint.md +++ b/content/2021/03-25-new-metadata-query-indicies-endpoint.md @@ -21,7 +21,7 @@ metadata attached to them. When performing metadata queries on 10,000 or more files or folders, non-performant queries may produce an `HTTP 403` error. -[Creating a search index][mdq-indices-guide-create] delivers the ability to run +Creating a search index delivers the ability to run these queries at scale to bypass this error state, and are automatically applied during the querying process. @@ -31,7 +31,7 @@ The new endpoint permits the lookup of these created search indices. This release has introduced the following new content and features. -* New [API endpoint][mdq-indices-endpoint] to get a list of metadata query +* New API endpoint to get a list of metadata query indices by scope and template. * New metadata query index [response object][mdq-index-response]. * New metadata query indices [response object][mdq-indices-response]. @@ -40,11 +40,8 @@ This release has introduced the following new content and features. This release includes the following updated content. -* Updated [metadata query indices][mdq-indices-guide] guide to include details +* Updated metadata query indices guide to include details on how to get a list of metadata query indices. -[mdq-indices-guide-create]: g://metadata/queries/indexes/#request-an-index -[mdq-indices-guide]: g://metadata/queries/indexes/#get-list-of-created-indices -[mdq-indices-endpoint]: endpoint://get_metadata_query_indices [mdq-indices-response]: https://developer.box.com/reference/resources/metadata-query-index/ [mdq-index-response]: https://developer.box.com/reference/resources/metadata-query-indices/ \ No newline at end of file diff --git a/content/2023/09-06-box-python-sdk-v390-released.md b/content/2023/09-06-box-python-sdk-v390-released.md new file mode 100644 index 00000000..841ccb6d --- /dev/null +++ b/content/2023/09-06-box-python-sdk-v390-released.md @@ -0,0 +1,33 @@ +--- +applied_at: '2023-09-06' +applies_to: + - sdks + - python +is_impactful: false +is_new_feature: true +release_source_url: 'https://github.com/box/box-python-sdk/releases/tag/v3.9.0' +collapse: true +--- + +# Box Python SDK `v3.9.0` released + +### New Features and Enhancements + +* Support Sign Templates APIs ([#835][1]) ([`fbc783d`][2]) +* Support create sign request with template ID ([#834][3]) ([`4f11d75`][4]) + +### Bug Fixes + +* `ChunkedUploader` Resume Not Closing `ThreadPoolExecutor` Instances ([#840][5]) ([`f210f00`][6]) + +[1]: https://github.com/box/box-python-sdk/issues/835 + +[2]: https://github.com/box/box-python-sdk/commit/fbc783d5af2e75f883f1a0051613c513139f68fb + +[3]: https://github.com/box/box-python-sdk/issues/834 + +[4]: https://github.com/box/box-python-sdk/commit/4f11d7596488194fc740936fe987f42864003d41 + +[5]: https://github.com/box/box-python-sdk/issues/840 + +[6]: https://github.com/box/box-python-sdk/commit/f210f00ad823d7755309f2e8804641e0debf8197