Skip to content

v8.30.0

Choose a tag to compare

@github-actions github-actions released this 18 Feb 14:08
· 283 commits to master since this release

Imperative

  • Enhancement: Added an optional scrtData object to the ISession interface for a Session object. The scrtData is transmitted as a new HTTP header named Zowe-SCRT-client-feature to the targeted REST service. #2678
  • Enhancement: Updated config files to support environment variables in $VARIABLE and ${VARIABLE} formats. #2672
    • Properties that contain a valid environment variable cannot be set or changed with the Config.set function. They can only be updated in an editor.
    • Properties that map to an unset environment variable are treated as a literal string.
  • BugFix: Updated markdown-it dependency for technical currency. #2672