npm @zowe/zowe-explorer-api 3.0.0-next.202402142205
v3.0.0-next.202402142205

latest releases: 2.16.2, 1.22.8, 2.16.1...
4 months ago

Zowe Explorer

New features and enhancements

  • Breaking: Removed zowe.uss.binary and zowe.uss.text commands. Use zowe.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, and ZoweTreeNode.shortLabel. These properties are not applicable for all tree nodes and should be defined in subclasses of ZoweTreeNode 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.

Don't miss a new zowe-explorer-api release

NewReleases is sending notifications on new releases.