Skip to content

Releases: zowe/zowe-cli

v7.21.1

02 Jan 21:08
Compare
Choose a tag to compare

z/OS USS SDK

  • BugFix: Updated ssh2 package to resolve technical currency

v7.21.0

08 Dec 17:17
Compare
Choose a tag to compare

imperative

  • Enhancement: Added the ability to forceUpdate a property using the ProfileInfo.updateProperty method. zowe-explorer#2493

v8.0.0-next.202311291643

29 Nov 16:45
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • LTS Breaking: Replaced the ZOWE_EDITOR environment variable with ZOWE_OPT_EDITOR and --editor option on commands #1867

imperative

  • LTS Breaking: Removed check for ZOWE_EDITOR environment variable in ProcessUtils.openInEditor #1867

v7.20.1

29 Nov 23:57
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Add missing npm-shrinkwrap

v8.0.0-next.202311282012

28 Nov 20:14
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • LTS Breaking: Moved getDataSet from the zosfiles command group to the zosfiles SDK as ZosFilesUtils.getDataSetFromName #1696

Core SDK

  • LTS Breaking: Unpinned dependency versions to allow for patch/minor version updates for dependencies #1968

imperative

  • LTS Breaking: Unpinned dependency versions to allow for patch/minor version updates for dependencies #1968

z/OS Files SDK

  • LTS Breaking: Unpinned dependency versions to allow for patch/minor version updates for dependencies #1968
  • Enhancement: Added ZosFilesUtils.getDataSetFromName to create an IDataSet from a dataset name #1696

Provisioning SDK

  • LTS Breaking: Unpinned dependency versions to allow for patch/minor version updates for dependencies #1968

z/OS USS SDK

  • LTS Breaking: Unpinned dependency versions to allow for patch/minor version updates for dependencies #1968

v7.20.0

28 Nov 19:45
Compare
Choose a tag to compare

Zowe CLI

  • Deprecated: getDataSet in the zosfiles command group utility functions, use zosfiles SDK's ZosFilesUtils.getDataSetFromName instead. #1696

z/OS Files SDK

  • Enhancement: Adds ZosFilesUtils.getDataSetFromName to create an IDataSet from a dataset name #1696

v8.0.0-next.202311162222

16 Nov 22:23
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202311162222 to next

v8.0.0-next.202311141903

14 Nov 19:04
Compare
Choose a tag to compare
Pre-release

imperative

  • LTS Breaking: Removed the following previously deprecated items:
    • flattenCommandTreeWithAliases() -- Use CommandUtils.flattenCommandTree() instead
    • AbstractAuthHandler.getPromptParams() -- Use getAuthHandlerApi() instead
    • BaseAuthHandler.getPromptParams() -- Use getAuthHandlerApi() instead
    • promptForInput() -- Use the asynchronous method readPrompt() instead
    • promptWithTimeout() -- Use readPrompt instead which supports more options
    • Imperative.envVariablePrefix -- Use ImperativeConfig.instance.envVariablePrefix instead
    • pluginHealthCheck() -- Plugins that want to perform a health check can
      specify the pluginLifeCycle property to load a class from the plugin.
      The plugin can implement the postInstall() function of that class to perform
      a health check, or any other desired operation.
    • IProfOpts.requireKeytar -- removing the default implementation of require("keytar") from the caller app's node_modules folders

v8.0.0-next.202311141517

14 Nov 15:18
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • LTS Breaking: Alter the format of error messages to be more clear and actionable.
  • LTS Breaking: Remove the bright command from the product.

imperative

  • LTS Breaking: Replaced the previously deprecated function AbstractCommandYargs.getBrightYargsResponse - use AbstractCommandYargs.getZoweYargsResponse

v7.19.0

14 Nov 19:17
Compare
Choose a tag to compare

imperative

  • Enhancement: Deprecated function AbstractCommandYargs.getBrightYargsResponse in favor of AbstractCommandYargs.getZoweYargsResponse
  • Enhancement: Deprecated the 'bright' command as an alias for the 'zowe' command. The 'bright' command will be removed in Zowe V3.