v8.14.0
·
1396 commits
to master
since this release
Zowe CLI
- Enhancement: Added the ability to see secure properties when running
zowe config listwhen theZOWE_SHOW_SECURE_ARGSenvironment variable is set totrue. #2259
Imperative
- BugFix: Fixed inconsistent behavior with the
ZOWE_SHOW_SECURE_ARGSenvironment variable continuing to mask secure properties when it should not. #2430 - Enhancement: Added the
Censorclass, consolidating all sensitive data hiding logic into one class. #2424 - Enhancement: Added the
showSecureArgsenvironment variable to theEnvironmentalVariableSettingsclass to allow extenders to determine if they should mask secure values. #2424 - Enhancement: Added the ability to see secure properties when running
zowe config listwhen theZOWE_SHOW_SECURE_ARGSenvironment variable is set totrue. #2259 - Deprecated: The
LoggerUtilsclass has been deprecated. Use theCensorclass instead. #2424 - Deprecated: The
CliUtils.CENSOR_RESPONSEproperty has been deprecated. Use theCensor.CENSOR_RESPONSEproperty instead. #2424 - Deprecated: The
CliUtils.CENSORED_OPTIONSproperty has been deprecated. Use theCensor.CENSORED_OPTIONSproperty instead. #2424 - Deprecated: The
CliUtils.censorCLIArgsfunction has been deprecated. Use theCensor.censorCLIArgsfunction instead. #2424 - Deprecated: The
CliUtils.censorYargsArgumentsfunction has been deprecated. Use theCensor.censorYargsArgumentsfunction instead. #2424