diff --git a/app/_data/kong_versions.yml b/app/_data/kong_versions.yml index 621642a39b39..ed6ac47ca0bb 100644 --- a/app/_data/kong_versions.yml +++ b/app/_data/kong_versions.yml @@ -100,7 +100,7 @@ pcre: 8.45 lua_doc: true - release: "3.4.x" - ee-version: "3.4.3.6" + ee-version: "3.4.3.7" ce-version: "3.4.2" edition: "gateway" luarocks_version: "3.0.0-0" diff --git a/app/gateway/changelog.md b/app/gateway/changelog.md index 123a6d705a0d..83cd01cc9b09 100644 --- a/app/gateway/changelog.md +++ b/app/gateway/changelog.md @@ -974,6 +974,37 @@ was called multiple times in a request lifecycle. * Bumped `curl` from 8.3.0 to 8.4.0 * Bumped `nghttp2` from 1.56.0 to 1.57.0 + +## 3.4.3.7 +**Release Date** 2024/04/23 + +### Features +#### Plugins + +* [**Portal Application Registration**](/hub/kong-inc/application-registration/) (`application-registration`) + * Added support for accessing the service using consumer credential authentication. + To use this functionality, enable `enable_proxy_with_consumer_credential` (default is `false`). + +### Fixes +#### Clustering +* Fixed an issue where event hooks were prematurely validated in hybrid mode. +The fix delays the validation of event hooks to the point where event hooks are emitted. + +#### Core + +* Fixed an issue with data planes in hybrid mode, where a certificate entity configured with a vault +reference was occasionally not refreshed on time. + +#### PDK + + +* Fixed an issue where `kong.request.get_forwarded_port` incorrectly returned a string from `ngx.ctx.host_port`. +It now correctly returns a number. + +### Dependencies + +* Bumped `lua-protobuf` to 0.5.1. + ## 3.4.3.6 **Release Date** 2024/04/15