Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.0.0-next.202407051717
Imperative
- BugFix: V3 Breaking: Modified the ConvertV1Profiles.convert API to accept a new ProfileInfo option and initialize components sufficiently to enable VSCode apps to convert V1 profiles. #2170
v8.0.0-next.202407021516
Zowe CLI
- BugFix: Updated dependencies for technical currency #2188
Imperative
- BugFix: Updated dependencies for technical currency #2188
- Update: See
5.25.0
for details
z/OS Files SDK
- BugFix: Updated dependencies for technical currency #2188
Secrets SDK
- BugFix: Updated dependencies for technical currency #2188
CLI Test Utils
- BugFix: Updated dependencies for technical currency #2188
v8.0.0-next.202406201950
Imperative
- Enhancement: Added
ProfileInfo.profileManagerWillLoad
function to verify the credential manager can load. #2111
v7.27.0
Imperative
- Enhancement: Added
ProfileInfo.profileManagerWillLoad
function to verify the credential manager can load. #2111 - Enhancement: Added support for proxy servers using a proxy http agent. Supports the usage of the environment variables HTTP_PROXY, HTTPS_PROXY (not case sensitive).
- If any of these environment variables is set and depending how the Zowe session is configured for http or https, the REST client instantiates an appropriate http agent.
- If the z/OS system uses self-signed certificates then the proxy server must be configured to accept them.
- If the proxy server itself is configured with self-signed certificates then the user needs to either import these certificates on their workstation, use rejectUnauthorized in their Zowe profile, or use the (not recommended) nodejs variable NODE_TLS_REJECT_UNAUTHORIZED=0.
- Zowe also looks for the environment variable NO_PROXY. These work with a simple comma separated list of hostnames that need to match with the hostname of the Zowe profile.
v8.0.0-next.202406172053
Release 8.0.0-next.202406172053 to next
v8.0.0-next.202406140245
Zowe CLI
- BugFix: Updated documentation for the
zos-files search ds
command's--mainframe-search
option to include a disclaimer about z/OSMF API limitations. #2160
v8.0.0-next.202406111958
Core SDK
- BugFix: Deprecated the IHeaderContent interface - use
IHeaderContent
from@zowe/imperative
. #2083
Imperative
- LTS Breaking: Modified the @zowe/imperative SDK #2083
- Removed the following exported classes:
- AbstractAuthHandler
- AbstractCommandYargs
- AbstractHelpGenerator
- AbstractHelpGeneratorFactory
- CommandPreparer
- CommandProcessor
- CommandUtils
- CommandYargs
- CompressionUtils
- ConfigAutoStore
- ConfigurationLoader
- ConfigurationValidator
- DefinitionTreeResolver
- FailedCommandHandler
- GroupCommandYargs
- HelpConstants
- HelpGeneratorFactory
- ImperativeReject
- LoggerConfigBuilder
- LoggerUtils
- RestStandAloneUtils
- SharedOptions
- SyntaxValidator
- WebHelpManager
- YargsConfigurer
- YargsDefiner
- Removed the following exported interfaces:
- ICommandHandlerResponseChecker
- ICommandHandlerResponseValidator
- ICommandValidatorError
- ICommandValidatorResponse
- IConstructor
- IHelpGenerator
- IHelpGeneratorFactory
- IYargsParms
- IYargsResponse
- Deprecated the following classes:
- Operation
- Operations
- Removed the following exported classes:
z/OS Files SDK
- LTS Breaking: Modified the zos-files SDK. #2083
- Deprecated the following interfaces:
- IOptionsFullResponse - use
IOptionsFullResponse
from@zowe/imperative
. - IRestClientResponse - use
IRestClientResponse
from@zowe/imperative
.
- IOptionsFullResponse - use
- Deprecated the following interfaces:
v8.0.0-next.202406111728
Imperative
- Enhancement: Added
BufferBuilder
utility class to provide convenient way of downloading to a stream that can be read as a buffer. #2167 - BugFix: Fixed error in REST client that when using stream could cause small data sets to download with incomplete contents. #744
- BugFix: Updated
micromatch
dependency for technical currency. #2167
z/OS Files SDK
- BugFix: Fixed error where
Get.dataSet
andGet.USSFile
methods could silently fail when downloading large data sets or files. #2167
z/OS Jobs SDK
- BugFix: Fixed error in
DownloadJobs.downloadSpoolContentCommon
method when encoding parameter is not specified. #2173
v7.26.1
v7.26.0
Imperative
- Enhancement: Added
BufferBuilder
utility class to provide convenient way of downloading to a stream that can be read as a buffer. #2167 - BugFix: Fixed error in REST client that when using stream could cause small data sets to download with incomplete contents. #744
- BugFix: Updated
micromatch
dependency for technical currency. #2167
z/OS Files SDK
- BugFix: Fixed error where
Get.dataSet
andGet.USSFile
methods could silently fail when downloading large data sets or files. #2167