Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
v8.5.0
v8.4.0
v8.3.1
v8.3.0
v8.2.0
Imperative
- Enhancement: Use the new SDK method
ConfigUtils.hasTokenExpired
to check whether a given JSON web token has expired. #2298 - Enhancement: Use the new SDK method
ProfileInfo.hasTokenExpiredForProfile
to check whether the JSON web token has expired for a specified profile. #2298
z/OS Files SDK
- Enhancement: Added an optional
continueSearch
function to theISearchOptions
interface. After a data set listing is completed, the new function is called with the list of data sets about to be searched. This allows the extender or end users to continue with the search or cancel it. #2300
v8.1.2
Zowe CLI
- BugFix: Fixed issues flagged by Coverity #2291
Imperative
- BugFix: Fixed issues flagged by Coverity #2291
- BugFix: Fixed an issue where the default credential manager failed to load when using ESM or the Node.js REPL environment. #2297
Secrets SDK
- BugFix: Updated dependencies for technical currency. #2289
v7.29.3
z/OS Files SDK
- BugFix: Fixed an issue with the
List.dataSetsMatchingPattern
method where migrated data sets could break fetching attributes for other data sets. #2285
z/OS Jobs SDK
- BugFix: Fixed error in
DownloadJobs.downloadSpoolContentCommon
method causing binary spool files to be corrupted by newline normalization. #2282
v8.1.1
Core SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
z/OS Console SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
z/OS Files SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287 - BugFix: Fixed an issue with the
List.dataSetsMatchingPattern
method where migrated data sets could break fetching attributes for other data sets. #2285
z/OS Jobs SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
z/OS Logs SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
Provisioning SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
z/OS TSO SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
z/OS USS SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
Workflows SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
z/OSMF SDK
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
CLI Test Utils
- BugFix: Updated peer dependencies to
^8.0.0
, dropping support for versions taggednext
. #2287
v8.1.0
Zowe CLI
- Enhancement: Added
--stateful
flag tozos-tso issue cmd
to allow declaring the statefulness of the address space being created. #2240 - Enhancement:
--suppress-startup-messages
flag default value changed totrue
. #2240
Imperative
- Enhancement: Added the ability to specify a profile with the
zowe config secure
command. This allows the user to prompt for the secure values of the specified profile. [#1890] #1890
z/OS Jobs SDK
- BugFix: Fixed error in
DownloadJobs.downloadSpoolContentCommon
method causing binary spool files to be corrupted by newline normalization. #2282
z/OS TSO SDK
- Enhancement: Deprecated
IssueTsoCommand()
function and replaced withIssueTsoCmd()
for compatibility with z/OS version 2.4. #2240 - Enhancement: Modified
IIssueReponse
to handle z/OS 2.4 and newer TSO command response. #2240- Old API behavior will be utilized upon specifying --ssm to be false, otherwise try new API and if it fails, fallback to old API.
- Specifying --ssm to be false makes the value of --stateful have no impact on behavior since old API behavior does not utilize statefulness.
z/OSMF SDK
- Enhancement: Created
isZosVersionAtLeast()
function to allow for dynamic behavior based on z/OS version. #2240