Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.0.0-next.202408271330
Imperative
- LTS Breaking: #2231
- Removed the obsolete V1
profiles
property fromIHandlerParameters
interface - Deprecated the following obsolete V1 profile interfaces:
IProfileTypeConfiguration.dependencies
- For team config, use nested profiles insteadIProfileTypeConfiguration.validationPlanModule
- For team config, validate with JSON schema instead
- Deprecated the following obsolete V1 profile classes/functions:
CliUtils.getOptValueFromProfiles
- UsegetOptValuesFromConfig
instead to load from team configCommandProfiles
- Use theV1ProfileRead
class if you still need to read V1 profiles
- Removed the obsolete V1
CLI Test Utils
- BugFix: Removed obsolete V1
profiles
property from the parameters object returned bymockHandlerParameters
method.
v8.0.0-next.202408261543
Zowe CLI
- BugFix: Updated
micromatch
dependency for technical currency. #2242
v7.29.1
v8.0.0-next.202408231832
v8.0.0-next.202408191401
Imperative
- Update: See
5.26.3
and5.27.0
for details
v8.0.0-next.202408131445
Zowe CLI
- Update: See
7.28.3
for details
Imperative
- Update: See
5.26.2
for details
z/OS Console SDK
- Update: See
7.28.3
for details
z/OS Files SDK
- Update: See
7.28.3
for details
z/OS Logs SDK
- Update: See
7.28.3
for details
Provisioning SDK
- Update: See
7.28.3
for details
z/OS TSO SDK
- Update: See
7.28.3
for details
z/OS USS SDK
- Update: See
7.28.3
for details
Workflows SDK
- Update: See
7.28.3
for details
z/OSMF SDK
- Update: See
7.28.3
for details - LTS Breaking: Removed the following obsolete V1 profile attributes from ZosmfBaseHandler:
- mZosmfProfile
- mZosmfLoadedProfile
CLI Test Utils
- Update: See
7.28.3
for details
v7.29.0
Imperative
- BugFix: Modified
showMsgWhenDeprecated
function to allow an empty string as a parameter when no replacement is available for the deprecated command. When no replacement is available an alternative message will be printed. #2041 - BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770
z/OS USS SDK
- BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770
- Enhancement:
SshBaseHandler
command processor will now prompt user up to 3 times to enter the correct keyPassphrase in the case that the stored value is incorrect or no value is stored. #1770
v8.0.0-next.202408092029
Imperative
- BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770
z/OS USS SDK
- BugFix: Resolved bug that resulted in user not being prompted for a key passphrase if it is located in the secure credential array of the ssh profile. #1770
- Enhancement:
SshBaseHandler
command processor will now prompt user up to 3 times to enter the correct keyPassphrase in the case that the stored value is incorrect or no value is stored. #1770
v7.28.4
v7.28.3
Zowe CLI
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
Imperative
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
- BugFix: Fixed error in REST client when making requests with session type of
SessConstants.AUTH_TYPE_NONE
. #2219
z/OS Console SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
z/OS Files SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
z/OS Logs SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
Provisioning SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
z/OS TSO SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
z/OS USS SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
Workflows SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
z/OSMF SDK
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191
CLI Test Utils
- BugFix: Refactored code to reduce the use of deprecated functions to prepare for upcoming Node.js 22 support. #2191