Skip to content

Commit fb215c4

Browse files
changelog and version bump for 3.4.3.22
1 parent 288c034 commit fb215c4

File tree

4 files changed

+73
-1
lines changed

4 files changed

+73
-1
lines changed

app/_data/changelogs/gateway.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17926,5 +17926,57 @@
1792617926
"scope": "Core"
1792717927
}
1792817928
]
17929+
},
17930+
"3.4.3.22": {
17931+
"kong": [
17932+
{
17933+
"message": "Fixed an issue where the restart command read configuration multiple times and failed to stop nginx.\n",
17934+
"type": "bugfix",
17935+
"scope": "Configuration"
17936+
}
17937+
],
17938+
"kong-ee": [
17939+
{
17940+
"message": "Bumped libexpat from 2.7.1 to 2.7.3.",
17941+
"type": "dependency",
17942+
"scope": "Core"
17943+
},
17944+
{
17945+
"message": "Bumped lua-resty-ljsonschema to 1.2.0. Fixed UTF-8 string length calculation and added support for `null` in `enum` types.",
17946+
"type": "dependency",
17947+
"scope": "Core"
17948+
},
17949+
{
17950+
"message": "Fixed an issue where `500` response status can occasionally occur during reconfiguration.",
17951+
"scope": "Core",
17952+
"type": "bugfix"
17953+
},
17954+
{
17955+
"message": "**OpenID-Connect**: Fixed an issue where the `client_credentials`/`authorization_code` auth would not auto-recover if IdP was not accessible during Kong startup.",
17956+
"type": "bugfix",
17957+
"scope": "Plugin"
17958+
},
17959+
{
17960+
"message": "**OpenID Connect** Updated the rediscovery to use a short lifetime (5s) if the last discovery failed.",
17961+
"type": "bugfix",
17962+
"scope": "Plugin"
17963+
},
17964+
{
17965+
"message": "**response-transformer-advanced**: Fixed an issue where the failure occurred when Nginx gzip was enabled for upstream.",
17966+
"type": "bugfix",
17967+
"scope": "Plugin"
17968+
},
17969+
{
17970+
"message": "Fixed an issue where the data plane did not stop the health checker before cleaning up old configurations, which could lead to resource leaks.\n",
17971+
"type": "bugfix",
17972+
"scope": "Clustering"
17973+
},
17974+
{
17975+
"message": "Improved the performance of retrieving workspace entity counts.",
17976+
"type": "performance",
17977+
"scope": "Core"
17978+
}
17979+
],
17980+
"kong-manager-ee": []
1792917981
}
1793017982
}

app/_data/products/gateway.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deployment_topologies:
2727

2828
releases:
2929
- release: "3.4"
30-
ee-version: "3.4.3.21"
30+
ee-version: "3.4.3.22"
3131
ce-version: "3.4.2"
3232
eol: 2026-08-31
3333
lts: true
@@ -1361,6 +1361,7 @@ release_dates:
13611361
'3.5.0.2': 2023/12/21
13621362
'3.5.0.1': 2023/11/14
13631363
'3.5.0.0': 2023/11/08
1364+
'3.4.3.22': 2025/11/24
13641365
'3.4.3.21': 2025/09/05
13651366
'3.4.3.20': 2025/06/25
13661367
'3.4.3.19': 2025/06/10

app/_kong_plugins/openid-connect/changelog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,18 @@
391391
"scope": "Plugin"
392392
}
393393
],
394+
"3.4.3.22": [
395+
{
396+
"message": "Fixed an issue where the `client_credentials`/`authorization_code` auth would not auto-recover if IdP was not accessible during Kong startup.",
397+
"type": "bugfix",
398+
"scope": "Plugin"
399+
},
400+
{
401+
"message": "**OpenID Connect** Updated the rediscovery to use a short lifetime (5s) if the last discovery failed.",
402+
"type": "bugfix",
403+
"scope": "Plugin"
404+
}
405+
],
394406
"3.4.2.0": [
395407
{
396408
"message": "Fix the issue where `using_pseudo_issuer` does not work.",

app/_kong_plugins/response-transformer-advanced/changelog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"scope": "Plugin"
1414
}
1515
],
16+
"3.4.3.22": [
17+
{
18+
"message": "Fixed an issue where the failure occurred when Nginx gzip was enabled for upstream.",
19+
"type": "bugfix",
20+
"scope": "Plugin"
21+
}
22+
],
1623
"3.2.2.4": [
1724
{
1825
"message": "Does not load response body when `if_status` does not match.",

0 commit comments

Comments
 (0)