Skip to content

Commit

Permalink
changelog clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 committed Jan 15, 2025
1 parent df50a53 commit 156b63b
Showing 1 changed file with 32 additions and 38 deletions.
70 changes: 32 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,59 +65,53 @@ The current API Gateway contains the Authentication and Authorization Service. T

__Changelog__

* Feature: Use networking standard config (improved) (V3) (#3765) ([aef67a3](https://github.com/zowe/api-layer/commit/aef67a3)), closes [#3765](https://github.com/zowe/api-layer/issues/3765)
* Feature: Use networking standard config (improved) (#3765) ([aef67a3](https://github.com/zowe/api-layer/commit/aef67a3)), closes [#3765](https://github.com/zowe/api-layer/issues/3765)
* Feature: GraphiQL Playground (#3660) ([9e23fba](https://github.com/zowe/api-layer/commit/9e23fba)), closes [#3660](https://github.com/zowe/api-layer/issues/3660)
* Feature: websocket connection configuration (#3700) ([eb98b13](https://github.com/zowe/api-layer/commit/eb98b13)), closes [#3700](https://github.com/zowe/api-layer/issues/3700)
* Feature: Websocket connection configuration (#3700) ([eb98b13](https://github.com/zowe/api-layer/commit/eb98b13)), closes [#3700](https://github.com/zowe/api-layer/issues/3700)
* Feature: Disable routing to Discovery and ZAAS from Gateway (#3688) ([1139243](https://github.com/zowe/api-layer/commit/1139243)), closes [#3294](https://github.com/zowe/api-layer/issues/3294)
* Feature: Validation of OIDC token via user info endpoint (v3) (#3674) ([8c32518](https://github.com/zowe/api-layer/commit/8c32518)), closes [#3674](https://github.com/zowe/api-layer/issues/3674)
* Feature: Add deterministic routing and sticky session load balancing (#3658) ([0f62119](https://github.com/zowe/api-layer/commit/0f62119)), closes [#3658](https://github.com/zowe/api-layer/issues/3658)
* Feature: create zaas service, use cloud-gateway as gateway (#3568) ([4953604](https://github.com/zowe/api-layer/commit/4953604)), closes [#3568](https://github.com/zowe/api-layer/issues/3568) [#3567](https://github.com/zowe/api-layer/issues/3567) [#3571](https://github.com/zowe/api-layer/issues/3571) [#3572](https://github.com/zowe/api-layer/issues/3572)
* Feature: Create ZAAS service, use Cloud Gateway as Gateway (#3568) ([4953604](https://github.com/zowe/api-layer/commit/4953604)), closes [#3568](https://github.com/zowe/api-layer/issues/3568) [#3567](https://github.com/zowe/api-layer/issues/3567) [#3571](https://github.com/zowe/api-layer/issues/3571) [#3572](https://github.com/zowe/api-layer/issues/3572)
* Feature: Catalog version in footer for Login, Dasboard and Detail pages (#3554) ([fd75d1b](https://github.com/zowe/api-layer/commit/fd75d1b)), closes [#3554](https://github.com/zowe/api-layer/issues/3554)
* Feature: CGW support of AT-TLS (#3545) ([e9c9da6](https://github.com/zowe/api-layer/commit/e9c9da6)), closes [#3545](https://github.com/zowe/api-layer/issues/3545)
* Feature: add OIDC login flow schema and enable allowedUsers customization in zowe.yaml (#3533) ([43a7c57](https://github.com/zowe/api-layer/commit/43a7c57)), closes [#3533](https://github.com/zowe/api-layer/issues/3533)
* Feature: Cloud Gateway support of AT-TLS (#3545) ([e9c9da6](https://github.com/zowe/api-layer/commit/e9c9da6)), closes [#3545](https://github.com/zowe/api-layer/issues/3545)
* Feature: Add OIDC login flow schema and enable allowedUsers customization in zowe.yaml (#3533) ([43a7c57](https://github.com/zowe/api-layer/commit/43a7c57)), closes [#3533](https://github.com/zowe/api-layer/issues/3533)
* Feature: OIDC authentication flow (#3510) ([0275eff](https://github.com/zowe/api-layer/commit/0275eff)), closes [#3510](https://github.com/zowe/api-layer/issues/3510)


* Bugfix: Fix Discovery Eureka response if the service is not registred to allow reconnect by Enabler (#3 ([9f58010](https://github.com/zowe/api-layer/commit/9f58010)), closes [#3795](https://github.com/zowe/api-layer/issues/3795)
* Bugfix: use v1 octorelease action ([bde8dc6](https://github.com/zowe/api-layer/commit/bde8dc6))
* Bugfix: v3 RC1 fixes (#3790) ([749b6ad](https://github.com/zowe/api-layer/commit/749b6ad)), closes [#3790](https://github.com/zowe/api-layer/issues/3790)
* Bugfix: fix coverity issues for v3 release (#3774) ([982ca45](https://github.com/zowe/api-layer/commit/982ca45)), closes [#3774](https://github.com/zowe/api-layer/issues/3774)
* Bugfix: move security configuration back to gateway section (#3775) ([2513ff1](https://github.com/zowe/api-layer/commit/2513ff1)), closes [#3775](https://github.com/zowe/api-layer/issues/3775)
* Bugfix: coverity findings (#3766) ([9d13119](https://github.com/zowe/api-layer/commit/9d13119)), closes [#3766](https://github.com/zowe/api-layer/issues/3766)
* Bugfix: Gateway end with internal server error if cookies are invalid (#3767) ([eeaee5c](https://github.com/zowe/api-layer/commit/eeaee5c)), closes [#3767](https://github.com/zowe/api-layer/issues/3767)
* Bugfix: do not resolve hostname when not required (#3751) ([39e75b1](https://github.com/zowe/api-layer/commit/39e75b1)), closes [#3751](https://github.com/zowe/api-layer/issues/3751)
* Bugfix: Fix Discovery Eureka response if the service is not registred to allow to reconnect by Enabler (#3795) ([9f58010](https://github.com/zowe/api-layer/commit/9f58010)), closes [#3795](https://github.com/zowe/api-layer/issues/3795)
* Bugfix: Fixes for releasing v3.0.0-rc1 (#3790) ([749b6ad](https://github.com/zowe/api-layer/commit/749b6ad)), closes [#3790](https://github.com/zowe/api-layer/issues/3790)
* Bugfix: Fix coverity issues for v3 release (#3774) ([982ca45](https://github.com/zowe/api-layer/commit/982ca45)), closes [#3774](https://github.com/zowe/api-layer/issues/3774)
* Bugfix: Move security configuration back to gateway section (#3775) ([2513ff1](https://github.com/zowe/api-layer/commit/2513ff1)), closes [#3775](https://github.com/zowe/api-layer/issues/3775)
* Bugfix: Fix Coverity findings (#3766) ([9d13119](https://github.com/zowe/api-layer/commit/9d13119)), closes [#3766](https://github.com/zowe/api-layer/issues/3766)
* Bugfix: Gateway ends with internal server error if cookies are invalid (#3767) ([eeaee5c](https://github.com/zowe/api-layer/commit/eeaee5c)), closes [#3767](https://github.com/zowe/api-layer/issues/3767)
* Bugfix: Do not resolve hostname when not required (#3751) ([39e75b1](https://github.com/zowe/api-layer/commit/39e75b1)), closes [#3751](https://github.com/zowe/api-layer/issues/3751)
* Bugfix: ClosableHttpClient.execute() resource leak on API catalog (#3722) ([a330907](https://github.com/zowe/api-layer/commit/a330907)), closes [#3722](https://github.com/zowe/api-layer/issues/3722)
* Bugfix: apiml prefix for registry conf (#3746) ([f972d0c](https://github.com/zowe/api-layer/commit/f972d0c)), closes [#3746](https://github.com/zowe/api-layer/issues/3746)
* Bugfix: Remove global setup of keystores (v3) (#3742) ([7464019](https://github.com/zowe/api-layer/commit/7464019)), closes [#3742](https://github.com/zowe/api-layer/issues/3742)
* Bugfix: zaas reads configuration from GW as default, possible to overrid… (#3744) ([fc7ae4e](https://github.com/zowe/api-layer/commit/fc7ae4e)), closes [#3744](https://github.com/zowe/api-layer/issues/3744)
* Bugfix: Remove "AUTO" from jwt configuration and clean up outdated APARs from mock service (#3717) ([a81abe8](https://github.com/zowe/api-layer/commit/a81abe8)), closes [#3717](https://github.com/zowe/api-layer/issues/3717)
* Bugfix: use jfrog registry in renovate bot (#3736) ([9eabd3e](https://github.com/zowe/api-layer/commit/9eabd3e)), closes [#3736](https://github.com/zowe/api-layer/issues/3736)
* Bugfix: update default javax.net.ssl log levels (#3716) ([f46561c](https://github.com/zowe/api-layer/commit/f46561c)), closes [#3716](https://github.com/zowe/api-layer/issues/3716)
* Bugfix: use zowe provided java location if available (#3714) ([fb2863c](https://github.com/zowe/api-layer/commit/fb2863c)), closes [#3714](https://github.com/zowe/api-layer/issues/3714)
* Bugfix: stacktrace on unreachable swagger and remove handling for depreca… (#3699) ([3606dd6](https://github.com/zowe/api-layer/commit/3606dd6)), closes [#3699](https://github.com/zowe/api-layer/issues/3699)
* Bugfix: Renovate excluding minor vers. in PR for v2.x.x (#3703) ([78e91d9](https://github.com/zowe/api-layer/commit/78e91d9)), closes [#3703](https://github.com/zowe/api-layer/issues/3703)
* Bugfix: The API ML prefix for registry configuration (#3746) ([f972d0c](https://github.com/zowe/api-layer/commit/f972d0c)), closes [#3746](https://github.com/zowe/api-layer/issues/3746)
* Bugfix: ZAAS reads configuration from Gateway as default, possible to override with local configuration (#3744) ([fc7ae4e](https://github.com/zowe/api-layer/commit/fc7ae4e)), closes [#3744](https://github.com/zowe/api-layer/issues/3744)
* Bugfix: Remove "AUTO" from JWT configuration and clean up outdated APARs from mock service (#3717) ([a81abe8](https://github.com/zowe/api-layer/commit/a81abe8)), closes [#3717](https://github.com/zowe/api-layer/issues/3717)
* Bugfix: Update default javax.net.ssl log levels (#3716) ([f46561c](https://github.com/zowe/api-layer/commit/f46561c)), closes [#3716](https://github.com/zowe/api-layer/issues/3716)
* Bugfix: Use Zowe provided java location if available (#3714) ([fb2863c](https://github.com/zowe/api-layer/commit/fb2863c)), closes [#3714](https://github.com/zowe/api-layer/issues/3714)
* Bugfix: Stacktrace on unreachable swagger and remove handling for deprecated method (#3699) ([3606dd6](https://github.com/zowe/api-layer/commit/3606dd6)), closes [#3699](https://github.com/zowe/api-layer/issues/3699)
* Bugfix: Add missing encoded characters filter for services (#3701) ([b5f945d](https://github.com/zowe/api-layer/commit/b5f945d)), closes [#3701](https://github.com/zowe/api-layer/issues/3701)
* Bugfix: updating Gradle Wrapper for Gradle v8.8 (#3687) ([6ce0254](https://github.com/zowe/api-layer/commit/6ce0254)), closes [#3687](https://github.com/zowe/api-layer/issues/3687)
* Bugfix: protect health endpoint with authentication as default (#3676) ([806de5c](https://github.com/zowe/api-layer/commit/806de5c)), closes [#3676](https://github.com/zowe/api-layer/issues/3676)
* Bugfix: Protect health endpoint with authentication as default (#3676) ([806de5c](https://github.com/zowe/api-layer/commit/806de5c)), closes [#3676](https://github.com/zowe/api-layer/issues/3676)
* Bugfix: Pretty path URL in Gateway Swagger documentation in the API catalog (#3679) ([a88ace6](https://github.com/zowe/api-layer/commit/a88ace6)), closes [#3679](https://github.com/zowe/api-layer/issues/3679)
* Bugfix: Fix swagger API documentation for Gateway (#3678) ([abbd08f](https://github.com/zowe/api-layer/commit/abbd08f)), closes [#3678](https://github.com/zowe/api-layer/issues/3678)
* Bugfix: support customized code snippets in case of endpoint with query params (#3666) ([7c5c067](https://github.com/zowe/api-layer/commit/7c5c067)), closes [#3666](https://github.com/zowe/api-layer/issues/3666)
* Bugfix: cors enabled property in gateway (#3664) ([9a0ebdf](https://github.com/zowe/api-layer/commit/9a0ebdf)), closes [#3664](https://github.com/zowe/api-layer/issues/3664)
* Bugfix: update task name for zaas package (#3663) ([3459dbc](https://github.com/zowe/api-layer/commit/3459dbc)), closes [#3663](https://github.com/zowe/api-layer/issues/3663)
* Bugfix: Fix Swagger API documentation for Gateway (#3678) ([abbd08f](https://github.com/zowe/api-layer/commit/abbd08f)), closes [#3678](https://github.com/zowe/api-layer/issues/3678)
* Bugfix: Support customized code snippets in case of endpoint with query params (#3666) ([7c5c067](https://github.com/zowe/api-layer/commit/7c5c067)), closes [#3666](https://github.com/zowe/api-layer/issues/3666)
* Bugfix: CORS enabled property in the Gateway (#3664) ([9a0ebdf](https://github.com/zowe/api-layer/commit/9a0ebdf)), closes [#3664](https://github.com/zowe/api-layer/issues/3664)
* Bugfix: Update task name for ZAAS package (#3663) ([3459dbc](https://github.com/zowe/api-layer/commit/3459dbc)), closes [#3663](https://github.com/zowe/api-layer/issues/3663)
* Bugfix: Tweak gateway status page to have consistent casing (#3560) ([7d55cd9](https://github.com/zowe/api-layer/commit/7d55cd9)), closes [#3560](https://github.com/zowe/api-layer/issues/3560)
* Bugfix: Independent scanning and loading of extension's classes (#3548) ([8d2d3bb](https://github.com/zowe/api-layer/commit/8d2d3bb)), closes [#3548](https://github.com/zowe/api-layer/issues/3548)
* Bugfix: fix schema for OIDC login flow (#3541) ([a5c3596](https://github.com/zowe/api-layer/commit/a5c3596)), closes [#3541](https://github.com/zowe/api-layer/issues/3541)
* Bugfix: Fix schema for OIDC login flow (#3541) ([a5c3596](https://github.com/zowe/api-layer/commit/a5c3596)), closes [#3541](https://github.com/zowe/api-layer/issues/3541)
* Bugfix: Fix SSL Context switching (#3531) ([e7575f6](https://github.com/zowe/api-layer/commit/e7575f6)), closes [#3531](https://github.com/zowe/api-layer/issues/3531)
* Bugfix: set correct protocol using start script (#3486) ([52528ad](https://github.com/zowe/api-layer/commit/52528ad)), closes [#3486](https://github.com/zowe/api-layer/issues/3486)
* Bugfix: fix zosmf url (#3478) ([567c261](https://github.com/zowe/api-layer/commit/567c261)), closes [#3478](https://github.com/zowe/api-layer/issues/3478)
* Bugfix: Set correct protocol using start script (#3486) ([52528ad](https://github.com/zowe/api-layer/commit/52528ad)), closes [#3486](https://github.com/zowe/api-layer/issues/3486)
* Bugfix: Fix z/OSMF URL (#3478) ([567c261](https://github.com/zowe/api-layer/commit/567c261)), closes [#3478](https://github.com/zowe/api-layer/issues/3478)
* Bugfix: More general exception handling to detect TCP Stack restart (#3466) ([8189db7](https://github.com/zowe/api-layer/commit/8189db7)), closes [#3466](https://github.com/zowe/api-layer/issues/3466)
* Bugfix: updating of SSL configuration in the Tomcat (#3403) ([ba86c0e](https://github.com/zowe/api-layer/commit/ba86c0e)), closes [#3403](https://github.com/zowe/api-layer/issues/3403)
* Bugfix: keyring init z/OS (#3314) ([0a97850](https://github.com/zowe/api-layer/commit/0a97850)), closes [#3314](https://github.com/zowe/api-layer/issues/3314)
* Bugfix: using ibmzosmf as serviceId (#3302) ([305dea3](https://github.com/zowe/api-layer/commit/305dea3)), closes [#3302](https://github.com/zowe/api-layer/issues/3302)
* Bugfix: update zosmf id (#3296) ([037391a](https://github.com/zowe/api-layer/commit/037391a)), closes [#3296](https://github.com/zowe/api-layer/issues/3296)
* Bugfix: Update serviceId in gateway start.sh (#3255) ([4acb107](https://github.com/zowe/api-layer/commit/4acb107)), closes [#2889](https://github.com/zowe/api-layer/issues/2889)
* Bugfix: Updating of SSL configuration in the Tomcat (#3403) ([ba86c0e](https://github.com/zowe/api-layer/commit/ba86c0e)), closes [#3403](https://github.com/zowe/api-layer/issues/3403)
* Bugfix: Keyring init z/OS (#3314) ([0a97850](https://github.com/zowe/api-layer/commit/0a97850)), closes [#3314](https://github.com/zowe/api-layer/issues/3314)
* Bugfix: Using `ibmzosmf` as service ID (#3302) ([305dea3](https://github.com/zowe/api-layer/commit/305dea3)), closes [#3302](https://github.com/zowe/api-layer/issues/3302)
* Bugfix: Update z/OSMF service ID (#3296) ([037391a](https://github.com/zowe/api-layer/commit/037391a)), closes [#3296](https://github.com/zowe/api-layer/issues/3296)
* Bugfix: Update serviceId in the Gateway starting script (#3255) ([4acb107](https://github.com/zowe/api-layer/commit/4acb107)), closes [#2889](https://github.com/zowe/api-layer/issues/2889)
* Bugfix: Fix truststore for websockets in Spring Cloud Gateway (#3248) ([96c4cc8](https://github.com/zowe/api-layer/commit/96c4cc8)), closes [#3248](https://github.com/zowe/api-layer/issues/3248)
* Bugfix: fixing static definition of zosmf in discovery package (#3251) ([4c3ccb2](https://github.com/zowe/api-layer/commit/4c3ccb2)), closes [#2889](https://github.com/zowe/api-layer/issues/2889)
* Bugfix: Fixing static definition of z/OSMF in discovery package (#3251) ([4c3ccb2](https://github.com/zowe/api-layer/commit/4c3ccb2)), closes [#2889](https://github.com/zowe/api-layer/issues/2889)


## Previous versions
Expand Down

0 comments on commit 156b63b

Please sign in to comment.