Skip to content

Commit 20ddcaf

Browse files
committed
docs(release): generate 3.8.1 changelog (#13874)
* docs(release): genereate 3.8.1 changelog * Updating changelog to match EE
1 parent 1538517 commit 20ddcaf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog/3.8.1/3.8.1.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
[#13633](https://github.com/Kong/kong/issues/13633)
4444

4545

46-
- **Rate-Limiting**: Fixed an issue that caused an HTTP 500 error when `hide_client_headers` is set to `true` and the request exceeds the rate limit.
46+
- **Rate-Limiting**: Fixed an issue that caused a 500 error when using the rate-limiting plugin. When the `hide_client_headers` option is set to true and a 429 error is triggered,
47+
it should return a 429 error code instead of a 500 error code.
4748
[#13759](https://github.com/Kong/kong/issues/13759)
4849
[KAG-5492](https://konghq.atlassian.net/browse/KAG-5492)
50+
#### Admin API
51+
52+
- Fixed an issue where sending `tags= `(empty parameter) resulted in 500 error. Now, Kong returns a 400 error, as empty explicit tags are not allowed.
53+
[#13813](https://github.com/Kong/kong/issues/13813)
54+
[KAG-5496](https://konghq.atlassian.net/browse/KAG-5496)

0 commit comments

Comments
 (0)