@ -57,3 +57,4 @@
- [docs:simplify GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1513)
- [feat: support config event.](https://github.com/Tencent/spring-cloud-tencent/pull/1535)
- [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1537)
- [fix: update EnhancedRequestContext toString method.](https://github.com/Tencent/spring-cloud-tencent/pull/1546)
@ -90,6 +90,7 @@ public class EnhancedRequestContext {
", httpHeaders=" + httpHeaders +
", url=" + url +
", serviceUrl=" + serviceUrl +
", governanceNamespace='" + governanceNamespace +
'}';
}