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 theIZoweDatasetTreeNode
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