Skip to content

Releases: zowe/zowe-cli

v8.0.0-next.202407311544

31 Jul 15:46
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202407311544 to next

v8.0.0-next.202407291826

29 Jul 18:28
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202407291826 to next

v8.0.0-next.202407262216

26 Jul 22:18
Compare
Choose a tag to compare
Pre-release

Imperative

  • Update: See 5.26.1 for details

CLI Test Utils

  • Update: See 7.28.2 for details

v7.28.2

25 Jul 20:37
Compare
Choose a tag to compare

CLI Test Utils

  • BugFix: Improved the error message shown on Windows when runCliScript method cannot find sh executable on PATH. #2208

v7.28.1

24 Jul 14:14
Compare
Choose a tag to compare

Imperative

  • Bugfix: Export new Proxy class from Zowe imperative package. #2205

v8.0.0-next.202407232256

23 Jul 22:57
Compare
Choose a tag to compare
Pre-release

Imperative

  • Enhancement: Allowed boolean value (false) to be provided to the Credential Manager related function. zowe-explorer-vscode#2622
  • Update: See 5.26.0 for details

v7.28.0

23 Jul 13:17
Compare
Choose a tag to compare

Imperative

  • Enhancement: Updated ProfileInfo.updateProperty function to support updating properties in typeless profiles. #2196

v8.0.0-next.202407181904

18 Jul 19:05
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • Enhancement: The 'zowe config auto-init' command now generates a base profile name of 'global_base' or 'project_base', depending on whether a global or project configuration file is being generated. Related to Zowe Explorer issue zowe/zowe-explorer-vscode#2682.

Imperative

  • Enhancement: Added the function ConfigUtils.formGlobOrProjProfileNm and modified the function ConfigBuilder.build so that the 'zowe config init' command now generates a base profile name of 'global_base' or 'project_base', depending on whether a global or project configuration file is being generated. Related to Zowe Explorer issue zowe/zowe-explorer-vscode#2682.

v8.0.0-next.202407181255

18 Jul 12:57
Compare
Choose a tag to compare
Pre-release

Imperative

  • BugFix: Resolved bug that resulted in each plug-in to have identical public registries regardless of actual installation location/reference. #2189
  • BugFix: Resolved bug that resulted in every plug-in to have the same registry location field as the first if multiple plugins were installed in the same command. #2189

v8.0.0-next.202407112150

11 Jul 21:52
Compare
Choose a tag to compare
Pre-release

Imperative

  • Enhancement: Add client-side custom-event handling capabilities. #2136
  • Next-Breaking: Refactored the Imperative Event Emitter class. #2136
    • Removed the ImperativeEventEmitter class.
    • Added an EventProcessor class to handle event listening and emitting.
    • Added an EventOperator class to handle creation and deletion of EventProcessors.
    • Added an EventUtils class to contain all common utility methods for the Client Event Handling capabilities.
    • Added IEmitter, IWatcher, and IEmitterAndWatcher interfaces to expose what application developers should see.