-
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.
@box/boxcli v4.0.0 release note (#459)
- Loading branch information
1 parent
8388c4a
commit e2ae03c
Showing
1 changed file
with
41 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
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 | ||
--- | ||
|
||
# Box CLI `v4.0.0` released | ||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Drop support old Node version and integrate typescript SDK ([#548][1]) | ||
|
||
### New Features and Enhancements | ||
|
||
* 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]) | ||
|
||
### Bug Fixes | ||
|
||
* 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 |