You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/_data/changelogs/gateway.json
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17926,5 +17926,57 @@
17926
17926
"scope": "Core"
17927
17927
}
17928
17928
]
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.",
Copy file name to clipboardExpand all lines: app/_kong_plugins/openid-connect/changelog.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -391,6 +391,18 @@
391
391
"scope": "Plugin"
392
392
}
393
393
],
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
+
],
394
406
"3.4.2.0": [
395
407
{
396
408
"message": "Fix the issue where `using_pseudo_issuer` does not work.",
0 commit comments