Skip to content

v8.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 21:26
· 14 commits to master since this release

Zowe CLI

  • Enhancement: Pass a .zosattributes file path for the download encoding format by adding the new --attributes flag to the zowe zos-files upload command. #2322
  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #2337
  • BugFix: Improved output formatting for zowe zos-tso start app and zowe zos-tso send app commands by parsing and displaying relevant data rather than the entire JSON response. #2347
  • Enhancement: Add the --ignore-not-found flag to avoid file-not-found error messages when deleting files so scripts are not interupted during automated batch processing. The flag bypasses warning prompts to confirm delete actions. #2254

Imperative

  • BugFix: Enabled commands with either the --help or --version flags to still display their information despite any configuration file issues. #2301

z/OS Files SDK

  • Enhancement: Allows for passing a .zosattributues file path for the download encoding format via the attributes option on the Download.ussFile method. #2322
  • BugFix: Added support for the --encoding flag to the zowe upload dir-to-uss to allow for encoding uploaded directories for command group consistency. #2337