Skip to content

Releases: zowe/zowe-cli

v8.7.0

05 Nov 14:46
Compare
Choose a tag to compare

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

04 Nov 16:06
Compare
Choose a tag to compare

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

01 Nov 17:30
Compare
Choose a tag to compare

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

30 Oct 16:13
Compare
Choose a tag to compare

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 and tso send commands. #2280

z/OS TSO SDK

  • Enhancement: Issue app commands to better target communication with a TSO/E application. The app command is now included in the start/send command group and the new receive command group,
    allowing direct interaction with an application through a z/OS message queue. [#2280] (#2280)

v7.29.4

30 Oct 14:50
Compare
Choose a tag to compare

Imperative

  • Fixed issues flagged by Coverity #2292

CLI Test Utils

v8.5.0

28 Oct 20:59
Compare
Choose a tag to compare

z/OS Jobs SDK

  • Enhancement: Added execData to IJob return data from GetJobs.getJob #2320

v8.4.0

28 Oct 19:24
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Added optional --attributes flag to zowe zos-files upload file-to-uss to allow passing a .zosattributes file path for upload encoding format. [#2319] (#2319)

z/OS Files SDK

  • Enhancement: Added optional --attributes flag to zowe zos-files upload file-to-uss to allow passing a .zosattributes file path for upload encoding format. [#2319] (#2319)

v8.3.1

28 Oct 13:26
Compare
Choose a tag to compare

Imperative

  • BugFix: Fixed an issue where the plugins install command could fail when installing a scoped package because scoped registry was used to fetch all dependencies. #2317

v8.3.0

15 Oct 14:20
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Issue the zowe files search data-sets command with the new encoding option to use a different code page when searching data set contents. #2161

v8.2.0

10 Oct 19:27
Compare
Choose a tag to compare

Imperative

  • Enhancement: Use the new SDK method ConfigUtils.hasTokenExpired to check whether a given JSON web token has expired. #2298
  • Enhancement: Use the new SDK method ProfileInfo.hasTokenExpiredForProfile to check whether the JSON web token has expired for a specified profile. #2298

z/OS Files SDK

  • Enhancement: Added an optional continueSearch function to the ISearchOptions interface. After a data set listing is completed, the new function is called with the list of data sets about to be searched. This allows the extender or end users to continue with the search or cancel it. #2300