You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancement: Added the ability to resolve data set aliases to their true target names using the zowe zos-files list alias command or the List.resolveAlias SDK method. #2728
BugFix: Hardened temporary file handling for the zowe zos-files edit command: 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.getServicesByConfig function. #2819
Imperative
Enhancement: Added a ConfigRedact API, accessible via the Config.api.redact class instance, with methods for programmatically retrieving Zowe configuration layers with sensitive values redacted. #2827
Enhancement: Added a IO.hasOwnerOnlyAccess utility function to check whether a file or directory's access is restricted to the current user only, cross-platform (POSIX mode bits/owner; Windows icacls ACL). #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 alias command or the List.resolveAlias SDK 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