Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v7.21.1
z/OS USS SDK
- BugFix: Updated
ssh2
package to resolve technical currency
v7.21.0
imperative
- Enhancement: Added the ability to
forceUpdate
a property using theProfileInfo.updateProperty
method. zowe-explorer#2493
v8.0.0-next.202311291643
v7.20.1
Zowe CLI
- BugFix: Add missing npm-shrinkwrap
v8.0.0-next.202311282012
Zowe CLI
- LTS Breaking: Moved
getDataSet
from thezosfiles
command group to thezosfiles
SDK asZosFilesUtils.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
v8.0.0-next.202311162222
Release 8.0.0-next.202311162222 to next
v8.0.0-next.202311141903
imperative
- LTS Breaking: Removed the following previously deprecated items:
flattenCommandTreeWithAliases()
-- UseCommandUtils.flattenCommandTree()
insteadAbstractAuthHandler.getPromptParams()
-- UsegetAuthHandlerApi()
insteadBaseAuthHandler.getPromptParams()
-- UsegetAuthHandlerApi()
insteadpromptForInput()
-- Use the asynchronous methodreadPrompt()
insteadpromptWithTimeout()
-- UsereadPrompt
instead which supports more optionsImperative.envVariablePrefix
-- UseImperativeConfig.instance.envVariablePrefix
insteadpluginHealthCheck()
-- Plugins that want to perform a health check can
specify thepluginLifeCycle
property to load a class from the plugin.
The plugin can implement thepostInstall()
function of that class to perform
a health check, or any other desired operation.IProfOpts.requireKeytar
-- removing the default implementation ofrequire("keytar")
from the caller app's node_modules folders
v8.0.0-next.202311141517
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
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.