Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.13.0
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 tozowe 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
andDeferredPromise.unit.test
comment format changed to match standard.
z/OS Files SDK
- BugFix: The
Create.dataSetValidateOptions()
function now correctly handles data set creation when thedsorg
attribute is set toPS-L
by automatically updating thedsntype
attribute toLARGE
. #2141 - BugFix: Fixed an issue in the
Copy.dataSetCrossLPAR()
function where thespacu
attribute of the copied data set was always set toTRK
, 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 toDownloadJobs.downloadSpoolContentCommon()
to to allow users to select a specific range of records to output from a spool file. #2411
v7.29.10
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