Skip to content

Releases: zowe/zowe-cli

v8.0.0-next.202407051717

05 Jul 17:18
Compare
Choose a tag to compare
Pre-release

Imperative

  • BugFix: V3 Breaking: Modified the ConvertV1Profiles.convert API to accept a new ProfileInfo option and initialize components sufficiently to enable VSCode apps to convert V1 profiles. #2170

v8.0.0-next.202407021516

02 Jul 15:18
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • BugFix: Updated dependencies for technical currency #2188

Imperative

  • BugFix: Updated dependencies for technical currency #2188
  • Update: See 5.25.0 for details

z/OS Files SDK

  • BugFix: Updated dependencies for technical currency #2188

Secrets SDK

  • BugFix: Updated dependencies for technical currency #2188

CLI Test Utils

  • BugFix: Updated dependencies for technical currency #2188

v8.0.0-next.202406201950

20 Jun 19:51
Compare
Choose a tag to compare
Pre-release

Imperative

  • Enhancement: Added ProfileInfo.profileManagerWillLoad function to verify the credential manager can load. #2111

v7.27.0

20 Jun 20:29
Compare
Choose a tag to compare

Imperative

  • Enhancement: Added ProfileInfo.profileManagerWillLoad function to verify the credential manager can load. #2111
  • Enhancement: Added support for proxy servers using a proxy http agent. Supports the usage of the environment variables HTTP_PROXY, HTTPS_PROXY (not case sensitive).
    • If any of these environment variables is set and depending how the Zowe session is configured for http or https, the REST client instantiates an appropriate http agent.
    • If the z/OS system uses self-signed certificates then the proxy server must be configured to accept them.
    • If the proxy server itself is configured with self-signed certificates then the user needs to either import these certificates on their workstation, use rejectUnauthorized in their Zowe profile, or use the (not recommended) nodejs variable NODE_TLS_REJECT_UNAUTHORIZED=0.
    • Zowe also looks for the environment variable NO_PROXY. These work with a simple comma separated list of hostnames that need to match with the hostname of the Zowe profile.

v8.0.0-next.202406172053

17 Jun 20:54
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202406172053 to next

v8.0.0-next.202406140245

14 Jun 02:47
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • BugFix: Updated documentation for the zos-files search ds command's --mainframe-search option to include a disclaimer about z/OSMF API limitations. #2160

v8.0.0-next.202406111958

11 Jun 19:59
Compare
Choose a tag to compare
Pre-release

Core SDK

  • BugFix: Deprecated the IHeaderContent interface - use IHeaderContent from @zowe/imperative. #2083

Imperative

  • LTS Breaking: Modified the @zowe/imperative SDK #2083
    • Removed the following exported classes:
      • AbstractAuthHandler
      • AbstractCommandYargs
      • AbstractHelpGenerator
      • AbstractHelpGeneratorFactory
      • CommandPreparer
      • CommandProcessor
      • CommandUtils
      • CommandYargs
      • CompressionUtils
      • ConfigAutoStore
      • ConfigurationLoader
      • ConfigurationValidator
      • DefinitionTreeResolver
      • FailedCommandHandler
      • GroupCommandYargs
      • HelpConstants
      • HelpGeneratorFactory
      • ImperativeReject
      • LoggerConfigBuilder
      • LoggerUtils
      • RestStandAloneUtils
      • SharedOptions
      • SyntaxValidator
      • WebHelpManager
      • YargsConfigurer
      • YargsDefiner
    • Removed the following exported interfaces:
      • ICommandHandlerResponseChecker
      • ICommandHandlerResponseValidator
      • ICommandValidatorError
      • ICommandValidatorResponse
      • IConstructor
      • IHelpGenerator
      • IHelpGeneratorFactory
      • IYargsParms
      • IYargsResponse
    • Deprecated the following classes:
      • Operation
      • Operations

z/OS Files SDK

  • LTS Breaking: Modified the zos-files SDK. #2083
    • Deprecated the following interfaces:
      • IOptionsFullResponse - use IOptionsFullResponse from @zowe/imperative.
      • IRestClientResponse - use IRestClientResponse from @zowe/imperative.

v8.0.0-next.202406111728

11 Jun 17:29
Compare
Choose a tag to compare
Pre-release

Imperative

  • Enhancement: Added BufferBuilder utility class to provide convenient way of downloading to a stream that can be read as a buffer. #2167
  • BugFix: Fixed error in REST client that when using stream could cause small data sets to download with incomplete contents. #744
  • BugFix: Updated micromatch dependency for technical currency. #2167

z/OS Files SDK

  • BugFix: Fixed error where Get.dataSet and Get.USSFile methods could silently fail when downloading large data sets or files. #2167

z/OS Jobs SDK

  • BugFix: Fixed error in DownloadJobs.downloadSpoolContentCommon method when encoding parameter is not specified. #2173

v7.26.1

11 Jun 13:34
Compare
Choose a tag to compare

z/OS Files SDK

  • BugFix: Fixed Get.dataSet and Get.USSFile methods so that they return an empty buffer instead of null for empty files. #2173

z/OS Jobs SDK

  • BugFix: Fixed error in DownloadJobs.downloadSpoolContentCommon method when encoding parameter is not specified. #2173

v7.26.0

07 Jun 16:57
Compare
Choose a tag to compare

Imperative

  • Enhancement: Added BufferBuilder utility class to provide convenient way of downloading to a stream that can be read as a buffer. #2167
  • BugFix: Fixed error in REST client that when using stream could cause small data sets to download with incomplete contents. #744
  • BugFix: Updated micromatch dependency for technical currency. #2167

z/OS Files SDK

  • BugFix: Fixed error where Get.dataSet and Get.USSFile methods could silently fail when downloading large data sets or files. #2167