Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix API ML release notes syntax v2.16 #3660

Merged
merged 2 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions docs/whats-new/release-notes/v2_16_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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))



Expand Down
Loading