From 01f81b98cf72f02cc56106379dbfe9488948e9dd Mon Sep 17 00:00:00 2001 From: wulingxiao <1251605638@qqcom> Date: Sat, 9 Jul 2022 20:47:09 +0800 Subject: [PATCH] add support MetadataContext transfer in thread poll CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e02220c7a..050fb41a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,4 @@ - [Bugfix: optimize ratelimit actuator](https://github.com/Tencent/spring-cloud-tencent/pull/413) - [Feature: add rate limit filter debug log](https://github.com/Tencent/spring-cloud-tencent/pull/417) +- [Feature:support MetadataContext transfer in thread pool](https://github.com/Tencent/spring-cloud-tencent/pull/422)