Skip to content

Releases: zowe/zowe-cli

v7.29.3

04 Oct 15:27
Compare
Choose a tag to compare

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

03 Oct 18:06
Compare
Choose a tag to compare

Core SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS Console SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS Files SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #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 tagged next. #2287

z/OS Logs SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

Provisioning SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS TSO SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OS USS SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

Workflows SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

z/OSMF SDK

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

CLI Test Utils

  • BugFix: Updated peer dependencies to ^8.0.0, dropping support for versions tagged next. #2287

v8.1.0

02 Oct 20:18
Compare
Choose a tag to compare

Zowe CLI

  • Enhancement: Added --stateful flag to zos-tso issue cmd to allow declaring the statefulness of the address space being created. #2240
  • Enhancement: --suppress-startup-messages flag default value changed to true. #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 with IssueTsoCmd() 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

27 Sep 14:14
Compare
Choose a tag to compare

Imperative

  • BugFix: Removed Secrets SDK requirement when Imperative is a bundled dependency. #2276

v8.0.0

19 Sep 19:18
Compare
Choose a tag to compare

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

19 Sep 16:17
Compare
Choose a tag to compare
Pre-release

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

18 Sep 15:34
Compare
Choose a tag to compare

Imperative

  • BugFix: Updated dataobject-parser dependency for technical currency. #2262
  • BugFix: Updated fs-extra and jsonfile dependencies for technical currency. #2264

v8.0.0-next.202409111528

11 Sep 15:30
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202409111528 to next

v8.0.0-next.202409091603

09 Sep 16:04
Compare
Choose a tag to compare
Pre-release
Release 8.0.0-next.202409091603 to next

v8.0.0-next.202408271330

27 Aug 13:31
Compare
Choose a tag to compare
Pre-release

Imperative

  • LTS Breaking: #2231
    • Removed the obsolete V1 profiles property from IHandlerParameters interface
    • Deprecated the following obsolete V1 profile interfaces:
      • IProfileTypeConfiguration.dependencies - For team config, use nested profiles instead
      • IProfileTypeConfiguration.validationPlanModule - For team config, validate with JSON schema instead
    • Deprecated the following obsolete V1 profile classes/functions:
      • CliUtils.getOptValueFromProfiles - Use getOptValuesFromConfig instead to load from team config
      • CommandProfiles - Use the V1ProfileRead class if you still need to read V1 profiles

CLI Test Utils

  • BugFix: Removed obsolete V1 profiles property from the parameters object returned by mockHandlerParameters method.