npm @zowe/zowe-explorer-api 2.12.0
v2.12.0

10 months ago

Zowe Explorer

New features and enhancements

  • Added "Sort Jobs" feature in Jobs tree view: accessible via sort icon or right-clicking on session node. #2257 Thanks @likhithanimma1
  • Introduce a new user interface for managing profiles via right-click action "Manage Profile". Thanks @JillieBeanSim
  • Added new edit feature on Edit Attributes view for changing file tags on USS. #2113 Thanks @rudyflores
  • Added new ProfilesCache API getConfigArray to allow extenders to get the registered profile type's metadata for team configuration file creation handled outside of Zowe Explorer views. #2394 Thanks @likhithanimma1
  • Added ability to install extension from VS Code marketplace if custom credential manager extension is missing after defining it on imperative.json. #2381 Thanks @rudyflores
  • Added new right-click action for Submit as JCL for local files in the VS Code file explorer as well as files opened in the VS Code text editor. #2475 Thanks @JillieBeanSim
  • Added "Sort PDS members" feature in Data Sets tree view: accessible via sort icon on session node, or by right-clicking a PDS or session. #2420 Thanks @traeok
  • Added "Filter PDS members" feature in Data Sets tree view: accessible via filter icon on session node, or by right-clicking a PDS or session. #2420 Thanks @traeok
  • Added descriptions to data set nodes if filtering and/or sorting is enabled (where applicable). Thanks @traeok
  • Added webview for editing persistent items on Zowe Explorer. #2488 Thanks @rudyflores

Bug fixes

  • Fixed submitting local JCL using command pallet option Zowe Explorer: Submit as JCL by adding a check for chosen profile returned to continue the action. #1625 Thanks @JillieBeanSim
  • Fixed conflict resolution being skipped if local and remote file have different contents but are the same size. #2496 Thanks @t1m0thyj
  • Fixed issue with token based auth for unsecure profiles in Zowe Explorer. #2518 Thanks @rudyflores

Zowe Explorer Extension for FTP

Bug fixes

  • Fixed ECONNRESET error when trying to upload or create an empty data set member. #2350 Thanks @traeok

Zowe Explorer APIs

New features and enhancements

  • Added optional getTag function to ZoweExplorerAPI.IUss for getting the tag of a file on USS. Thanks @rudyflores
  • Added new ProfilesCache API getConfigArray to allow extenders to get the registered profile type's metadata for team configuration file creation handled outside of Zowe Explorer views. #2394 Thanks @likhithanimma1
  • Add sort and filter optional variables for storing sort/filter options alongside tree nodes. #2420 Thanks @traeok
  • Add stats optional variable for storing dataset stats (such as user, modified date, etc.). Thanks @traeok
  • Add option enums and types for sorting, filtering and sort direction in tree nodes. #2420 Thanks @traeok
  • Added option for retaining context when generating webviews in Webview API. Thanks @rudyflores

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

NewReleases is sending notifications on new releases.