Skip to content

Releases: zowe/zowe-explorer-vscode

v2.15.1

19 Mar 13:58
Compare
Choose a tag to compare

Zowe Explorer

Bug fixes

  • Fixed issue where VS Code quick pick separators were used in environments that did not support the feature. #2771 Thanks @traeok

Zowe Explorer APIs

Bug fixes

  • Fixed TypeError encountered in the ProfilesCache.checkMergingConfigAllProfiles function when merging profiles. #2771 Thanks @traeok

v2.15.0

11 Mar 17:02
Compare
Choose a tag to compare

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 the protocol 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

05 Mar 18:07
Compare
Choose a tag to compare
Pre-release

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
  • 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

Bug fixes

  • Fixed issue where zosmf profiles did not respect the protocol 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

15 Feb 13:57
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

New features and enhancements

  • Breaking: Removed zowe.uss.binary and zowe.uss.text commands. Use zowe.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, and ZoweTreeNode.shortLabel. These properties are not applicable for all tree nodes and should be defined in subclasses of ZoweTreeNode 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

14 Feb 16:02
Compare
Choose a tag to compare

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

07 Feb 12:53
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

New features and enhancements

Zowe Explorer APIs

New features and enhancements

v2.14.0

25 Jan 16:53
Compare
Choose a tag to compare

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 and logoutWithBaseProfile. #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 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
  • Added APIML dynamic token support. #2665 Thanks @zFernand0
  • Added new optional method getCommonApi to ZoweExplorerApi.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 in ZoweVsCodeExtension. #2606 Thanks @zFernand0
  • Fixed ZoweVsCodeExtension.promptUserPass to not use hardcoded values for user and password. #2666 Thanks @zFernand0

v3.0.0-next.202401241448

24 Jan 21:03
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

New features and enhancements

  • Removed Gulp dependency and migrated from i18n standard to l10n. #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

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

12 Jan 17:52
Compare
Choose a tag to compare
Pre-release

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

Bug fixes

  • Update dependencies for technical currency purposes.

v1.22.6

09 Jan 19:24
Compare
Choose a tag to compare

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.