Skip to content

Commit 96b49d5

Browse files
author
Matt Willer
authored
Update CHANGELOG for v2.2.0 release (#143)
1 parent 7ac5563 commit 96b49d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.2.0 [2019-04-30]
4+
5+
- Added `--sort` and `--direction` flags to `box search` to control the sort order of the search results
6+
- Fixed `box collections:add` to work correctly with `web_link` items
7+
- Fixed an issue where some commands including `box folders:collaborations:add` could incorrectly interpret bulk
8+
input entries and produce unintended API requests
9+
- Added `box folders:metadata:set` and `box files:metadata:set` commands to apply metadata keys and values, overwriting
10+
existing metadata under those keys
11+
- Errors encountered during bulk input are now caught within the CLI, skipping that entry and continuing bulk input.
12+
The CLI should now run all bulk input entries to completion and report entries that produced errors after all entries
13+
have been processed.
14+
315
## 2.1.0 [2019-03-28]
416

517
- Fixed an issue where the `--fields` flag was not always requesting additional fields from the API

0 commit comments

Comments
 (0)