From 630dab5641f5db5d2cc5e8542670157a2ac07bfe Mon Sep 17 00:00:00 2001 From: Zac Oler Date: Thu, 13 Jun 2024 12:58:33 -0500 Subject: [PATCH] Update CHANGELOG.md Fix Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c0858bdb63..eea74b7c261f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2133,6 +2133,8 @@ configuration changes are needed when upgrading. [#9344](https://github.com/Kong/kong/pull/9344) - **Response-rate-limiting**: The default policy is now `local` for all deployment modes. [#9344](https://github.com/Kong/kong/pull/9344) +- **AWS-Lambda**: Change path from request_uri to upstream_uri, fix uri can not follow the rule defined in the request-transformer configuration + [#9058](https://github.com/Kong/kong/pull/9058) [#9129](https://github.com/Kong/kong/pull/9129) ### Deprecations @@ -2432,8 +2434,6 @@ configuration changes are needed when upgrading. [#8564](https://github.com/Kong/kong/pull/8564) - **AWS-Lambda**: Removed `proxy_scheme` field from schema [#8566](https://github.com/Kong/kong/pull/8566) -- **AWS-Lambda**: Change path from request_uri to upstream_uri, fix uri can not follow the rule defined in the request-transformer configuration - [#9058](https://github.com/Kong/kong/pull/9058) [#9129](https://github.com/Kong/kong/pull/9129) - **hmac-auth**: Removed deprecated signature format using `ngx.var.uri` [#8558](https://github.com/Kong/kong/pull/8558) - Remove deprecated `blacklist`/`whitelist` config fields from bot-detection, ip-restriction and ACL plugins.