Zowe Explorer
New features and enhancements
- Added new data set creation template for partitioned data set extended. #2600 Thanks @patricktiu
- Added "Open with Encoding" feature to open data sets and USS files in a non-standard codepage. #2435 Thanks @t1m0thyj
- Adopted new common methods for
loginWithBaseProfile
andlogoutWithBaseProfile
. #2493 Thanks @zFernand0 - Added APIML dynamic token support. #2665 Thanks @zFernand0
- 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 toIZoweDatasetTreeNode
to open a data set or member in the editor. - Added optional
setEncoding
function toIZoweDatasetTreeNode
andIZoweUSSTreeNode
to set the encoding of a node to binary, text, or a custom codepage. - Added optional properties
binary
,encoding
, andencodingMap
to tree node interfaces for storing the codepage of a data set or USS file. - Deprecated
IZoweUSSTreeNode.binaryFiles
andIZoweUSSTreeNode.setBinary
in favor ofIZoweUSSTreeNode.encodingMap
andIZoweUSSTreeNode.setEncoding
. - Deprecated
ZoweTreeNode.binary
,ZoweTreeNode.binaryFiles
, andZoweTreeNode.shortLabel
. These properties are not applicable for all tree nodes and should be defined in subclasses ofZoweTreeNode
if necessary. - Added new functions
loginWithBaseProfile
andlogoutWithBaseProfile
to provide extenders with the ability to automatically login to their respective services. #2493 Thanks @zFernand0 - Added APIML dynamic token support. #2665 Thanks @zFernand0
- Added new optional method
getCommonApi
toZoweExplorerApi.IApiRegisterClient
for enhanced typings in other Zowe Explorer APIs. #2493 Thanks @zFernand0
Bug fixes
- Added a return type of void for
IZoweUSSTreeNode.openUSS
. - Fixed use of
this
in static methods inZoweVsCodeExtension
. #2606 Thanks @zFernand0 - Fixed
ZoweVsCodeExtension.promptUserPass
to not use hardcoded values for user and password. #2666 Thanks @zFernand0