From dc72b3085917ab891b8a07774e37b64ef04bcc50 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36f36e41..5eeb71fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,7 @@ --- - [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)