Zowe Explorer
New features and enhancements
- Breaking: Removed
zowe.uss.binary
andzowe.uss.text
commands. Usezowe.uss.openWithEncoding
instead. - Added UI migration steps on startup for users with v1 profiles to either convert existing v1 profiles to team configuration file or create a new team configuration file. #2284
Bug fixes
- Updated dependencies for technical currency purposes.
Zowe Explorer APIs
New features and enhancements
- Breaking: Removed the following properties/methods:
IZoweUSSTreeNode.binaryFiles
->IZoweUSSTreeNode.encodingMap
IZoweUSSTreeNode.mProfileName
->IZoweUSSTreeNode.getProfileName()
IZoweUSSTreeNode.setBinary()
->IZoweUSSTreeNode.setEncoding()
- Breaking: Removed
ZoweTreeNode.binary
,ZoweTreeNode.binaryFiles
, andZoweTreeNode.shortLabel
. These properties are not applicable for all tree nodes and should be defined in subclasses ofZoweTreeNode
if necessary. - Breaking: Removed
ProfilesCache.getSchema()
,ProfilesCache.getCliProfileManager()
,ProfilesCache.saveProfile()
&ProfilesCache.deleteProfileOnDisk()
v1 Profiles manipulation endpoints. - Added new ProfilesCache.convertV1ProfToConfig() API endpoint for extenders migrating from v1 profiles to team configuration files. #2284
Bug fixes
- Fix login and logout operations when APIML dynamic tokens are enabled. #2692
- Updated dependencies for technical currency purposes.