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

chore: Update CHANGELOG.md for 3.1.5 #3964

Merged
merged 4 commits into from
Jan 30, 2025
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
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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)
Expand Down Expand Up @@ -39,7 +39,8 @@ 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)
* 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)`

Expand Down