Releases: zowe/zowe-explorer-vscode
Releases · zowe/zowe-explorer-vscode
v2.15.1
v2.15.0
Zowe Explorer
New features and enhancements
- Implemented sorting of PDS members by date created #2707 Thanks @SanthoshiBoyina
- Added the capability for extenders to contribute new profile types to the Zowe schema during extender activation. #2508 Thanks @traeok
Bug fixes
- Adjusted order of 'Manage Profile' and 'Edit History' in the jobs tree's context menu to match the other trees. #2670 Thanks @adam-wolfe
- Fixed issue where spools with duplicate DD names would overwrite each other causing less spools in job output view #2315 Thanks @rudyflores
- To fix Strange behaviour with the Job label in Job Favorites #2632 Thanks @SanthoshiBoyina
Zowe Explorer APIs
Bug fixes
- Fix login and logout operations when APIML dynamic tokens are enabled. #2692 Thanks @zFernand0
- Fixed issue where
zosmf
profiles did not respect theprotocol
property. #2703 Thanks @traeok - Fix to restore accessibility to all profiles when default profile has APIML token authentication. #2111 Thanks @likhithanimma1
v3.0.0-next.202403051607
Zowe Explorer
New features and enhancements
- Implemented sorting of PDS members by date created #2565 Thanks @SanthoshiBoyina
- Added the capability for extenders to contribute new profile types to the Zowe schema during extender activation. #2508 Thanks @traeok
- Migrated from
@zowe/cli
package to individual Zowe SDK packages. #2719 Thanks @t1m0thyj
Bug fixes
- Fixed default behavior of "Create a new Team Configuration File" to create a Project Config instead of Project User Config. #2684 Thanks @t1m0thyj
- Adjusted order of 'Manage Profile' and 'Edit History' in the jobs tree's context menu to match the other trees. #2670 Thanks @adam-wolfe
Zowe Explorer Extension for FTP
New features and enhancements
- Added the following API:
uploadFromBuffer
- This API will be used for uploading contents in v3 instead of
putContent(s)
. Thanks @traeok
- This API will be used for uploading contents in v3 instead of
- Migrated from
@zowe/cli
package to individual Zowe SDK packages. #2719 Thanks @t1m0thyj
Zowe Explorer APIs
New features and enhancements
- Add Created Date to
stats
optional variable for storing dataset stats #2565 Thanks @SanthoshiBoyina - Add Date created to DatasetSortOpts enum #2565 Thanks @SanthoshiBoyina
- Migrated from
@zowe/cli
package to individual Zowe SDK packages. #2719 Thanks @t1m0thyj - Breaking: Added the following required API:
uploadFromBuffer
#2738- For v3, this API will be used for saving data sets and USS files instead of
putContent(s)
. Extenders must implement this API to continue supporting Zowe Explorer save operations. Thanks @traeok
- For v3, this API will be used for saving data sets and USS files instead of
Bug fixes
- Fixed issue where
zosmf
profiles did not respect theprotocol
property. #2703 Thanks @traeok - Breaking: ProfilesCache.getProfileInfo no longer accepts any parameters. #2744 Thanks @likhithanimma1
- Fix to restore accessibility to all profiles when default profile has APIML token authentication. #2111 Thanks @likhithanimma1
v3.0.0-next.202402142205
Zowe Explorer
New features and enhancements
- Breaking: Removed
zowe.uss.binary
andzowe.uss.text
commands. Usezowe.uss.openWithEncoding
instead. Thanks @t1m0thyj - 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 Thanks @JillieBeanSim
Bug fixes
- Updated dependencies for technical currency purposes.
Zowe Explorer APIs
New features and enhancements
- Breaking: Removed the following properties/methods (thanks @t1m0thyj):
IZoweUSSTreeNode.binaryFiles
->IZoweUSSTreeNode.encodingMap
IZoweUSSTreeNode.mProfileName
->IZoweUSSTreeNode.getProfileName()
IZoweUSSTreeNode.setBinary()
->IZoweUSSTreeNode.setEncoding()
- Breaking: Removed
ZoweTreeNode.binary
,ZoweTreeNode.binaryFiles
, andZoweTreeNode.shortLabel
. These properties are not applicable for all tree nodes and should be defined in subclasses ofZoweTreeNode
if necessary. Thanks @t1m0thyj - Breaking: Removed
ProfilesCache.getSchema()
,ProfilesCache.getCliProfileManager()
,ProfilesCache.saveProfile()
&ProfilesCache.deleteProfileOnDisk()
v1 Profiles manipulation endpoints. Thanks @JillieBeanSim - Added new ProfilesCache.convertV1ProfToConfig() API endpoint for extenders migrating from v1 profiles to team configuration files. #2284 Thanks @JillieBeanSim
Bug fixes
- Fix login and logout operations when APIML dynamic tokens are enabled. #2692 Thanks @zFernand0
- Updated dependencies for technical currency purposes.
v2.14.1
Zowe Explorer
Bug fixes
- Update transitive dependencies for technical currency.
Zowe Explorer Extension for FTP
Bug fixes
- Fix Windows-specific hangs when saving members that contain JCL via the FTP extension. Thanks @tiantn & @std4lqi. #2533
- Update transitive dependencies for technical currency.
Zowe Explorer APIs
Bug fixes
- Update transitive dependencies for technical currency.
v3.0.0-next.202402071248
Zowe Explorer
New features and enhancements
- Adapted to new API changes from grouping of common methods into singleton classes #2109 Thanks @rudyflores
- Migrated to webpack v5 #2214 Thanks @rudyflores
Zowe Explorer APIs
New features and enhancements
- Grouped common methods into singleton classes #2109 Thanks @rudyflores
v2.14.0
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
v3.0.0-next.202401241448
Zowe Explorer
New features and enhancements
- Removed Gulp dependency and migrated from
i18n
standard tol10n
. #2253 Thanks @rudyflores
Bug fixes
- Changed ZoweExplorerExtender.initForZowe
profileTypeConfigurations: imperative.ICommandProfileTypeConfiguration[]
to a required argument to address issues seen after registration of profile type when not passed. #2575 Thanks @JillieBeanSim
Zowe Explorer Extension for FTP
New features and enhancements
Bug fixes
- Removed outdated vscode-nls webpack plugin #2253 Thanks @rudyflores
Zowe Explorer APIs
New features and enhancements
Bug fixes
- Changed IApiExplorerExtenders.initForZowe
profileTypeConfigurations: imperative.ICommandProfileTypeConfiguration[]
to a required argument to address issues seen after registration of profile type when not passed. #2575 Thanks @JillieBeanSim
v3.0.0-next.202401121747
Zowe Explorer
New features and enhancements
- Added the Issue UNIX Commands feature. #1326 thanks @likhithanimma1
- Minimized activation function for Zowe Explorer to load only necessary items on activation. #1985 Thanks @rudyflores
- Added back local storage for Zowe Explorer persistent items Thanks @rudyflores
Bug fixes
- Update dependencies for technical currency purposes.
Zowe Explorer Extension for FTP
Bug fixes
- Update dependencies for technical currency purposes.
Zowe Explorer APIs
New features and enhancements
- Added new APIs for Issue UNIX Command. #1326 Thanks @likhithanimma1
Bug fixes
- Update dependencies for technical currency purposes.
v1.22.6
Zowe Explorer
Bug fixes
- Update dependencies for technical currency purposes.
Zowe Explorer Extension for FTP
Bug fixes
- Update dependencies for technical currency purposes.
Zowe Explorer APIs
Bug fixes
- Update dependencies for technical currency purposes.