Skip to content

Commit

Permalink
Merge branch 'main' into box/box-node-sdk/v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Nov 16, 2023
2 parents 3f73e9b + dcd30d5 commit f5770f9
Show file tree
Hide file tree
Showing 9 changed files with 157 additions and 15 deletions.
5 changes: 4 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,7 @@ ci
css
deps
uaa-integration
readme
readme
accessors
verifier
hostname
13 changes: 5 additions & 8 deletions content/2021/01-15-metadata-query-index-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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/
9 changes: 3 additions & 6 deletions content/2021/03-25-new-metadata-query-indicies-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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].
Expand All @@ -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/
33 changes: 33 additions & 0 deletions content/2023/09-06-box-python-sdk-v390-released.md
Original file line number Diff line number Diff line change
@@ -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
33 changes: 33 additions & 0 deletions content/2023/09-29-box-java-sdk-v460-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
applied_at: '2023-09-29'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.6.0'
collapse: true
---

# Box Java SDK `v4.6.0` released

### New Features and Enhancements

* Support search deleted filters ([#1207][1]) ([`5e0e9ed`][2])

### Bug Fixes

* Added protected accessors for trust manager and hostname verifier. ([#1206][3]) ([`0c79d17`][4])
* fix not closing response body ([#1208][5]) ([`ab5e170`][6])

[1]: https://github.com/box/box-java-sdk/issues/1207

[2]: https://github.com/box/box-java-sdk/commit/5e0e9ed9aea2818da6fba0d562b56987c4948aaa

[3]: https://github.com/box/box-java-sdk/issues/1206

[4]: https://github.com/box/box-java-sdk/commit/0c79d1754bffeb3f0487e10d55d716ba1cbed1aa

[5]: https://github.com/box/box-java-sdk/issues/1208

[6]: https://github.com/box/box-java-sdk/commit/ab5e1702934607b258802b33f3663af3e9c56027
20 changes: 20 additions & 0 deletions content/2023/11-02-box-java-sdk-v461-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
applied_at: '2023-11-02'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.6.1'
collapse: true
---

# Box Java SDK `v4.6.1` released

### Dependency Upgrades

* Bumped `org.bitbucket.b_c:jose4j:0.9.3` ([#1212][1]) ([`f522a56`][2])

[1]: https://github.com/box/box-java-sdk/issues/1212

[2]: https://github.com/box/box-java-sdk/commit/f522a5660f3522b11a0516774ba0cca69db3ec31
20 changes: 20 additions & 0 deletions content/2023/11-03-box-node-sdk-v340-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
applied_at: '2023-11-03'
applies_to:
- sdks
- node
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-node-sdk/releases/tag/v3.4.0'
collapse: true
---

# Box Node SDK `v3.4.0` released

### New Features and Enhancements

* Add request option to skip `PassThrough` ([#863][1]) ([`726db45`][2])

[1]: https://github.com/box/box-node-sdk/issues/863

[2]: https://github.com/box/box-node-sdk/commit/726db45cfbb992e545fe2865283df63c898656ac
20 changes: 20 additions & 0 deletions content/2023/11-03-box-node-sdk-v341-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
applied_at: '2023-11-03'
applies_to:
- sdks
- node
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-node-sdk/releases/tag/v3.4.1'
collapse: true
---

# Box Node SDK `v3.4.1` released

### Bug Fixes

* Update `proxy-agent` usage, drop support Node 12 ([#865][1]) ([`e229d3f`][2])

[1]: https://github.com/box/box-node-sdk/issues/865

[2]: https://github.com/box/box-node-sdk/commit/e229d3f93de350c00768528a1c0d3a6ecfc697a9
19 changes: 19 additions & 0 deletions content/2023/11-06-box-cli-v3121-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
applied_at: '2023-11-06'
applies_to:
- cli
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/boxcli/releases/tag/v3.12.1'
collapse: true
---

# Box CLI `v3.12.1` released

### Bug Fixes

* force offset based pagination in get users ([#504][1]) ([`9bed083`][2])

[1]: https://github.com/box/boxcli/issues/504

[2]: https://github.com/box/boxcli/commit/9bed083d59b2386d045619fdf2f3ea915e44d231

0 comments on commit f5770f9

Please sign in to comment.