-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
applied_at: '2025-01-28' | ||
applies_to: | ||
- cli | ||
is_impactful: true | ||
is_new_feature: true | ||
release_source_url: 'https://github.com/box/boxcli/releases/tag/v4.0.0' | ||
collapse: true | ||
is_index: false | ||
category_id: changelog | ||
subcategory_id: '' | ||
id: 2025-01-28-box-cli-v400-released | ||
rank: null | ||
total_steps: null | ||
type: changelog | ||
sibling_id: '' | ||
parent_id: changelog | ||
next_page_id: '' | ||
previous_page_id: 2025-01-22-box-java-sdk-v4140-released | ||
source_url: >- | ||
https://github.com/box/box-developer-changelog/blob/main/content/2025/01-28-box-cli-v400-released.md | ||
published_at: '2025-01-28' | ||
fullyTranslated: true | ||
--- | ||
# Box CLI `v4.0.0`のリリース | ||
|
||
### ⚠ 重大な変更 | ||
|
||
* Drop support old Node version and integrate typescript SDK ([#548][1]) | ||
|
||
### 新機能と機能強化 | ||
|
||
* Drop support old Node version and integrate typescript SDK ([#548][1]) ([`22179ec`][2]) | ||
* Incognito browser option for box login ([#561][3]) ([`a666766`][4]) | ||
* Replace `@oclif/command` to `@oclif/core` library ([#553][5]) ([`aed470b`][6]) | ||
|
||
### バグ修正 | ||
|
||
* Respect using environment `defaultAsUserId` for CCG Auth and OAuth ([#554][7]) ([`b3a691e`][8]) | ||
|
||
[1]: https://github.com/box/boxcli/issues/548 | ||
|
||
[2]: https://github.com/box/boxcli/commit/22179ecfc68b8dd315339ac204a7274d712d5a8e | ||
|
||
[3]: https://github.com/box/boxcli/issues/561 | ||
|
||
[4]: https://github.com/box/boxcli/commit/a6667664d6b43fd80de9e57482b0f4138efcd6cf | ||
|
||
[5]: https://github.com/box/boxcli/issues/553 | ||
|
||
[6]: https://github.com/box/boxcli/commit/aed470b22d28ed19040b4417e3143f3323b9a916 | ||
|
||
[7]: https://github.com/box/boxcli/issues/554 | ||
|
||
[8]: https://github.com/box/boxcli/commit/b3a691e8c886f7bb3a25ae8f7986f284a695f046 |