Skip to content

v2.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 May 15:15
· 1798 commits to main since this release

Zowe Explorer

New features and enhancements

  • Added support for consoleName property in z/OSMF profiles when issuing MVS commands. #1667 Thanks @t1m0thyj
  • Updated sorting of PDS members to show items without stats at bottom of list. #2660 Thanks @t1m0thyj
  • Added support to view the Encoding history for MVS and Dataset in the History View. #2776 Thanks @KaranP25
  • Updated MVS view progress indicator for entering a filter search. #2181 Thanks @JillieBeanSim
  • Added error handling for when the default credential manager is unable to initialize. #2811 Thanks @rudyflores
  • Provide users with the option to upload binary files by implementing a "Upload Files (Binary)" right-click option in the USS tree. #1956 Thanks @likhithanimma1
  • Added Status bar to indicate that data is being pulled from mainframe. #2484 Thanks @Ash-2k3
  • Added PEM certificate support as an authentication method for logging into the API ML. #2621 Thanks @traeok

Bug fixes

  • Fixed issue where clicking on a submitted job hyperlink throws an error. #2813 Thanks @SanthoshiBoyina
  • Omitted the following Zowe Explorer commands from the Command Palette that do not execute properly when run as a standalone command: #2853 Thanks @traeok
    • Zowe Explorer: Cancel job
    • Zowe Explorer: Filter jobs
    • Zowe Explorer: Filter PDS members
    • Zowe Explorer: Sort jobs
    • Zowe Explorer: Sort PDS members
    • Zowe Explorer: Start Polling
    • Zowe Explorer: Stop Polling
  • Duplicated profile schema writing on repeated Team Config file initialization #2828 Thanks @sosadchuk
  • Fixed issue where saving changes to favorited PDS member fails when custom temp folder is set on Windows. #2880 Thanks @t1m0thyj
  • Fixed issue where data sets or members containing binary content cannot be opened. #2696 Thanks @t1m0thyj

Zowe Explorer Extension for FTP

Bug fixes

  • Fix issue with zFTP spool files not listing properly for active jobs. #2832 Thanks @tiantn
  • Changed the hashing algorithm for e-tag generation from sha1 to sha256 to avoid collisions. #2890 Thanks @traeok

Zowe Explorer APIs

New features and enhancements

  • Added optional consoleName argument to ZosmfCommandApi.issueMvsCommand. #1667 Thanks @t1m0thyj
  • Added "Date Completed" attribute to JobSortOpts enum type. #1685 Thanks @likhithanimma1
  • Added PEM certificate support as an authentication method for logging into the API ML. #2621 Thanks @traeok

Bug fixes

  • Updated @zowe/cli dependency to fix issue where "Log out of authentication service" doesn't show in Manage Profile menu. #2633 Thanks @t1m0thyj
  • Fixed regression of issue where the ProfilesCache class would retain old service profiles, even if they were removed from the team config. #2910 Thanks @t1m0thyj