Skip to content

Releases: zowe/zowe-cli

v8.0.0-next.202405241828

24 May 18:29
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202405241828 to next

v8.0.0-next.202405211929

21 May 19:30
Compare
Choose a tag to compare
Pre-release

Imperative

  • BugFix: Fixed error "Only one instance of the Imperative Event Emitter is allowed" when running system tests. #2146

v8.0.0-next.202405202020

20 May 20:22
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • BugFix: Fixed a bug where a data set search would not return a search term if it was at the beginning of a line. #2147

z/OS Files SDK

  • BugFix: Fixed a bug where a data set search would not return a search term if it was at the beginning of a line. #2147

v8.0.0-next.202405161750

16 May 17:52
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202405161750 to next

v8.0.0-next.202405151329

15 May 13:30
Compare
Choose a tag to compare
Pre-release

Imperative

  • Enhancement: Add client-side event handling capabilities. #1987

v7.25.0

15 May 19:09
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Added the ability to set JCL reader properties for --jobRecordLength, --jobRecordFormat and --jobEncoding on the zowe jobs submit local-file and zowe jobs submit stdin commands. #2139
  • Enhancement: Added the ability to download job spool files using other codepages with --encoding on the zowe jobs download output, zowe jobs view spool-file-by-id and zowe jobs view all-spool-content commands. This allows users to download job spool files in other languages (i.e. IBM-1147 for French). #1822

Core SDK

  • Enhancement: Added X_IBM_INTRDR_FILE_ENCODING header to ZosmfHeaders #2139

z/OS Jobs SDK

  • Enhancement: Added the ability to set internalReaderFileEncoding on the submitJcl, submitJclString, submitJclCommon, submitJclNotify, and submitJclNotifyCommon Jobs APIs #2139
  • Enhancement: Added the ability to set internalReaderRecfm and internalReaderLrecl on the submitJclString Jobs API #2139
  • Enhancement: Added the ability to download job spool files using other codepages #1822

Native Client Release 1.2.3

23 May 18:55
Compare
Choose a tag to compare

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

v8.0.0-next.202405101931

10 May 19:32
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • Enhancement: Added the ability to search for a string in a data set or PDS member matching a pattern with the zowe zos-files search data-sets comamnd.#2095

z/OS Files SDK

  • Enhancement: Added the ability to search for a string in a data set or PDS member matching a pattern. #2095

v7.24.3

10 May 16:48
Compare
Choose a tag to compare

Core SDK

  • BugFix: Updated help text for tokenType option to remove special regular expression character ^. #1863

Imperative

  • BugFix: Updated error text for invalid command options so that allowable values are displayed as strings instead of regular expressions when possible. #1863
  • BugFix: Fixed issue where the ConfigSecure.securePropsForProfile function did not list secure properties outside the active config layer. zowe-explorer-vscode#2633

v8.0.0-next.202405061946

06 May 19:48
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • Enhancement: Consolidated the Zowe client log files into the same directory. #2116

Imperative

  • Enhancement: Consolidated the Zowe client log files into the same directory. #2116
  • Deprecated: The IO.FILE_DELIM constant. Use path.posix.sep instead or path.sep for better cross-platform support.
  • Deprecated: The LoggerConfigBuilder.DEFAULT_LOG_DIR and LoggerConfigBuilder.DEFAULT_LOG_FILE_DIR constants. Use LoggerConfigBuilder.DEFAULT_LOGS_DIR instead.