Skip to content

v3.0.0-next.202409132122

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 21:28
· 295 commits to main since this release

Zowe Explorer

New features and enhancements

  • Implemented support for favoriting a data set search that contains member wildcards. #1164 thanks @traeok
  • Resolved TypeError: Cannot read properties of undefined (reading 'direction') error for favorited items. #3067 Thanks @traeok

Bug fixes

  • Fix issue with outdated SSH credentials stored securely in the SSH profile causing errors. #2901 Thanks @likhithanimma1

Zowe Explorer APIs

New features and enhancements

  • Added optional patternMatches property to the IZoweDatasetTreeNode interface to cache pattern matches from an applied filter search. #1164 Thanks @traeok

Bug fixes

  • Fix extender's ability to fetch profile information from ProfilesCache for SSH profile types. thanks @JillieBeanSim