Zowe CLI
- Enhancement: Added the ability to resolve data set aliases to their true target names using the
zowe zos-files list aliascommand or theList.resolveAliasSDK method. #2728 - BugFix: Hardened temporary file handling for the
zowe zos-files editcommand: the etag-refresh step no longer uses a shared, fixed path; edit temp directories are now scoped per user (so co-tenants on a shared temp location no longer conflict) and owner-only access is enforced on all platforms; and the downloaded working file is restricted to the owner. #2823 - BugFix: Updated various dependencies for technical currency. #2817
Core SDK
- BugFix: Improved the handling of APIML service base paths in the
Services.getServicesByConfigfunction. #2819
Imperative
- Enhancement: Added a
ConfigRedactAPI, accessible via theConfig.api.redactclass instance, with methods for programmatically retrieving Zowe configuration layers with sensitive values redacted. #2827 - Enhancement: Added a
IO.hasOwnerOnlyAccessutility function to check whether a file or directory's access is restricted to the current user only, cross-platform (POSIX mode bits/owner; WindowsicaclsACL). #2823
Workflows SDK
- BugFix: Improved handling of temporary files created when uploading local workflow definitions. #2824
z/OS Files SDK
- Enhancement: Added the ability to resolve data set aliases to their true target names using the
zowe zos-files list aliascommand or theList.resolveAliasSDK method. #2728 - BugFix: Hardened temporary directory handling for partitioned data set copy so the staging directory is scoped per user (co-tenants on a shared temp location no longer conflict) and owner-only access is enforced and re-verified on all platforms. #2823