Skip to content

update API ML features and bug fixes for 2.18.2 #4540

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions docs/whats-new/release-notes/v2_18_2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Zowe Version 2.18.2 contains the enhancements that are described in the followin

### Zowe API Mediation Layer

- The configuration property **`apiml.security.forwardHeader.trustedProxies`** has been added to specify the regular expression pattern used to identify trusted proxies from which `X-Forwarded-*` headers are accepted and forwarded. This mitigates CVE-2025-41235. ([#4148](https://github.com/zowe/api-layer/pull/4148))
* Feature: Add Java sample app to authenticate client certificate. (#4009) ([0808c65](https://github.com/zowe/api-layer/commit/0808c65)), closes [#4009](https://github.com/zowe/api-layer/issues/4009)
- A Java sample app has been added to assist users to authenticate client certificates. ([#4009](https://github.com/zowe/api-layer/issues/4009))
- Users can now configure the connect and read timeout for Eureka HTTP client. ([#4046](https://github.com/zowe/api-layer/issues/4046))
- Java 21 is now supported. ([#4027](https://github.com/zowe/api-layer/issues/4027))
Expand All @@ -22,6 +24,7 @@ Zowe Version 2.18.2 contains the bug fixes that are described in the following t

### Zowe API Mediation Layer

- Fixed a resource leak in the http client, whereby all objects are now closed after use. ([#4153](https://github.com/zowe/api-layer/pull/4153))
- Added HSTS header when AT-TLS enabled for V2. ([#4071](https://github.com/zowe/api-layer/issues/4071))
- Changed error code SERVICE_UNAVAILABLE to INTERNAL_SERVER_ERROR when ticket generation fails. ([#4043](https://github.com/zowe/api-layer/issues/4043))

Expand Down
Loading