Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.15.1
v8.15.0
Zowe CLI
- Enhancement: Added the
overwrite
parameter to theCopy.DataSet()
command to allow for overwriting all members of a target data set with source data set members. [#2450] (#2450)
z/OS Files SDK
- BugFix: Modified the
Copy.copyPDS()
function to havesourceMemberList
as an optional parameter to avoid a breaking change. #2453 - Enhancement: Added the
overwrite
parameter to theCopy.DataSet()
command to allow for overwriting all members of a target data set with source data set members. [#2450] (#2450)
v8.14.1
Zowe CLI
- BugFix: When using the
copy
command, if a target partitioned data set has a smaller record length than a source partitioned data set, the operation for subsequent members no longer stops. The user can now view the affected members in a local file. [#2349] (#2349) - BugFix: Users were not warned when copying partitioned data sets with identical member names. Now, the user is prompted to confirm before continuing the copy operation to avoid potential data loss. [#2349] (#2349)
Imperative
- BugFix: Fixed help text example section's wrapping issue where the first line of the description is wrapped differently than the rest of the lines. [#1945] (#1945).
z/OS Files SDK
-BugFix: When using the copy command with a non existent source data set, an unclear error was displayed to the user. Now, a more user-friendly message is provided [#2447] (#2447).
-BugFix: The updated logic to determine whether a data set is a partitioned data set now ensures that the dsorg
attributes of types PO-E
, PO-L
, PO-U
are handled correctly. [#2390] (#2390).
- BugFix: When using the
copy
command, if a target partitioned data set has a smaller record length than a source partitioned data set, the operation for subsequent members no longer stops. The user can now view the affected members in a local file. [#2349] (#2349) - BugFix: Users were not warned when copying partitioned data sets with identical member names. Now, the user is prompted to confirm before continuing the copy operation to avoid potential data loss. [#2349] (#2349)
v8.14.0
Zowe CLI
- Enhancement: Added the ability to see secure properties when running
zowe config list
when theZOWE_SHOW_SECURE_ARGS
environment variable is set totrue
. #2259
Imperative
- BugFix: Fixed inconsistent behavior with the
ZOWE_SHOW_SECURE_ARGS
environment variable continuing to mask secure properties when it should not. #2430 - Enhancement: Added the
Censor
class, consolidating all sensitive data hiding logic into one class. #2424 - Enhancement: Added the
showSecureArgs
environment variable to theEnvironmentalVariableSettings
class to allow extenders to determine if they should mask secure values. #2424 - Enhancement: Added the ability to see secure properties when running
zowe config list
when theZOWE_SHOW_SECURE_ARGS
environment variable is set totrue
. #2259 - Deprecated: The
LoggerUtils
class has been deprecated. Use theCensor
class instead. #2424 - Deprecated: The
CliUtils.CENSOR_RESPONSE
property has been deprecated. Use theCensor.CENSOR_RESPONSE
property instead. #2424 - Deprecated: The
CliUtils.CENSORED_OPTIONS
property has been deprecated. Use theCensor.CENSORED_OPTIONS
property instead. #2424 - Deprecated: The
CliUtils.censorCLIArgs
function has been deprecated. Use theCensor.censorCLIArgs
function instead. #2424 - Deprecated: The
CliUtils.censorYargsArguments
function has been deprecated. Use theCensor.censorYargsArguments
function instead. #2424
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