Skip to content

Releases: zowe/zowe-cli

v8.21.0

20 May 18:25
Compare
Choose a tag to compare

Imperative

  • Enhancement: Updated the Logger class to support the winston library, and introduced migration tools to switch from log4js to winston. For more information on how to migrate your logger instance to use the winston library, refer to the "Configuring logging" page on the Zowe CLI wiki. #2488
  • BugFix: Fixed an issue where downstream dependencies using log4js have their log output redirected after creating an instance of the ProfileInfo class. #2488

v8.20.0

01 May 13:13
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Added the --establish-connection-timeout option to the z/OSMF Connection Options. This allows users to specify a maximum limit for how long the REST client should attempt to establish a connection to the server, and returns an error if the request takes too long. #2490
  • Enhancement: Added the --completion-timeout option to the z/OSMF Connection Options. This allows users to specify a maximum limit for how long a REST request should take, and returns an error if the request takes too long. #2490

Imperative

  • Enhancement: Added a request timeout to the Imperative REST client. #2490
  • Enhancement: Added the ZOWE_REQUEST_COMPLETION_TIMEOUT environment variable to the EnvironmentalVariableSettings class to allow extenders to determine how long to wait for a request to complete before timing out. #2490

z/OSMF SDK

  • Enhancement: Added the ZOSMF_OPTION_ESTABLISH_CONNECTION_TIMEOUT option to ZOSMF_CONNECTION_OPTIONS on ZosmfSession. This allows users to specify a maximum limit for how long the REST client should attempt to establish a connection to the server, and returns an error if the request takes too long. #2490
  • Enhancement: Added the ZOSMF_OPTION_COMPLETION_TIMEOUT option to ZOSMF_CONNECTION_OPTIONS on ZosmfSession. This allows users to specify a maximum limit for how long a REST request should take, and returns an error if the request takes too long. #2490

v8.19.0

21 Apr 15:26
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Updated help examples to replace short option aliases (e.g. -h) with full option names (e.g. --help) for improved clarity and consistency in documentation. #2484

Core SDK

  • Enhancement: Updated help examples to replace short option aliases (e.g. -h) with full option names (e.g. --help) for improved clarity and consistency in documentation. #2484

Imperative

  • Enhancement: Added a connection timeout to the Imperative REST Client, with a default of 60 seconds. #2486
  • Enhancement: Added the ZOWE_SOCKET_CONNECT_TIMEOUT environment variable to the EnvironmentalVariableSettings class to allow extenders to determine how long to wait for a socket connection before timing out. #2486
  • BugFix: Added checks to the AbstractRestClient abstract class to ensure the hostname parameter does not contain a protocol. #2486
  • Enhancement: Updated help examples to replace short option aliases (e.g. -h) with full option names (e.g. --help) for improved clarity and consistency in documentation. #2484
  • Enhancement: Exposed the private buildPrefix function as a replacement of moment.format(...). #2478

v8.18.3

11 Apr 13:24
Compare
Choose a tag to compare

Secrets SDK

  • BugFix: Fixed an error when accessing secrets on MacOS caused by socket file paths exceeding the maximum allowed length. #2482

v8.18.2

10 Apr 20:53
Compare
Choose a tag to compare
Release 8.18.2 to latest

v7.29.13

08 Apr 15:28
Compare
Choose a tag to compare

z/OS Jobs SDK

  • BugFix: Fixed an issue where a numeric encoding value caused GetJobs.getSpoolContentById method to fail. #2481

v8.18.1

07 Apr 16:16
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Updated the Daemon binary version for technical currency. #2479

v7.29.12

07 Apr 16:57
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Updated the Daemon binary version for technical currency. #2480

Native Client Release 1.2.4

07 Apr 14:38
1b6e0ea
Compare
Choose a tag to compare

Native Zowe CLI client which communicates with a 'daemon' version of Zowe CLI.

v8.18.0

04 Apr 21:02
Compare
Choose a tag to compare

Imperative

  • BugFix: Ensured that the ProfileCredentials class evaluates all layers to determine if the credentials are secure. #2460
  • Enhancement: Allowed instances of the ProfileCredentials class to check only for the active layer to determine if the credentials are secure. #2460

z/OS Files SDK

  • Enhancement: Added support for the attributes, recall, and volume options to the List.dataSetsMatchingPattern function. #2476