Skip to content

Releases: zowe/zowe-explorer-vscode

v2.0.1

10 May 18:47
Compare
Choose a tag to compare

Zowe Explorer

  • BugFix: Improved logging information to help diagnose Team Profile issues. #1776 Thanks @phaumer
  • BugFix: Fixed adding profiles to the tree view on Theia. #1774 Thanks @JillieBeanSim
  • BugFix: Updated Log4js version to resolve initialization problem on Eclipse Che. #1692 Thanks @rudyflores and @phaumer
  • BugFix: Fixed dataset upload issue by trimming labels. #1789 Thanks @zFernand0
  • BugFix: Fixed duplicate jobs appearing in the jobs view upon making an owner/prefix filter search for extenders. #1780 Thanks @rudyflores
  • BugFix: Fixed error displayed when opening a job file for extenders. #1701 Thanks @rudyflores

Zowe Explorer Extension for FTP

  • BugFix: Fixed eTag related issue when saving USS files. #1732 Thanks @tiantn

v2.0.0

27 Apr 14:31
18aa81c
Compare
Choose a tag to compare

Zowe Explorer

  • Major: Introduced Team Profiles and more. See the prerelease items (if any) below for more details.

Zowe Explorer Extension for FTP

  • Major: Introduced Team Profiles and more. See the prerelease items (if any) below for more details.

Extensibility API for Zowe Explorer.

  • Major: Introduced Team Profiles and more. See the prerelease items (if any) below for more details.

v2.0.0-next.202204202000

21 Apr 11:54
2837df3
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

  • Updated Imperative to gather information from the corresponding base profile. #1757 Thanks @zFernand0
  • Fixed issue when first Team Config profile management file is created. #1754 Thanks @JillieBeanSim
  • Fixed Failed to find property user on load or refresh. #1757 Thanks @zFernand0
  • Fixed getting credentials from the wrong base profile. #1757 Thanks @zFernand0
  • Fixed writing tokens to the wrong base profile. #1757 Thanks @zFernand0
  • Fixed Windows not being able to share Tokens between CLI and ZE. #1757 Thanks @zFernand0
  • Fixed Login info written to global file if profile name is the same as project level profile. #1761 Thanks @JillieBeanSim

Early Access Documentation

v1.22.1

21 Apr 13:12
e2a7b3e
Compare
Choose a tag to compare

Zowe Explorer Extension for FTP

  • BugFix: Added a warning prompt so the user is aware some content may be truncated. #1746

v2.0.0-next.202204180940

18 Apr 13:55
Compare
Choose a tag to compare
Pre-release

Zowe Explorer

Early Access Documentation

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