From 33564bc21f7f1880d072be1e84f176ce2ceb0e21 Mon Sep 17 00:00:00 2001 From: Box DevRel Date: Tue, 28 Jan 2025 16:22:57 +0000 Subject: [PATCH] @box/boxcli v4.0.0 release note --- content/2025/01-28-box-cli-v400-released.md | 41 +++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/2025/01-28-box-cli-v400-released.md diff --git a/content/2025/01-28-box-cli-v400-released.md b/content/2025/01-28-box-cli-v400-released.md new file mode 100644 index 00000000..af155bc5 --- /dev/null +++ b/content/2025/01-28-box-cli-v400-released.md @@ -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