Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/semver-5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bszwarc authored Nov 16, 2023
2 parents e64d6d4 + 83040c3 commit 772e230
Show file tree
Hide file tree
Showing 43 changed files with 932 additions and 20 deletions.
6 changes: 5 additions & 1 deletion .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,8 @@ clickjacking
ci
css
deps
uaa-integration
uaa-integration
readme
accessors
verifier
hostname
5 changes: 4 additions & 1 deletion code/src/scripts/new-release-from-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ const run = async () => {
`salesforce`,
`ios`,
`android`,
`sdks`
`sdks`,
`guides`
`frontend`
`ui-elements`
],
validate: (list) => list.length > 0
},
Expand Down
5 changes: 4 additions & 1 deletion code/src/tests/checkFrontmatter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ files.forEach(source => {
'postman',
'salesforce',
'reports',
'other'
'guides',
'other',
'frontend',
'ui-elements'
])
})
})
Expand Down
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/
42 changes: 42 additions & 0 deletions content/2023/07-12-box-ui-elements-v1810-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
applied_at: '2023-07-12'
applies_to:
- frontend
- ui-elements
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-ui-elements/releases/tag/v18.1.0'
collapse: true
---

# Box UI Elements `v18.1.0` released

# [18.1.0][1] (2023-07-12)

### Bug Fixes

