diff --git a/docs/whats-new/release-notes/v2_16_0.md b/docs/whats-new/release-notes/v2_16_0.md index 3155d32c85..846d5d015a 100644 --- a/docs/whats-new/release-notes/v2_16_0.md +++ b/docs/whats-new/release-notes/v2_16_0.md @@ -22,11 +22,11 @@ System demos are typically held the week after a minor release becomes available ### 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]) +* 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 @@ -70,15 +70,15 @@ Zowe Version 2.3.0 contains the bug fixes that are described in the following to ### 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]) +* 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))