Skip to content

Releases: zowe/zowe-explorer-vscode

v2.0.0-next.202204081040

08 Apr 15:16
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

Extensibility API for Zowe Explorer.

  • Added documentation on promptCredentials(). #1728 Thanks @zFernand0
  • Updated ProfilesCache.refresh() to handle the merging of v1 and v2 profiles. #1729 Thanks @JillieBeanSim

Early Access Documentation

v2.0.0-next.202204041200

04 Apr 18:29
9305ad7
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

Extensibility API for Zowe Explorer.

  • Added new API to expose promptCredentials for extender use. #1699 Thanks @zFernand0.

Early Access Documentation

v2.0.0-next.202202281000

02 Mar 16:10
f391eb5
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

  • Update Zowe CLI SDK to version 7.0.0-next.202202242016. Thanks @JillieBeanSim .
  • Fixed the bug that overwrites like-named profiles in a nested config #1618. Thanks @crawr

Early Access Documentation

v2.0.0-next.202202221200

22 Feb 17:17
8fd64d8
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

  • Added extender'''s type info to config schema during config file creation and removed Zowe CLI installation dependency. #1629. Thanks @JillieBeanSim
  • Added support for Login and Logout using the config file. #1637. Thanks @JillieBeanSim
  • Added capability to refresh Zowe Explorer updating the Views to reflect different profile handling to include the config file. #1650. Thank @crawr and @JillieBeanSim
  • Updated Zowe SDK dependency. #1624. Thanks @crawr

Early Access Documentation

v1.22.0

11 Feb 14:49
54ccad2
Compare
Choose a tag to compare

Zowe Explorer

  • Added: Extensible Login and Logout capabilities for Zowe extenders to utilize for token based authentication. #1255. Thanks @JillieBeanSim
  • Added: Eclipse Public License file. Users can view the license file in the root directory of the Zowe Explorer repository #1626. Thanks @jmertic
  • Updated: Supported Node.js version was changed to v12 or higher. We no longer support running the product on earlier versions (10.x and earlier) of Node.js #1640. Thanks @JillieBeanSim
  • Updated: Security updates for copy-props, nanoid, and markdown-it dependencies were changed to improve security alerting #1638, #1636, and #1649. Thanks @zFernand0
  • Updated: A work around was developed to help developers debug Zowe Explorer VS Code extension on Theia. For more information, see Work around for debugging in Theia #1576. Thanks @rudyflores
  • Fixed: The Zowe Explorer deployment script was updated to use vsce (Visual Studio Code Extension Manager) version 1.103.1 to help ensure that it is compatible with Node v12 #1608. Thanks @lauren-li
  • Fixed: Fixed the Theia input box issue that caused entered values to be validated incorrectly #1580. Thanks @JillieBeanSim
  • Fixed: Issue TSO Command input cancelling message #1645. Thanks @roman-kupriyanov

Zowe Explorer Extension for FTP

  • Added unit tests for the MVS and JES functionality #1632. Thanks @tiantn

v2.0.0-next.202112161700

16 Dec 16:08
6b2da66
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.19.0...v2.0.0-next.202112161700

v1.21.0

09 Dec 16:55
Compare
Choose a tag to compare

Zowe Explorer

  • Add a progress bar for the simultaneous deletion of multiple jobs #1583. Thanks @uzuko01
  • Added the note about the deprecation of the associate profile feature to the Associate Profile section of Zowe Docs and to the Zowe Explorer Readme #1575. Thanks @IgorCATech
  • Changed the DataSet uploaded successfully message type. Now messages are shown in the status bar instead of the notification pop-up #1542. Thanks @anokhikastiaIBM
  • Updated dependencies for improved security #1591 and #1601. Thanks @lauren-li
  • Updated Theia tests to use the latest Theia version #1566. Thanks @JillieBeanSim
  • Fixed the issue that caused JCL errors in the JOBS tree to be displayed as undefined:undefined(undefined) #1584. Thanks @roman-kupriyanov
  • Fixed the Theia input box issue that caused entered values to be incorrectly validated #1580. Thanks @JillieBeanSim
  • Fixed the issue that caused the removal of unsaved credentials of a profile in the Jobs tree after deleting a job. Now when you delete a job from the Jobs tree with a profile that does not have the stored credentials, the profile keeps the cached credentials #1524. Thanks @nickImbirev

Zowe Explorer Extension for FTP

  • Added unit tests for the FTP USS functionality #1582 and 1596. Thanks @tiantn and @JillieBeanSim
  • Standardized the user interface and log messages with severity specifications using the Zowe Explorer API logger functions #1518. Thanks @katelynienaber

v1.20.0

25 Oct 20:54
Compare
Choose a tag to compare

Zowe Explorer

  • Added a Github action bot that automates the issue triage #1530. Thanks @crawr
  • Updated the @zowe/cli version to 6.33.3 to fix the SSH2 audit failure #1522. Thanks @JillieBeanSim
  • Updated the Jobs Issue Stop and Issue Modify commands so that they can be consumed by Extenders with the issueMvsCommand API #1508. Thanks @JillieBeanSim
  • Use Visual Studio Code's standard confirmation prompt for the Data Sets, USS, and Job trees when clicking on a Favorited profile that does not exist #1506. Thanks @JillieBeanSim
  • Updated the deletion prompt for the USS and Jobs trees #1505. Thanks @JillieBeanSim
  • Updated the placeholder text in the Add Profile entry field #1490. Thanks @anokhikastiaIBM
  • Fixed the Not Found issue that resulted from attempts to delete a member whose parent data set was already deleted using multi-delete #1525. Thanks @JillieBeanSim

v2.0.0-next.202110141604

14 Oct 17:03
31cdc27
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.19.0...2.0.0-next.202110141604

Early Access Documentation

v1.19.0

20 Sep 16:21
Compare
Choose a tag to compare

Zowe Explorer

  • Added a check to ensure that a base profile exists before running the function that combines base and service profiles #1500. Thanks @lauren-li
  • Added Imperative logger access for extenders #1433. Thanks @katelynienaber
  • Added documentation for Imperative logger for extenders #1467. Thanks @katelynienaber
  • Implemented separate console windows for TSO and MVS commands #1478. Thanks @katelynienaber
  • Fixed the bug that caused the check credentials pop-up to disappear too quickly #1486. Thanks @JillieBeanSim
  • Fixed the bug that kept the command text box while escaping the process of entering a TSO command. Now the command text box does not pop up if you cancel entering a TSO command #1479. Thanks @katelynienaber
  • Fixed the bug that caused issues with deleting data set members in Ecplipse Theia or Che #1487. Thanks @phaumer
  • Fixed the bug that caused the deletion of selected data sets while removing a single data set member by using the right-click action. #1483. Thanks @JillieBeanSim

Zowe Explorer Extension for FTP

  • Added support for the validate profile and credential features #1443. Thanks @tiantn