* **content-picker:** check share permission for default shared links ([#3371][2]) ([`2bb1ddb`][3])
* **i18n:** update translations ([#3372][4]) ([`f01fd6d`][5])
* **readme:** fix `langauge` typo ([#3373][6]) ([`50e7fe0`][7])

### Features

* **uaa-integration:** Filter activity types for UAA ([#3369][8]) ([`b9d196f`][9])

[1]: https://github.com/box/box-ui-elements/compare/v18.0.0...v18.1.0

[2]: https://github.com/box/box-ui-elements/issues/3371

[3]: https://github.com/box/box-ui-elements/commit/2bb1ddb

[4]: https://github.com/box/box-ui-elements/issues/3372

[5]: https://github.com/box/box-ui-elements/commit/f01fd6d

[6]: https://github.com/box/box-ui-elements/issues/3373

[7]: https://github.com/box/box-ui-elements/commit/50e7fe0

[8]: https://github.com/box/box-ui-elements/issues/3369

[9]: https://github.com/box/box-ui-elements/commit/b9d196f
27 changes: 27 additions & 0 deletions content/2023/07-12-sign-request-status.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
applied_at: "2023-07-12"
applies_to:
- api
is_impactful: false
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ''
---

# Sign Request API improvements

[Sign Request status][1] parameter now has two additional values:

* `finalizing` to reflect the state when all signers have signed the request, but the final document with signatures and the signing log has not been generated yet.
* `error_finalizing` to reflect the state when the `finalizing` phase did not complete successfully.

<!-- more -->

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][2] for any help needed.


[1]: r://sign-request#param-status
[2]: https://forum.box.com/
18 changes: 18 additions & 0 deletions content/2023/07-19-box-cli-v391-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
applied_at: '2023-07-19'
applies_to:
- cli
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/boxcli/releases/tag/v3.9.1'
collapse: true
---

# Box CLI `v3.9.1` released

### New Features and Enhancements

* Bump version of `box-node-sdk` and `csv` libraries ([483][1]) ([`fecb04b`][2])

[1]: (https://github.com/box/boxcli/pull/483)
[2]: (https://github.com/box/boxcli/pull/483/commits/fecb04b635980baf37a7fefc8860b5e07b0bc4e6)
19 changes: 19 additions & 0 deletions content/2023/07-19-box-node-sdk-v311-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
applied_at: '2023-07-19'
applies_to:
- sdks
- node
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-node-sdk/releases/tag/v3.1.1'
collapse: true
---

# Box Node SDK `v3.1.1` released

### New Features and Enhancements

* Bump proxy-agent to version 6.3.0 ([845][1]) ([`3f89f83`][2])

[1]: (https://github.com/box/box-node-sdk/pull/845)
[2]: (https://github.com/box/box-node-sdk/commit/3f89f83e939de5c1e6e48abbfb56212b56e70526)
24 changes: 24 additions & 0 deletions content/2023/07-25-JWT-access-group-access.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
applied_at: "2023-07-26"
applies_to:
- guides
is_impactful: false
is_new_feature: true
collapse: true
show_excerpt: true
release_source_url: ''
---

# Improvements in App Access Level for JWT authentication

You can now ensure access to enterprise Managed Users **and groups** that were not created by [apps authenticated with JWT][1]. To do so, set **App Access Level** to **App + Enterprise Access** in the **Configuration** tab of the Developer console.

<!-- more -->

## Where to get support

Should you have any issues or need further guidance, please post a request to our [developer forum][2] for any help needed.


[1]: g://authentication/jwt/jwt-setup
[2]: https://forum.box.com/
20 changes: 20 additions & 0 deletions content/2023/07-25-box-python-sdk-v380-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
applied_at: '2023-07-25'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-python-sdk/releases/tag/v3.8.0'
collapse: true
---

# Box Python SDK `v3.8.0` released

### New Features and Enhancements

* Support updating all fields of `collaboration` ([#829][1]) ([`6dc7ecc`][2])

[1]: https://github.com/box/box-python-sdk/issues/829

[2]: https://github.com/box/box-python-sdk/commit/6dc7ecc6f9c94e7531c4147a3645927b85928b2c
20 changes: 20 additions & 0 deletions content/2023/08-01-box-python-sdk-v381-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
applied_at: '2023-08-01'
applies_to:
- sdks
- python
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-python-sdk/releases/tag/v3.8.1'
collapse: true
---

# Box Python SDK `v3.8.1` released

### Bug Fixes

* Fix JSON response validation retry strategy ([#831][1]) ([`69834eb`][2])

[1]: https://github.com/box/box-python-sdk/issues/831

[2]: https://github.com/box/box-python-sdk/commit/69834eb4c91a5aa4bc294a9fa49ecf753979d029
24 changes: 24 additions & 0 deletions content/2023/08-03-box-java-sdk-v421-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
applied_at: '2023-08-03'
applies_to:
- sdks
- java
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/box-java-sdk/releases/tag/v4.2.1'
collapse: true
---

# Box Java SDK `v4.2.1` released

### Bug Fixes

* Fixed upload when data are coming from a dynamic source ([#1189][1]) ([`77b39f2`][2]), closes [#1183][3] [#1190][4]

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

[2]: https://github.com/box/box-java-sdk/commit/77b39f2645d53bdab0ade23b637c211ea070fcf5

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

[4]: https://github.com/box/box-java-sdk/issues/1190
19 changes: 19 additions & 0 deletions content/2023/08-08-box-cli-v392-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
applied_at: '2023-08-08'
applies_to:
- cli
is_impactful: false
is_new_feature: false
release_source_url: 'https://github.com/box/boxcli/releases/tag/v3.9.2'
collapse: true
---

# Box CLI `v3.9.2` released

### Bug Fixes

* Fix escaped slashes when passing an input to command ([#486][1]) ([`7670210`][2])

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

[2]: https://github.com/box/boxcli/commit/7670210ffb5c38cef8dd153e823029d5237080b6
39 changes: 39 additions & 0 deletions content/2023/08-08-box-ios-sdk-v550-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
applied_at: '2023-08-08'
applies_to:
- sdks
- ios
- mobile
is_impactful: false
is_new_feature: true
release_source_url: 'https://github.com/box/box-ios-sdk/releases/tag/v5.5.0'
collapse: true
---

# Box iOS SDK `v5.5.0` released

### New Features and Enhancements

* Add missing values in `SignRequestSignerInputContentType` and `SignRequestStatus` along with the tests ([#907][1]) ([`56a8250`][2])

### Bug Fixes

* Identify iPhone Simulator on Apple Silicon ([#902][3]) ([`7731a7f`][4])
* Make code compatible with macOS. ([#900][5]) ([`3b0016e`][6])
* Remove use of deprecated string scanner API. ([#901][7]) ([`af5f0e5`][8])

[1]: https://github.com/box/box-ios-sdk/issues/907

[2]: https://github.com/box/box-ios-sdk/commit/56a82500c0abe648825d8300979601a25f792c84

[3]: https://github.com/box/box-ios-sdk/issues/902

[4]: https://github.com/box/box-ios-sdk/commit/7731a7f434add74e163a76511fe1e2a3f26517f7

[5]: https://github.com/box/box-ios-sdk/issues/900

[6]: https://github.com/box/box-ios-sdk/commit/3b0016e44e674db0ea429273c03e5a29177372bf

[7]: https://github.com/box/box-ios-sdk/issues/901

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

# Box Java SDK `v4.3.0` released

### New Features and Enhancements

* Support access only collaboration ([#1193][1]) ([`664c01f`][2])

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

[2]: https://github.com/box/box-java-sdk/commit/664c01f80ca0647645c60920eb0ef1f9353a619f
Loading

0 comments on commit 772e230

Please sign in to comment.