Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.7.1
Imperative
- BugFix: Deprecated
IO
functionscreateDirsSync
andmkdirp
due to code duplication. Please usecreateDirSync
instead. #2352
z/OS Jobs SDK
- BugFix: Fixed an error where the Delete Jobs API response was not returned if the
modifyVersion
parameter was not specified, even though it was available. #2352
CLI Test Utils
- BugFix: Improved the error message shown on MacOS when
runCliScript
method fails to run script that is missing shebang line. #2314
v8.7.0
Zowe CLI
- Enhancement: Added --wait-for-active and --wait-for-output to download options on zosjobs. #2328
Imperative
- Enhancement: Added optional
proxy
object to ISession interface for extenders to pass a ProxyVariables object that would override the environment variables if in place. #2330
z/OS Jobs SDK
- Enhancement: Added waitForOutput & waitForActive as optional parameters to download on zosjobs. [#2326] (#2326).
z/OS USS SDK
- BugFix: Removed unnecessary
$
characters in front of most output. zowe-explorer#3079(comment) - Enhancement: Added the ability to validate if an SSH profile can successfully establish a connection, ensuring quicker troubleshooting of connection issues. zowe-explorer#3079(comment)
v8.6.2
Zowe CLI
- BugFix: Resolved issue where
zowe zos-files upload file-to-uss
was not properly handling command flags. #2234
z/OS Files SDK
- BugFix: Resolved issue where encoding argument was missing from
FileToUss.handler.ts
options object. #2234 - BugFix: Resolved issue where
FileToUss.handler.ts
options object was not properly passed through subsequent command calls. #2234
z/OS TSO SDK
- BugFix: Fixed imports that failed to resolve. #2343
v8.6.1
Zowe CLI
- BugFix: Fixed an issue where the
zowe zos-logs list logs
command could fail or not return all logs if a start time was not supplied. #2336
Imperative
- BugFix: Handled an HTTP 1.1 race condition where an SDK user may experience an ECONNRESET error if a session was reused on Node 20 and above due to HTTP Keep-Alive. #2339
v8.6.0
Zowe CLI
- Enhancement: Added support for running applications on TSO/E address spaces. Start applications and receive/transmit messages using the new
tso start
,tso receive
andtso send
commands. #2280
z/OS TSO SDK
v7.29.4
Imperative
- Fixed issues flagged by Coverity #2292
CLI Test Utils
- BugFix: Updated deprecated-profile warning to include spaces. zowe-cli-sample-plugin#113