Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@box/boxcli v4.0.0 release note #459

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions content/2025/01-28-box-cli-v400-released.md
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
Loading