From 3ce1410144dbc1a7b168c6fe0967f535ace85ab2 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Tue, 26 Sep 2023 19:36:54 +0800 Subject: [PATCH] feat:add swagger report switch. --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5753b7b..c330eaa8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log --- -- [fix:the polaris config relation non-daemon thread should stop when application fails to start.](https://github.com/Tencent/spring-cloud-tencent/pull/1110) -- [Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1118) -- [fix:fix feign url bug when using sleuth.](https://github.com/Tencent/spring-cloud-tencent/pull/1119) -- [refactor:optimize the order and condition matching of service registration automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1133) -- [feat:support service contract reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1135) -- [feat: support log path configuration parameters.](https://github.com/Tencent/spring-cloud-tencent/pull/1143) -- [feat:add swagger exposure filters.](https://github.com/Tencent/spring-cloud-tencent/pull/1144) +- [fix:the polaris config relation non-daemon thread should stop when application fails to start.](https://github.com/Tencent/spring-cloud-tencent/pull/1101) +- [Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1117) +- [fix:fix feign url bug when using sleuth.](https://github.com/Tencent/spring-cloud-tencent/pull/1121) +- [feat: support log path configuration parameters.](https://github.com/Tencent/spring-cloud-tencent/pull/1130) +- [refactor:optimize the order and condition matching of service registration automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1132) +- [feat:support service contract reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1140) +- [feat:add swagger exposure filters.](https://github.com/Tencent/spring-cloud-tencent/pull/1145) - [feat:add swagger report switch.](https://github.com/Tencent/spring-cloud-tencent/pull/1149)