From d6a8f703ce0c3711e860bf871960d3cc7ba8e907 Mon Sep 17 00:00:00 2001 From: coopermeng Date: Wed, 16 Jul 2025 14:58:21 +0800 Subject: [PATCH] feat:Add log output in the FaultToleranceService.java file and modify the response --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a9b6796..70eddaad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,4 @@ - [fix:fix PolarisContextProperties instantiated twice causing NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/1641) - [feat: support tsf gw.](https://github.com/Tencent/spring-cloud-tencent/pull/1645) - [feat:upgrade to 2023.0.6.](https://github.com/Tencent/spring-cloud-tencent/pull/1646) +- [feat:Add log output and test scenarios in the FaultToleranceService file.](https://github.com/Tencent/spring-cloud-tencent/pull/1652)