Skip to content

Commit

Permalink
Release: Gateway 3.4.3.14 (#8274)
Browse files Browse the repository at this point in the history
* version bump and changelog for 3.4.3.14

* Update release date
  • Loading branch information
lena-larionova authored Dec 17, 2024
1 parent b7a91ef commit ac0e15c
Show file tree
Hide file tree
Showing 2 changed files with 26 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 @@ -57,7 +57,7 @@
pcre: 8.45
lua_doc: true
- release: "3.4.x"
ee-version: "3.4.3.13"
ee-version: "3.4.3.14"
ce-version: "3.4.2"
edition: "gateway"
luarocks_version: "3.0.0-0"
Expand Down
25 changes: 25 additions & 0 deletions app/gateway/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,31 @@ 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.14
**Release Date** 2024/12/17

### Fixes
#### Core

* Fixed an issue where the workspace ID was not included in the plugin config in the plugins iterator.
* Fixed Vault initialization by postponing Vault reference resolution to a timer in the `init_worker` phase.
* Fixed an issue where using Hashicorp Vault AppRole authentication with a secret ID file would fail to read the secret ID.

#### Plugins

* [**GraphQL Rate Limiting Advanced**](/hub/kong-inc/graphql-rate-limiting-advanced/) (`graphql-rate-limiting-advanced`)
* Fixed an issue where the plugin could fail to authenticate to Redis correctly with vault-referenced Redis configuration.

* [**mTLS Auth**](/hub/kong-inc/mtls-auth/) (`mtls-auth`)
* Fixed an issue where a 500 error occurred when Kong configuration changed with the mTLS plugin enabled.

* [**Rate Limiting Advanced**](/hub/kong-inc/rate-limiting-advanced/) (`rate-limiting-advanced`)
* Fixed an issue where counters of the overriding consumer groups weren't fetched when the `window_size` was different and the workspace was non-default.
* Fixed an issue where, if multiple plugin instances sharing the same namespace enforced consumer groups and different `window_size`s were used in the consumer group overriding configs, then the rate limiting of some consumer groups would fall back to the `local` strategy.
Now, every plugin instance sharing the same namespace can set a different `window_size`.
* Fixed an issue where the plugin could fail to authenticate to Redis correctly with Vault-referenced Redis configuration.
* Fixed an issue where plugin-stored items with a long expiration time caused `no memory` errors.

## 3.4.3.13
**Release Date** 2024/11/15

Expand Down

0 comments on commit ac0e15c

Please sign in to comment.