Skip to main content
Version: v2.18.x LTS

Important updates in Zowe V3

Important updates in Zowe V3

The upcoming release of Zowe V3 brings a range of major changes in Zowe functionality, including breaking changes, or modifications that require updates to avoid disruptions in your applications.

Review this article for details about changes to various Zowe components to be introduced in Zowe V3, and any actions required you might need to take.

API Mediation Layer (API ML)

Breaking changes

Change in Zowe V3Required action
Authentication endpoints will not support the route /api/v1/gateway, and instead will support only /gateway/api/v1If you use the endpoints directly, change the URLs to start with /gateway/api/v1. If you use ZAAS client to integrate with API Mediation Layer, no action is required as the change is handled in the ZAAS client code.
Spring Enabler will be updated to Spring Boot 3 and Spring 6. Spring Boot 2 and Spring 5 versions will no longer be supportedUpgrade extending services based on the Spring Enabler to Spring Boot 3 and Spring 6.
Datasets API will be archivedThis service was disabled by default in Version 2. If you enable the service via components.data-sets.enabled: true and use the APIs documented in Data sets Swagger, it is necessary to move to the usage of the similar z/OSMF endpoints.
Jobs API will be archivedThe service was disabled by default in Version 2. If you enable the service via components.jobs.enabled: true and use the APIs documented in Jobs Swagger, it is necessary to move to the usage of the similar z/OSMF endpoints.
Metrics service will be archivedThe service was in Technical Preview. Currently there is no replacement. In V3, the Open Telemetry standard will be implemented, which will serve as a replacement.
IMS API will be archivedThe service was not fully supported. If you were using the API, please reach out to the IBM team for follow-up steps.
Java 17 will be required for the API Mediation Layer to runFor V3, it is necessary to update z/OS to version 2.5 or later as this brings support of Java 17. It is necessary to install Java 17 and provide the path to Java 17 to Zowe Java configuration.
z/OSMF in version V2R5 with APAR PH12143 appliedIf you are running a version of z/OS before 3.1, validate that the PH12143 APAR was applied to the z/OSMF installation used by Zowe.
Configuration of keyrings will require transformation from safkeyring://// to safkeyring://If your Zowe configuration contains safkeyring:////, change this part to safkeyring://.
Support access to z/OSMF only through /ibmzosmf route. V3 will not support access through the /zosmf routeIf you use z/OSMF via {apimlUrl}/zosmf/{zosmfEndpoint} you need to move to {apimlUrl}/ibmzosmf/{zosmfEndpoint}.

Important API ML updates

The current API Gateway contains the Authentication and Authorization Service. This service will be separated as a standalone service. The Authentication and Authorization Service is the only API ML service that directly requires z/OS.

CLI

Breaking changes

Change in Zowe V3Required action
Introducing a new format for error messages to improve clarityAdjust Zowe CLI scripts that parse error messages to handle the new error format
Removing V1 profile supportImplement a team configuration or use Zowe CLI's built-in V1 profile conversion command: zowe config convert
Removing deprecated items - CLI and ImperativeZowe CLI extenders or users of the Zowe Client Node.js SDK will need to review the breaking changes and adjust their code to account for removed/changed classes, functions, and constants

Pre-release availability

  • V3 pre-release versions are available via npm under the 'next' tag

Application Framework

Breaking changes

  • Updating Angular to Version 16 from Version 12
  • Removing the core-js dependency
  • Updating Webpack to version 5
  • Updating Typescript to 4.9

Explorer for Intellij

Important updates

  • Explorer for Intellij will be part of the Zowe Core
  • Working with USS Files
  • Working with Data Sets
  • Working with JES Working Sets
  • Interactive TSO Console

Explorer for Visual Studio Code

Breaking changes

Change in Zowe V3Required action
Removing V1 profile supportImplement a team configuration or use Zowe Explorer's built-in V1 profile conversion functionality
Removing deprecated items - Explorer for VSCodeZowe Explorer extenders or users of the Zowe Explorer APIs will need to review the breaking changes and adjust their code to account for removed/changed classes, functions, and constants
Storing extension settings in local storageSettings and history previously stored in the .vscode settings folder will no longer be available. Users will have to adjust their Zowe Explorer settings after updating to V3

Important updates

  • Storing persistent settings in local storage
  • Comparing files in MVS view, the USS view, and across the two views

Pre-release availability

Installation and Packaging

Breaking changes

  • Dropping the original V2 configuration management, zowe.useConfigmgr=false. (The Configuration Manager remains as the only supported method for configuring Zowe)

Important updates

  • Removing the dependency on Node.js for configuration
  • Introducing ZEN, a wizard to simplify configuration via the UI

ZSS

Breaking changes

  • Run by default in 64 bit mode, components.zss.agent.64bit=true. 31-bit plugins cannot run in 64-bit ZSS, so you need to compile your plugins for the version of ZSS to be used. Note that only one version of ZSS can run at a time.