Skip to content

Releases: zowe/zowe-cli

v8.8.2

14 Nov 00:08
Compare
Choose a tag to compare

Imperative

  • BugFix: Fixed an issue where the Imperative Event Emitter could skip triggering event callbacks. #2360
  • BugFix: Enhanced #2301 to include "--help-web" commands to pass even if presence of a faulty configuration.

v8.8.1

11 Nov 20:29
Compare
Choose a tag to compare

Imperative

  • BugFix: Fixed an issue where the ProfileInfo.profileManagerWillLoad method failed if profiles were not yet read from disk. #2284
  • BugFix: Fixed an issue where the ProfileInfo.onlyV1ProfilesExist method could wrongly return true when V2 profiles exist. #2311
    • Deprecated the static method ProfileInfo.onlyV1ProfilesExist and replaced it with an onlyV1ProfilesExist instance method on the ProfileInfo class.
  • BugFix: Fixed an issue where the ConvertV1Profiles.convert method may create team configuration files in the wrong directory if the environment variable ZOWE_CLI_HOME is set. #2312
  • BugFix: Fixed an issue where the Imperative Event Emitter would fire event callbacks for the same app that triggered the event. #2279
  • BugFix: Fixed an issue where the ProfileInfo.updateKnownProperty method could rewrite team config file to disk without any changes when storing secure value. #2324

v7.29.5

11 Nov 16:47
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #2356

z/OS Files SDK

  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #2356

v8.8.0

08 Nov 21:26
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Pass a .zosattributes file path for the download encoding format by adding the new --attributes flag to the zowe zos-files upload command. #2322
  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #2337
  • BugFix: Improved output formatting for zowe zos-tso start app and zowe zos-tso send app commands by parsing and displaying relevant data rather than the entire JSON response. #2347
  • Enhancement: Add the --ignore-not-found flag to avoid file-not-found error messages when deleting files so scripts are not interupted during automated batch processing. The flag bypasses warning prompts to confirm delete actions. #2254

Imperative

  • BugFix: Enabled commands with either the --help or --version flags to still display their information despite any configuration file issues. #2301

z/OS Files SDK

  • Enhancement: Allows for passing a .zosattributues file path for the download encoding format via the attributes option on the Download.ussFile method. #2322
  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #2337

v8.7.1

07 Nov 16:26
Compare
Choose a tag to compare

Imperative

  • BugFix: Deprecated IO functions createDirsSync and mkdirp due to code duplication. Please use createDirSync 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

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