Releases: zowe/zowe-cli
Releases · zowe/zowe-cli
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
v8.0.1
v8.0.0
Zowe CLI
- MAJOR: v8.0.0 Release
Core SDK
- MAJOR: v8.0.0 Release
Imperative
- MAJOR: v8.0.0 Release
z/OS Console SDK
- MAJOR: v8.0.0 Release
z/OS Files SDK
- MAJOR: v8.0.0 Release
z/OS Jobs SDK
- MAJOR: v8.0.0 Release
z/OS Logs SDK
- MAJOR: v8.0.0 Release
Provisioning SDK
- MAJOR: v8.0.0 Release
Secrets SDK
- MAJOR: v8.0.0 Release
z/OS TSO SDK
- MAJOR: v8.0.0 Release
z/OS USS SDK
- MAJOR: v8.0.0 Release
Workflows SDK
- MAJOR: v8.0.0 Release
z/OSMF SDK
- MAJOR: v8.0.0 Release
CLI Test Utils
- MAJOR: v8.0.0 Release
v8.0.0-next.202409191615
Zowe CLI
- Update: Final prerelease
Core SDK
- Update: Final prerelease
Imperative
- Update: Final prerelease
- Update: See
5.27.1
for details
z/OS Console SDK
- Update: Final prerelease
z/OS Files SDK
- Update: Final prerelease
z/OS Jobs SDK
- Update: Final prerelease
z/OS Logs SDK
- Update: Final prerelease
Provisioning SDK
- Update: Final prerelease
Secrets SDK
- Update: Final prerelease
z/OS TSO SDK
- Update: Final prerelease
z/OS USS SDK
- Update: Final prerelease
Workflows SDK
- Update: Final prerelease
z/OSMF SDK
- Update: Final prerelease
CLI Test Utils
- Update: Final prerelease
v7.29.2
v8.0.0-next.202409111528
Release 8.0.0-next.202409111528 to next
v8.0.0-next.202409091603
Release 8.0.0-next.202409091603 to next
v8.0.0-next.202408271330
Imperative
- LTS Breaking: #2231
- Removed the obsolete V1
profiles
property fromIHandlerParameters
interface - Deprecated the following obsolete V1 profile interfaces:
IProfileTypeConfiguration.dependencies
- For team config, use nested profiles insteadIProfileTypeConfiguration.validationPlanModule
- For team config, validate with JSON schema instead
- Deprecated the following obsolete V1 profile classes/functions:
CliUtils.getOptValueFromProfiles
- UsegetOptValuesFromConfig
instead to load from team configCommandProfiles
- Use theV1ProfileRead
class if you still need to read V1 profiles
- Removed the obsolete V1
CLI Test Utils
- BugFix: Removed obsolete V1
profiles
property from the parameters object returned bymockHandlerParameters
method.