You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented profile determination without triggering quick pick for Submit JCL if the file is part of Zowe Explorer's temp files. #2628 Thanks @likhithanimma1
Bug fixes
Fixed the allocate-like functionality by removing the inclusion of DS item in the filter history. #2620 Thanks @likhithanimma1
Fixed issue with Submit JCL losing focus on JCL being submitted, causing the wrong job submission. #2616 Thanks @rudyflores
Fixed issue where USS file tag could get overwritten when changes to file are uploaded. #2576 Thanks @t1m0thyj
Fixed failure to refresh token value after user logs in to authentication. #2638 Thanks @adam-wolfe
Fixed order of spool files reverses when the Job is expanded and collapsed. #2644 Thanks @SanthoshiBoyina
Fixed local filtering of jobs to work with SMFID (exec-member field). #2651 Thanks @SanthoshiBoyina
Fixed tree item labels failing to update after renaming an MVS or USS file or folder. #2656 Thanks @JillieBeanSim
Updated the @zowe/cli dependency to address the "blksz to 0 after an Allocate Like" issue. #2610. Thanks @KevinLoesch1
Fixed unintended behavior in ProfileUtils.isProfileUsingBasicAuth. #2664 Thanks @zFernand0
Fixed the recent search job id filter. #2562 Thanks @jellypuno
Zowe Explorer APIs
New features and enhancements
Added optional openDs function to IZoweDatasetTreeNode to open a data set or member in the editor.
Added optional setEncoding function to IZoweDatasetTreeNode and IZoweUSSTreeNode to set the encoding of a node to binary, text, or a custom codepage.
Added optional properties binary, encoding, and encodingMap to tree node interfaces for storing the codepage of a data set or USS file.
Deprecated IZoweUSSTreeNode.binaryFiles and IZoweUSSTreeNode.setBinary in favor of IZoweUSSTreeNode.encodingMap and IZoweUSSTreeNode.setEncoding.
Deprecated 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.
Added new functions loginWithBaseProfile and logoutWithBaseProfile to provide extenders with the ability to automatically login to their respective services. #2493 Thanks @zFernand0