Skip to content

Releases: zowe/zowe-cli

v8.13.0

08 Feb 05:36
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Added the --data-set-type flag to create sequential data set command to allow for creating extended and large formatted sequential data sets. #2141
  • Enhancement: Added --recordRange flag to zowe jobs download output command to allow users to select a specific range of records to output from a spool file. #2411
  • BugFix: The zowe zos-files copy data-set command overwrites the contents of the target data set without user confirmation. A --safe-replace option was added which prompts the user to confirm before overwriting the contents of the target data set. [#2369] (#2369)

Imperative

  • Format fix: DeferredPromise and DeferredPromise.unit.test comment format changed to match standard.

z/OS Files SDK

  • BugFix: The Create.dataSetValidateOptions() function now correctly handles data set creation when the dsorg attribute is set to PS-L by automatically updating the dsntype attribute to LARGE. #2141
  • BugFix: Fixed an issue in the Copy.dataSetCrossLPAR() function where the spacu attribute of the copied data set was always set to TRK, regardless of the source data set's attributes. #2412
  • BugFix: The Copy.data.set function now prompts the user to confirm before overwriting the contents of the target data set with the addition of the --safe-replace option. [#2369] (#2369)

z/OS Jobs SDK

  • Enhancement: Added --recordRange flag logic handling to DownloadJobs.downloadSpoolContentCommon() to to allow users to select a specific range of records to output from a spool file. #2411

v7.29.10

04 Feb 14:32
Compare
Choose a tag to compare

Imperative

  • BugFix: Updated transitive dependencies for technical currency #2425

Secrets SDK

  • BugFix: Reduced number of keychain unlock prompts on MacOS for simultaneous access to secrets by multiple instances of the same application. #2406

v8.12.0

28 Jan 22:06
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: The zowe zos-files copy data-set command no longer requires the target data set to be preallocated. [##2349] (#2349)

z/OS Files SDK

  • Enhancement: The Copy.dataset function now creates a new data set if the entered target data set does not exist. #2349
  • Enhancement: Added the maxLength option to List SDK functions (allMembers, dataSetsMatchingPattern, membersMatchingPattern) to specify the maximum number of items to return. #2409
  • Enhancement: Added the start option to List SDK functions (allMembers, dataSetsMatchingPattern, membersMatchingPattern) to specify the first data set/member name to return in the response. #2409

v8.11.0

10 Jan 21:13
Compare
Choose a tag to compare

Imperative

  • Enhancement: Added DeferredPromise class to Imperative to provide utilities for data synchronization. #2405

v8.10.4

07 Jan 22:44
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Fixed an issue where the zowe files upload dir-to-uss command was missing progress bar to track progress of file uploads. #2344

Imperative

  • BugFix: Fixed a typo in the syntax validation code for positional arguments which caused the validation to never fail. #2375

Secrets SDK

  • BugFix: Reduced number of keychain unlock prompts on MacOS for simultaneous access to secrets by multiple instances of the same application. #2394

v7.29.9

07 Jan 16:21
Compare
Choose a tag to compare

Imperative

  • BugFix: Resolved an issue where extraneous base profiles were created in project configurations when a nested profile property was updated. #2404

v8.10.3

03 Jan 21:34
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: The zowe files copy data-set command no longer copies all partitioned data set members if a member is specified. #2402

Imperative

  • BugFix: Resolved an issue where extraneous base profiles were created in project configurations when a nested profile property was updated. #2400

z/OS Files SDK

  • BugFix: The Copy.dataset method no longer copies all partitioned data set members if a member is passed to the function. #2402

v8.10.2

24 Dec 15:14
Compare
Choose a tag to compare

z/OS Jobs SDK

  • BugFix: Check if encoding is set and not empty now works for numeric-only value in encoding (GetJobs.ts). [#2392] (#2392).

v8.10.1

18 Dec 16:09
Compare
Choose a tag to compare

Imperative

  • BugFix: Resolved an issue where base profiles in a team configuration file were overwritten when a user configuration file did not include a base profile. #2383

v8.10.0

17 Dec 21:50
Compare
Choose a tag to compare

Zowe CLI

-Enhancement: The zowe zos-files copy data-set command now copies members from a source partitioned data set to an existing target partitioned data set.#2386

Imperative

  • BugFix: Modified location of Proxy-Authorization header to be located in the agent instead of the request. #2389

z/OS Files SDK

  • Enhancement: The Copy.dataset method now recognizes partitioned data sets and can copy members of a source PDS into an existing target PDS. #2386