Skip to content

Releases: zowe/zowe-cli

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

v8.1.2

10 Oct 14:19
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Fixed issues flagged by Coverity #2291

Imperative

  • BugFix: Fixed issues flagged by Coverity #2291
  • BugFix: Fixed an issue where the default credential manager failed to load when using ESM or the Node.js REPL environment. #2297

Secrets SDK

  • BugFix: Updated dependencies for technical currency. #2289

v7.29.3

04 Oct 15:27
Compare
Choose a tag to compare

z/OS Files SDK

  • BugFix: Fixed an issue with the List.dataSetsMatchingPattern method where migrated data sets could break fetching attributes for other data sets. #2285

z/OS Jobs SDK

  • BugFix: Fixed error in DownloadJobs.downloadSpoolContentCommon method causing binary spool files to be corrupted by newline normalization. #2282

v8.1.1

03 Oct 18:06
Compare
Choose a tag to compare

Core SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS Console SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS Files SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287
  • BugFix: Fixed an issue with the List.dataSetsMatchingPattern method where migrated data sets could break fetching attributes for other data sets. #2285

z/OS Jobs SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS Logs SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

Provisioning SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS TSO SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS USS SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

Workflows SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OSMF SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

CLI Test Utils

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

v8.1.0

02 Oct 20:18
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Added --stateful flag to zos-tso issue cmd to allow declaring the statefulness of the address space being created. #2240
  • Enhancement: --suppress-startup-messages flag default value changed to true. #2240

Imperative

  • Enhancement: Added the ability to specify a profile with the zowe config secure command. This allows the user to prompt for the secure values of the specified profile. [#1890] #1890

z/OS Jobs SDK

  • BugFix: Fixed error in DownloadJobs.downloadSpoolContentCommon method causing binary spool files to be corrupted by newline normalization. #2282

z/OS TSO SDK

  • Enhancement: Deprecated IssueTsoCommand() function and replaced with IssueTsoCmd() for compatibility with z/OS version 2.4. #2240
  • Enhancement: Modified IIssueReponse to handle z/OS 2.4 and newer TSO command response. #2240
    • Old API behavior will be utilized upon specifying --ssm to be false, otherwise try new API and if it fails, fallback to old API.
    • Specifying --ssm to be false makes the value of --stateful have no impact on behavior since old API behavior does not utilize statefulness.

z/OSMF SDK

  • Enhancement: Created isZosVersionAtLeast() function to allow for dynamic behavior based on z/OS version. #2240

v8.0.1

27 Sep 14:14
Compare
Choose a tag to compare

Imperative

  • BugFix: Removed Secrets SDK requirement when Imperative is a bundled dependency. #2276