Skip to content

Releases: zowe/zowe-cli

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.

v8.0.0-next.202408261543

26 Aug 15:45
Compare
Choose a tag to compare
Pre-release

Zowe CLI

  • BugFix: Updated micromatch dependency for technical currency. #2242

v7.29.1

26 Aug 16:52
Compare
Choose a tag to compare

Zowe CLI

  • BugFix: Updated micromatch dependency for technical currency. #2242

v8.0.0-next.202408231832

23 Aug 18:34
Compare
Choose a tag to compare
Pre-release

Imperative

  • LTS Breaking: Fixed command parsing error where string typed options would be converted into numbers if the value provided by the user consists only of numeric characters. #1881
  • LTS Breaking: Renamed Proxy class to ProxySettings to avoid name conflict with JS built-in Proxy object. #2230