Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.12.0
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
v8.10.4
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
v8.10.3
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
v8.10.1
v8.10.0
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