From 489e394ef11c62ca35ea2cbd3e48a0b82e1aa0c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Sala=C4=8D?= Date: Thu, 23 Jan 2025 14:21:31 +0100 Subject: [PATCH 1/2] chore: Update CHANGELOG.md for 3.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Richard Salač --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bd95b08f..bf50996934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Zowe API Mediation Layer package will be documented in this file. -## `APIML 3.1.3 / Zowe 3.1.0 (2025-02-03)` +## `APIML 3.1.4 / Zowe 3.1.0 (2025-02-03)` * Feature: Override external URL for additional registration (#3935) ([d5dd912](https://github.com/zowe/api-layer/commit/d5dd912)), closes [#3935](https://github.com/zowe/api-layer/issues/3935) * Feature: Support OIDC token to authenticate in API Catalog (#3925) ([a4ead1d](https://github.com/zowe/api-layer/commit/a4ead1d)), closes [#3925](https://github.com/zowe/api-layer/issues/3925) @@ -39,7 +39,7 @@ All notable changes to the Zowe API Mediation Layer package will be documented i * Bugfix: Configure SSL context for webclient (#3811) ([476c69b](https://github.com/zowe/api-layer/commit/476c69b)), closes [#3811](https://github.com/zowe/api-layer/issues/3811) * Bugfix: Minor fixes in logs (#3806) ([5abc91e](https://github.com/zowe/api-layer/commit/5abc91e)), closes [#3806](https://github.com/zowe/api-layer/issues/3806) * Bugfix: Change refill strategy for API rate limiting (#3949) ([32793d87](https://github.com/zowe/api-layer/commit/32793d87)), closes [#3949](https://github.com/zowe/api-layer/issues/3949) -* Bugfix: Fix LogBack turbofilters configuration (#3954) ([fc8b58d5](https://github.com/zowe/api-layer/commit/fc8b58d5)), closes [#3954](https://github.com/zowe/api-layer/issues/3954) +* Bugfix: Fix LogBack configuration (#3962) ([56edec3](https://github.com/zowe/api-layer/commit/56edec3)), closes [#3962](https://github.com/zowe/api-layer/issues/3962) ## `APIML 3.0.36 / Zowe 3.0.0 (2024-10-01)` From 24c256a593d8f21d0b86d71d520631e3f25ec134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jare=C5=A1?= Date: Fri, 24 Jan 2025 17:24:39 +0100 Subject: [PATCH 2/2] update changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Jareš --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf50996934..eb9c8ee644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Zowe API Mediation Layer package will be documented in this file. -## `APIML 3.1.4 / Zowe 3.1.0 (2025-02-03)` +## `APIML 3.1.5 / Zowe 3.1.0 (2025-02-03)` * Feature: Override external URL for additional registration (#3935) ([d5dd912](https://github.com/zowe/api-layer/commit/d5dd912)), closes [#3935](https://github.com/zowe/api-layer/issues/3935) * Feature: Support OIDC token to authenticate in API Catalog (#3925) ([a4ead1d](https://github.com/zowe/api-layer/commit/a4ead1d)), closes [#3925](https://github.com/zowe/api-layer/issues/3925) @@ -40,6 +40,7 @@ All notable changes to the Zowe API Mediation Layer package will be documented i * Bugfix: Minor fixes in logs (#3806) ([5abc91e](https://github.com/zowe/api-layer/commit/5abc91e)), closes [#3806](https://github.com/zowe/api-layer/issues/3806) * Bugfix: Change refill strategy for API rate limiting (#3949) ([32793d87](https://github.com/zowe/api-layer/commit/32793d87)), closes [#3949](https://github.com/zowe/api-layer/issues/3949) * Bugfix: Fix LogBack configuration (#3962) ([56edec3](https://github.com/zowe/api-layer/commit/56edec3)), closes [#3962](https://github.com/zowe/api-layer/issues/3962) +* Bugfix: Fix order of Gateway filter to avoid random malfunction of routing (#3966) ([4751f53](https://github.com/zowe/api-layer/commit/4751f53)), closes [#3966](https://github.com/zowe/api-layer/issues/3966) ## `APIML 3.0.36 / Zowe 3.0.0 (2024-10-01)`