Skip to content

Releases: zowe/zowe-cli

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

v8.9.1

16 Dec 17:00
Compare
Choose a tag to compare

z/OS Files SDK

  • BugFix: Corrected the apiResponse response value from streamToDataSet(),streamToUss(),bufferToUss() and bufferToDataSet() on the Upload SDK. #2381
  • BugFix: Corrected the Upload.BufferToUssFile() SDK function to properly tag uploaded files. #2378

v7.29.8

06 Dec 19:37
Compare
Choose a tag to compare

Imperative

  • BugFix: Fixed an issue where the ProfileInfo.profileManagerWillLoad method failed if profiles were not yet read from disk. #2284
  • BugFix: Fixed an issue where the ProfileInfo.updateKnownProperty method could rewrite team config file to disk without any changes when storing secure value. #2324

v8.9.0

25 Nov 22:17
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Added new command zowe zos-files download all-members-matching, (zowe files dl amm), to download members matching specified pattern(s). The success message for the Download.allMembers API was changed from originally "Data set downloaded successfully" to "Member(s) downloaded successfully." The change also alters the commandResponse when using the --rfj flag. #2359

z/OS Files SDK

  • Enhancement: Added a List.membersMatchingPattern method to download all members that match a specific pattern.#2359