Skip to content

Commit

Permalink
Release: Gateway 3.4.3.7 (#7287)
Browse files Browse the repository at this point in the history
changelog and version bump for 3.4.3.7
  • Loading branch information
lena-larionova committed Apr 23, 2024
1 parent 36666f8 commit 01a29f0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
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

0 comments on commit 01a29f0

Please sign in to comment.