Skip to content

Releases: zowe/zowe-cli

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

v8.8.4

21 Nov 18:28
Compare
Choose a tag to compare

z/OS Files SDK

  • Enhancement: Allows extenders of the Search functionality to pass a function abortSearch on searchOptions to abort a search. #2370

v7.29.7

21 Nov 19:53
Compare
Choose a tag to compare

Imperative

  • BugFix: Updated the cross-spawn dependency for technical currency. #2374

v8.8.3

20 Nov 14:35
Compare
Choose a tag to compare

Imperative

  • BugFix: Modified 8.8.2 bugfix to correct web help alias. #2361
  • BugFix: Resolved issue where special characters could be corrupted when downloading a large file. #2366

z/OS Files SDK

  • BugFix: Resolved issue where special characters could be corrupted when downloading a large file. #2366

v7.29.6

20 Nov 14:38
Compare
Choose a tag to compare

z/OS Files SDK

  • BugFix: Resolved issue where special characters could be corrupted when downloading a large file. #2362

v8.8.2

14 Nov 00:08
Compare
Choose a tag to compare

Imperative

  • BugFix: Fixed an issue where the Imperative Event Emitter could skip triggering event callbacks. #2360
  • BugFix: Enhanced #2301 to include "--help-web" commands to pass even if presence of a faulty configuration.

v8.8.1

11 Nov 20:29
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.onlyV1ProfilesExist method could wrongly return true when V2 profiles exist. #2311
    • Deprecated the static method ProfileInfo.onlyV1ProfilesExist and replaced it with an onlyV1ProfilesExist instance method on the ProfileInfo class.
  • BugFix: Fixed an issue where the ConvertV1Profiles.convert method may create team configuration files in the wrong directory if the environment variable ZOWE_CLI_HOME is set. #2312
  • BugFix: Fixed an issue where the Imperative Event Emitter would fire event callbacks for the same app that triggered the event. #2279
  • BugFix: Fixed an issue where the ProfileInfo.updateKnownProperty method could rewrite team config file to disk without any changes when storing secure value. #2324