Skip to content

Commit

Permalink
Release: Gateway 3.4.3.4 (#6932)
Browse files Browse the repository at this point in the history
changelog and version bump for gateway 3.4.3.4
  • Loading branch information
lena-larionova committed Feb 10, 2024
1 parent 7a6f357 commit 0c21a3f
Show file tree
Hide file tree
Showing 2 changed files with 41 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.3"
ee-version: "3.4.3.4"
ce-version: "3.4.2"
edition: "gateway"
luarocks_version: "3.0.0-0"
Expand Down
40 changes: 40 additions & 0 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,46 @@ 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.4
**Release Date** 2024/02/12

### Features

#### Core

* Added support for namespaced authentication and user-defined authentication paths when using HashiCorp Vault on Kubernetes.

#### Clustering

* Added resilience support for homogeneous data plane deployments. Data planes can now act as importers and exporters at the same time,
and Kong Gateway will try to control the concurrency when exporting the config.

### Fixes

#### Core

* Fixed an issue where workload identity didn't work for dataplane resilience.
* Fixed an issue where the GCP backend vault would hide the error message when secrets couldn't be fetched.
* Fixed an issue that caused spans to not be instrumented with `http.status_code` when the request was not proxied to an upstream.

#### Configuration

* Fixed a data loss error caused by a weakly-typed `of` function in the `declarative_config_flattened` function.

#### Plugins

* [**LDAP Authentication Advanced**](/hub/kong-inc/ldap-auth-advanced/) (`ldap-auth-advanced`)
* Fixed some cache-related issues which caused `groups_required` to return unexpected codes after a non-200 response.
* Fixed an issue where, if the credential was encoded with no username, Kong Gateway would return a 500 error code.

### Dependencies

* Bumped OpenSSL from 3.1.4 to 3.2.1
[#7762](https://github.com/Kong/kong/issues/7762)
* Bumped `resty-openssl` from 0.8.25 to 1.2.0
[#7741](https://github.com/Kong/kong/issues/7741)
* Bumped `lua-resty-aws` from 1.3.5 to 1.3.6

## 3.4.3.3
**Release Date** 2024/01/17

Expand Down

0 comments on commit 0c21a3f

Please sign in to comment.