Skip to content

v8.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 20:43
· 523 commits to master since this release

Zowe CLI

  • Enhancement: Add the ability to search data sets with regex patterns by passing --regex into the search command. #2432

Imperative

  • BugFix: When in daemon mode, the user would not see Imperative initialization errors, but now the errors are passed back to the user's terminal window. #1875.
  • Enhancement: Added a favicon to the Web Help that displays in browser tabs. [#801] (#801)

z/OS Files SDK

  • Enhancement: Added the ability to search data sets with regex patterns by setting ISearchOptions.regex to true. #2432
  • Ehancement: Added optional field ISearchMatchLocation.length which provides the length of the match on a string. #2443