From 958c7243d40bd15c2764cf7b2d2489e9a6fb50dd Mon Sep 17 00:00:00 2001 From: Zowe Robot Date: Fri, 24 Apr 2026 09:40:02 +0000 Subject: [PATCH 1/2] Update changelog Signed-off-by: Zowe Robot --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c341bce1fe..a3f7da65e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,40 @@ All notable changes to the Zowe API Mediation Layer package will be documented in this file. +## `3.5.0 (2026-05-20)` + +* Feature: OpenTelemetry exporter with API ML's SSLContext (#4537) ([a6d6863](https://github.com/zowe/api-layer/commit/a6d6863)), closes [#4537](https://github.com/zowe/api-layer/issues/4537) +* Feature: OpenTelemetry routing signal (#4509) ([bff02c5](https://github.com/zowe/api-layer/commit/bff02c5)), closes [#4509](https://github.com/zowe/api-layer/issues/4509) +* Feature: allow users to configure client and server SSL separately (#4507) ([606d2b3](https://github.com/zowe/api-layer/commit/606d2b3)), closes [#4507](https://github.com/zowe/api-layer/issues/4507) +* Feature: OpenTelemetry standard attributes (#4456) ([5ee02e6](https://github.com/zowe/api-layer/commit/5ee02e6)), closes [#4456](https://github.com/zowe/api-layer/issues/4456) +* Feature: add apache license to nodejs and python enablers (#4500) ([9040130](https://github.com/zowe/api-layer/commit/9040130)), closes [#4500](https://github.com/zowe/api-layer/issues/4500) +* Feature: read jvm parameters from zowe.yaml (#4485) ([dd51ee1](https://github.com/zowe/api-layer/commit/dd51ee1)), closes [#4485](https://github.com/zowe/api-layer/issues/4485) +* Feature: Support binding on multiple network interfaces (#4457) ([581217a](https://github.com/zowe/api-layer/commit/581217a)), closes [#4457](https://github.com/zowe/api-layer/issues/4457) + + +* Bugfix: access API Catalog with OIDC in the modulith deployment (#4536) ([938f023](https://github.com/zowe/api-layer/commit/938f023)), closes [#4536](https://github.com/zowe/api-layer/issues/4536) +* Bugfix: add empty value as accepted to authorization provider setting (#4585) ([a143345](https://github.com/zowe/api-layer/commit/a143345)), closes [#4585](https://github.com/zowe/api-layer/issues/4585) +* Bugfix: api ml startup mesage for HA scenarios (#4582) ([999ea67](https://github.com/zowe/api-layer/commit/999ea67)), closes [#4582](https://github.com/zowe/api-layer/issues/4582) +* Bugfix: clean log in Otel (#4570) ([294f10d](https://github.com/zowe/api-layer/commit/294f10d)), closes [#4570](https://github.com/zowe/api-layer/issues/4570) +* Bugfix: Do not call of caching service during routing to check sticky session if not needed (#4549) ([0eb08d4](https://github.com/zowe/api-layer/commit/0eb08d4)), closes [#4549](https://github.com/zowe/api-layer/issues/4549) +* Bugfix: Fix `start.sh` to support multiple IP addresses to be listening on (#4578) ([7086467](https://github.com/zowe/api-layer/commit/7086467)), closes [#4578](https://github.com/zowe/api-layer/issues/4578) +* Bugfix: Modulith caches improvements with infinispan (#4548) ([6ec2a1e](https://github.com/zowe/api-layer/commit/6ec2a1e)), closes [#4548](https://github.com/zowe/api-layer/issues/4548) +* Bugfix: allow to specify number of infinispan index files, use truststore as truststore (#4521) ([d4b3c87](https://github.com/zowe/api-layer/commit/d4b3c87)), closes [#4521](https://github.com/zowe/api-layer/issues/4521) +* Bugfix: correctly propagate the apiml.debug property in start.sh (#4540) ([fd34334](https://github.com/zowe/api-layer/commit/fd34334)), closes [#4540](https://github.com/zowe/api-layer/issues/4540) +* Bugfix: improve debugging of JWTs (#4516) ([3703e08](https://github.com/zowe/api-layer/commit/3703e08)), closes [#4516](https://github.com/zowe/api-layer/issues/4516) +* Bugfix: WebSocket (#4519) ([e2371c9](https://github.com/zowe/api-layer/commit/e2371c9)), closes [#4519](https://github.com/zowe/api-layer/issues/4519) +* Bugfix: Accept VSAM details stored in apiml and caching-service namespaces (#4514) ([816dab9](https://github.com/zowe/api-layer/commit/816dab9)), closes [#4514](https://github.com/zowe/api-layer/issues/4514) +* Bugfix: Add the correct styling for Open API 3.1 (#4513) ([a97322d](https://github.com/zowe/api-layer/commit/a97322d)), closes [#4513](https://github.com/zowe/api-layer/issues/4513) +* Bugfix: add default JDK dns resolver (#4496) ([4d87cc3](https://github.com/zowe/api-layer/commit/4d87cc3)), closes [#4496](https://github.com/zowe/api-layer/issues/4496) +* Bugfix: enablers automatic release (#4499) ([2ce428b](https://github.com/zowe/api-layer/commit/2ce428b)), closes [#4499](https://github.com/zowe/api-layer/issues/4499) +* Bugfix: enablers release process (#4497) ([63e3272](https://github.com/zowe/api-layer/commit/63e3272)), closes [#4497](https://github.com/zowe/api-layer/issues/4497) +* Bugfix: update path in github actions (#4494) ([700eb35](https://github.com/zowe/api-layer/commit/700eb35)), closes [#4494](https://github.com/zowe/api-layer/issues/4494) +* Bugfix: schema validation in APIML components (#4438) ([6cde33d](https://github.com/zowe/api-layer/commit/6cde33d)), closes [#4438](https://github.com/zowe/api-layer/issues/4438) +* Bugfix: add referer header (#4479) ([bb2872b](https://github.com/zowe/api-layer/commit/bb2872b)), closes [#4479](https://github.com/zowe/api-layer/issues/4479) +* Bugfix: Log ignored certificates during client authentication (#4415) ([8e74e5f](https://github.com/zowe/api-layer/commit/8e74e5f)), closes [#4415](https://github.com/zowe/api-layer/issues/4415) +* Bugfix: Set JVM console encoding to IBM-1047 for Java 21 (#4482) ([0a636a4](https://github.com/zowe/api-layer/commit/0a636a4)), closes [#4482](https://github.com/zowe/api-layer/issues/4482) +* Bugfix: Fix infinispan configuration, exception handling, and the whole cache operation (v3) (#4450) ([c2133d8](https://github.com/zowe/api-layer/commit/c2133d8)), closes [#4450](https://github.com/zowe/api-layer/issues/4450) + ## `APIML 3.5.3 / Zowe 3.4.1 (2026-01-29)` * Feature: Support binding on multiple network interfaces (#4457) ([581217a](https://github.com/zowe/api-layer/commit/581217a)), closes [#4457](https://github.com/zowe/api-layer/issues/4457) From ea4f669737cc891c76ccb009670ed8c2febccc76 Mon Sep 17 00:00:00 2001 From: Jakub Balhar Date: Fri, 24 Apr 2026 11:44:02 +0200 Subject: [PATCH 2/2] Clean the irrelevant pieces. Signed-off-by: Jakub Balhar --- CHANGELOG.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3f7da65e1..a729acb161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,24 +2,24 @@ All notable changes to the Zowe API Mediation Layer package will be documented in this file. -## `3.5.0 (2026-05-20)` +## `APIML 3.5.14 / Zowe 3.5.0 (2026-05-20)` * Feature: OpenTelemetry exporter with API ML's SSLContext (#4537) ([a6d6863](https://github.com/zowe/api-layer/commit/a6d6863)), closes [#4537](https://github.com/zowe/api-layer/issues/4537) * Feature: OpenTelemetry routing signal (#4509) ([bff02c5](https://github.com/zowe/api-layer/commit/bff02c5)), closes [#4509](https://github.com/zowe/api-layer/issues/4509) -* Feature: allow users to configure client and server SSL separately (#4507) ([606d2b3](https://github.com/zowe/api-layer/commit/606d2b3)), closes [#4507](https://github.com/zowe/api-layer/issues/4507) +* Feature: Allow users to configure client and server SSL separately (#4507) ([606d2b3](https://github.com/zowe/api-layer/commit/606d2b3)), closes [#4507](https://github.com/zowe/api-layer/issues/4507) * Feature: OpenTelemetry standard attributes (#4456) ([5ee02e6](https://github.com/zowe/api-layer/commit/5ee02e6)), closes [#4456](https://github.com/zowe/api-layer/issues/4456) -* Feature: add apache license to nodejs and python enablers (#4500) ([9040130](https://github.com/zowe/api-layer/commit/9040130)), closes [#4500](https://github.com/zowe/api-layer/issues/4500) -* Feature: read jvm parameters from zowe.yaml (#4485) ([dd51ee1](https://github.com/zowe/api-layer/commit/dd51ee1)), closes [#4485](https://github.com/zowe/api-layer/issues/4485) +* Feature: Add apache license to nodejs and python enablers (#4500) ([9040130](https://github.com/zowe/api-layer/commit/9040130)), closes [#4500](https://github.com/zowe/api-layer/issues/4500) +* Feature: Read jvm parameters from zowe.yaml (#4485) ([dd51ee1](https://github.com/zowe/api-layer/commit/dd51ee1)), closes [#4485](https://github.com/zowe/api-layer/issues/4485) * Feature: Support binding on multiple network interfaces (#4457) ([581217a](https://github.com/zowe/api-layer/commit/581217a)), closes [#4457](https://github.com/zowe/api-layer/issues/4457) -* Bugfix: access API Catalog with OIDC in the modulith deployment (#4536) ([938f023](https://github.com/zowe/api-layer/commit/938f023)), closes [#4536](https://github.com/zowe/api-layer/issues/4536) +* Bugfix: access API Catalog with OIDC in the single-service deployment (#4536) ([938f023](https://github.com/zowe/api-layer/commit/938f023)), closes [#4536](https://github.com/zowe/api-layer/issues/4536) * Bugfix: add empty value as accepted to authorization provider setting (#4585) ([a143345](https://github.com/zowe/api-layer/commit/a143345)), closes [#4585](https://github.com/zowe/api-layer/issues/4585) * Bugfix: api ml startup mesage for HA scenarios (#4582) ([999ea67](https://github.com/zowe/api-layer/commit/999ea67)), closes [#4582](https://github.com/zowe/api-layer/issues/4582) * Bugfix: clean log in Otel (#4570) ([294f10d](https://github.com/zowe/api-layer/commit/294f10d)), closes [#4570](https://github.com/zowe/api-layer/issues/4570) -* Bugfix: Do not call of caching service during routing to check sticky session if not needed (#4549) ([0eb08d4](https://github.com/zowe/api-layer/commit/0eb08d4)), closes [#4549](https://github.com/zowe/api-layer/issues/4549) +* Bugfix: Do not call caching service during routing to check sticky session if not needed (#4549) ([0eb08d4](https://github.com/zowe/api-layer/commit/0eb08d4)), closes [#4549](https://github.com/zowe/api-layer/issues/4549) * Bugfix: Fix `start.sh` to support multiple IP addresses to be listening on (#4578) ([7086467](https://github.com/zowe/api-layer/commit/7086467)), closes [#4578](https://github.com/zowe/api-layer/issues/4578) -* Bugfix: Modulith caches improvements with infinispan (#4548) ([6ec2a1e](https://github.com/zowe/api-layer/commit/6ec2a1e)), closes [#4548](https://github.com/zowe/api-layer/issues/4548) +* Bugfix: Single-service caches improvements with infinispan (#4548) ([6ec2a1e](https://github.com/zowe/api-layer/commit/6ec2a1e)), closes [#4548](https://github.com/zowe/api-layer/issues/4548) * Bugfix: allow to specify number of infinispan index files, use truststore as truststore (#4521) ([d4b3c87](https://github.com/zowe/api-layer/commit/d4b3c87)), closes [#4521](https://github.com/zowe/api-layer/issues/4521) * Bugfix: correctly propagate the apiml.debug property in start.sh (#4540) ([fd34334](https://github.com/zowe/api-layer/commit/fd34334)), closes [#4540](https://github.com/zowe/api-layer/issues/4540) * Bugfix: improve debugging of JWTs (#4516) ([3703e08](https://github.com/zowe/api-layer/commit/3703e08)), closes [#4516](https://github.com/zowe/api-layer/issues/4516) @@ -27,9 +27,6 @@ All notable changes to the Zowe API Mediation Layer package will be documented i * Bugfix: Accept VSAM details stored in apiml and caching-service namespaces (#4514) ([816dab9](https://github.com/zowe/api-layer/commit/816dab9)), closes [#4514](https://github.com/zowe/api-layer/issues/4514) * Bugfix: Add the correct styling for Open API 3.1 (#4513) ([a97322d](https://github.com/zowe/api-layer/commit/a97322d)), closes [#4513](https://github.com/zowe/api-layer/issues/4513) * Bugfix: add default JDK dns resolver (#4496) ([4d87cc3](https://github.com/zowe/api-layer/commit/4d87cc3)), closes [#4496](https://github.com/zowe/api-layer/issues/4496) -* Bugfix: enablers automatic release (#4499) ([2ce428b](https://github.com/zowe/api-layer/commit/2ce428b)), closes [#4499](https://github.com/zowe/api-layer/issues/4499) -* Bugfix: enablers release process (#4497) ([63e3272](https://github.com/zowe/api-layer/commit/63e3272)), closes [#4497](https://github.com/zowe/api-layer/issues/4497) -* Bugfix: update path in github actions (#4494) ([700eb35](https://github.com/zowe/api-layer/commit/700eb35)), closes [#4494](https://github.com/zowe/api-layer/issues/4494) * Bugfix: schema validation in APIML components (#4438) ([6cde33d](https://github.com/zowe/api-layer/commit/6cde33d)), closes [#4438](https://github.com/zowe/api-layer/issues/4438) * Bugfix: add referer header (#4479) ([bb2872b](https://github.com/zowe/api-layer/commit/bb2872b)), closes [#4479](https://github.com/zowe/api-layer/issues/4479) * Bugfix: Log ignored certificates during client authentication (#4415) ([8e74e5f](https://github.com/zowe/api-layer/commit/8e74e5f)), closes [#4415](https://github.com/zowe/api-layer/issues/4415)