From 4dfa03d7530f85ba79fca9b5dd66751918ed47f8 Mon Sep 17 00:00:00 2001 From: atomzhong Date: Thu, 6 Apr 2023 14:54:16 +0800 Subject: [PATCH] add CustomLabelResolver to RateLimitCaller. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4baf2680..5eeb71fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log --- -- [feature: optimize polaris-discovery-example/discovery-callee-service, add client-ip return.](https://github.com/Tencent/spring-cloud-tencent/pull/941) +- [feature: optimize polaris-ratelimit-example/ratelimit-caller-service, add custom label resolver.](https://github.com/Tencent/spring-cloud-tencent/pull/939) +- [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) +- [docs:prevent the release of the final version of the sdk.](https://github.com/Tencent/spring-cloud-tencent/pull/943)