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

Release: Gateway 3.4.3.7 #7287

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/_data/kong_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
31 changes: 31 additions & 0 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- _Backported from 3.7.0.0_ -->
* 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

Expand Down
Loading