From 2c3c9b6b08376fe35ac8f3791ed7547911791793 Mon Sep 17 00:00:00 2001 From: atomzhong Date: Thu, 6 Apr 2023 16:55:23 +0800 Subject: [PATCH] RateLimitCaller invoke with query param and headers. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea805c79..ffc380093 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log --- -- [feature: optimize polaris-ratelimit-example, add caller custom label resolver.](https://github.com/Tencent/spring-cloud-tencent/pull/951) +- [feature: optimize polaris-ratelimit-example, add caller query params and headers, add callee custom label resolver.](https://github.com/Tencent/spring-cloud-tencent/pull/951) - [feature: add config for customized local port.](https://github.com/Tencent/spring-cloud-tencent/pull/923) - [feat:support webclient and gateway report call metrics](https://github.com/Tencent/spring-cloud-tencent/pull/924) - [feature: optimize polaris-discovery-example/discovery-callee-service, add client-ip return.](https://github.com/Tencent/spring-cloud-tencent/pull/939)