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/gateway/changelog.md
+77Lines changed: 77 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,83 @@ For Kong Gateway OSS, view the [OSS changelog on GitHub](https://github.com/Kong
11
11
12
12
For product versions that have reached the end of sunset support, see the [changelog archives](https://legacy-gateway--kongdocs.netlify.app/enterprise/changelog/).
* Increased the upper limit of `KONG_LATENCY_BUCKETS` to 6000 to enhance latency tracking precision.
22
+
23
+
### Fixes
24
+
25
+
#### Clustering
26
+
27
+
* Fixed the clustering compatibility logic for the RDS assume role and custom STS endpoint features.
28
+
29
+
#### Core
30
+
31
+
***Vault**: Fixed an issue where updating a vault entity in a non-default workspace wouldn't take effect.
32
+
33
+
#### Admin API
34
+
35
+
***Admin API** Fixed an issue where sending `tags=` as an empty parameter resulted in a 500 error. Now, Kong returns a 400 error because empty explicit tags are not allowed.
36
+
37
+
#### Kong Manager
38
+
39
+
* Fixed an issue where text was not centered in custom banners.
40
+
* Fixed an issue where a workspace named "portal", but with different case letters, didn't render the correct overview page.
* Fixed an issue where the length counting of escape sequences, non-ASCII characters, and object entry names in JSON strings was incorrect. The plugin now uses UTF-8 character count instead of bytes.
73
+
* Fixed an issue where certain default parameter values were incorrectly interpreted as 0 in some environments (e.g., ARM64-based):
0 commit comments