Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.0.0-next.202407311544
Release 8.0.0-next.202407311544 to next
v8.0.0-next.202407291826
Release 8.0.0-next.202407291826 to next
v8.0.0-next.202407262216
Imperative
- Update: See
5.26.1
for details
CLI Test Utils
- Update: See
7.28.2
for details
v7.28.2
v7.28.1
v8.0.0-next.202407232256
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
v8.0.0-next.202407181904
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
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
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 ofEventProcessors
. - Added an
EventUtils
class to contain all common utility methods for the Client Event Handling capabilities. - Added
IEmitter
,IWatcher
, andIEmitterAndWatcher
interfaces to expose what application developers should see.
- Removed the