Skip to content

Commit

Permalink
Merge branch 'docs-staging' into anax-v2.16-branchsync-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anaxceron committed May 9, 2024
2 parents c91cb5c + 986002d commit 80507b8
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/troubleshoot/troubleshoot-apiml-error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ The following error message codes may appear on logs or API responses. Use the f

No action required.

### ZWEAM001I

API Mediation Layer started

**Reason:**

All key API Mediation Layer services started.

**Action:**

No action required.

## API mediation common messages

### ZWEAO102E
Expand Down
122 changes: 122 additions & 0 deletions docs/whats-new/release-notes/v2_16_0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
# Version 2.16.0 (May 2024)

Welcome to the Zowe Version 2.16.0 release!

See [New features and enhancements](#new-features-and-enhancements) for a full list of changes to the functionality. See [Bug fixes](#bug-fixes) for a list of issues addressed in this release.

**Download v2.16.0 build**: Want to try new features as soon as possible? You can download the v2.16.0 build from [Zowe.org](https://www.zowe.org/download.html).

## New features and enhancements

Zowe Version 2.16.0 contains the enhancements that are described in the following topics.

:::info find out more
To watch a demo of new enhancements and updated features included in a Zowe minor release, look for the release demo recording in the [Zowe V2 System Demo playlist](https://www.youtube.com/playlist?list=PL8REpLGaY9QGjSTAqZaWxLG_g-jW1qGmo) on YouTube.

System demos are typically held the week after a minor release becomes available. Check the [Open Mainframe Project Calendar](https://lists.openmainframeproject.org/g/zowe-dev/calendar) for the latest schedule.
:::

### Zowe installation and packaging

### Zowe Application Framework

### Zowe API Mediation Layer

* The log message `ZWEAM001I` is now issued when API Mediation Layer starts. ((#3523)[https://github.com/zowe/api-layer/issues/3523])
* SSL is now disabled when profile `attls` is active to simplify AT-TLS configuration. ((#3521)[https://github.com/zowe/api-layer/issues/3521])
* Valid OIDC tokens are now forwarded to the downstream service when the distributed ID is not mapped. ((#3497)[https://github.com/zowe/api-layer/issues/3497])
* Included OIDC JWKSet in the gateway JWKs. JWKs retrieved from the Identity Provider allow clients and services to validate the OIDC access token locally. ((#3499)[https://github.com/zowe/api-layer/issues/3499])
* Moved OIDC access token from cookie to special header. If the user ID from the token cannot be mapped to a mainframe account, the access token is now sent via the request header OIDC-token. ((#3513)[https://github.com/zowe/api-layer/issues/3513])

### Zowe CLI

#### Zowe CLI (Core)

#### Zowe CLI Imperative Framework

#### CICS Plug-in for Zowe CLI

#### DB2 Plug-in for Zowe CLI

#### MQ Plug-in for Zowe CLI

#### IMS Plug-in for Zowe CLI

### Zowe Explorer

#### Zowe Explorer (Core)

- See the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer API

- See the [Zowe Explorer API](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-api/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer FTP Extension

- See the [Zowe Explorer FTP Extension](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-ftp-extension/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer ESLint Plug-in

- See the [Zowe Explorer ESLint Plug-in](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

## Bug fixes

Zowe Version 2.3.0 contains the bug fixes that are described in the following topics.

### Zowe installation and packaging

### Zowe Application Framework

### Zowe API Mediation Layer

* Allow key exchange port configuration ((#3453)[https://github.com/zowe/api-layer/issues/3453])
* Changed the scheme of the service homepage when AT-TLS is enabled and fix a bug in the UI. ((#3346)[https://github.com/zowe/api-layer/issues/3346])
* Checked for NullPointerException when the JWK key cannot be retrieved. (#3503)[https://github.com/zowe/api-layer/issues/3503])
* Fixed an issue when PAT passed as the authorization header with the auth scheme zoweJwt ((#3505)[https://github.com/zowe/api-layer/issues/3505])
* Fixed the header position in the API Catalog. ((#3345)[https://github.com/zowe/api-layer/issues/3345])
* Fixed the log message about unauthorized calls. ((#3326)[https://github.com/zowe/api-layer/issues/3326])
* Allow for more general exception handling to detect TCP Stack restart. ((#3462)[https://github.com/zowe/api-layer/issues/3462])
* Fixed configuration enabling JWT Token Refresh Functionality. ((#3474)[https://github.com/zowe/api-layer/issues/3474))
* Fixed the Zowe logo and trademark info in the API Catalog. ((#3338)[https://github.com/zowe/api-layer/issues/3338])




### Zowe CLI

#### Zowe CLI (Core)

#### Zowe CLI Imperative Framework

#### CICS Plug-in for Zowe CLI

#### DB2 Plug-in for Zowe CLI

#### MQ Plug-in for Zowe CLI

#### IMS Plug-in for Zowe CLI

### Zowe Explorer

#### Zowe Explorer (Core)

- See the [Zowe Explorer](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer API

- See the [Zowe Explorer API](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-api/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer FTP Extension

- See the [Zowe Explorer FTP Extension](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/zowe-explorer-ftp-extension/CHANGELOG.md) changelog for updates included in this release.

#### Zowe Explorer ESLint Plug-in

- See the [Zowe Explorer ESLint Plug-in](https://github.com/zowe/zowe-explorer-vscode/blob/main/packages/eslint-plugin-zowe-explorer/CHANGELOG.md) changelog for updates included in this release.

### Vulnerabilities fixed

Zowe discloses fixed vulnerabilities in a timely manner giving you sufficient time to plan your upgrades. Zowe does not disclose the vulnerabilities fixed in the latest release as we respect the need for at least 45 days to decide when and how you upgrade Zowe. When a new release is published, Zowe publishes the vulnerabilities fixed in the previous release. For more information about the Zowe security policy, see the [Security page](https://www.zowe.org/security.html) on the Zowe website.

The following security issues were fixed by the Zowe security group in version 2.2.

0 comments on commit 80507b8

Please sign in to comment.