-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e1090a
commit 3b3b8f1
Showing
4 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
# Change Log | ||
--- | ||
|
||
- [fix: fix the logging problem open at #1189.](https://github.com/Tencent/spring-cloud-tencent/pull/1194) | ||
- [fix:the polaris config relation non-daemon thread should stop when application fails to start.](https://github.com/Tencent/spring-cloud-tencent/pull/1100) | ||
- [fix:fix feign url bug when using sleuth.](https://github.com/Tencent/spring-cloud-tencent/pull/1096) | ||
- [fix: dynamic routing using cookies.](https://github.com/Tencent/spring-cloud-tencent/pull/1097) | ||
- [Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1115) | ||
- [feat: support nacos namespace mapping](https://github.com/Tencent/spring-cloud-tencent/pull/1122) | ||
- [feat: support log path configuration parameters.](https://github.com/Tencent/spring-cloud-tencent/pull/1128) | ||
- [refactor:optimize the order and condition matching of service registration automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1129) | ||
- [feat: add circuit breaker actuator.](https://github.com/Tencent/spring-cloud-tencent/pull/1136) | ||
- [feat: add metadata transfer for http header via spring.cloud.tencent.metadata.headers.](https://github.com/Tencent/spring-cloud-tencent/pull/1137) | ||
- [feat:support service contract reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1139) | ||
- [feat:add swagger exposure filters.](https://github.com/Tencent/spring-cloud-tencent/pull/1146) | ||
- [feat:add swagger report switch.](https://github.com/Tencent/spring-cloud-tencent/pull/1148) | ||
- [fix:fix retry loadbalancer not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1154) | ||
- [fix:fix header validation when using Chinese char.](https://github.com/Tencent/spring-cloud-tencent/pull/1166) | ||
- [fix:remove bcprov-jdk15on dependency.](https://github.com/Tencent/spring-cloud-tencent/pull/1177) | ||
- [feat:support configuration encryption.](https://github.com/Tencent/spring-cloud-tencent/pull/1181) | ||
- [feat:optimize examples.](https://github.com/Tencent/spring-cloud-tencent/pull/1185) | ||
- [fix:fix rule-based router when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/1200) | ||
- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1203) | ||
- [fix:fix reporter wrong initialization when using config data.](https://github.com/Tencent/spring-cloud-tencent/pull/1221) | ||
- [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1224) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
--- | ||
|
||
- [fix: fix the logging problem open at #1189.](https://github.com/Tencent/spring-cloud-tencent/pull/1194) | ||
- [fix:the polaris config relation non-daemon thread should stop when application fails to start.](https://github.com/Tencent/spring-cloud-tencent/pull/1100) | ||
- [fix:fix feign url bug when using sleuth.](https://github.com/Tencent/spring-cloud-tencent/pull/1096) | ||
- [fix: dynamic routing using cookies.](https://github.com/Tencent/spring-cloud-tencent/pull/1097) | ||
- [Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1115) | ||
- [feat: support nacos namespace mapping](https://github.com/Tencent/spring-cloud-tencent/pull/1122) | ||
- [feat: support log path configuration parameters.](https://github.com/Tencent/spring-cloud-tencent/pull/1128) | ||
- [refactor:optimize the order and condition matching of service registration automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1129) | ||
- [feat: add circuit breaker actuator.](https://github.com/Tencent/spring-cloud-tencent/pull/1136) | ||
- [feat: add metadata transfer for http header via spring.cloud.tencent.metadata.headers.](https://github.com/Tencent/spring-cloud-tencent/pull/1137) | ||
- [feat:support service contract reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1139) | ||
- [feat:add swagger exposure filters.](https://github.com/Tencent/spring-cloud-tencent/pull/1146) | ||
- [feat:add swagger report switch.](https://github.com/Tencent/spring-cloud-tencent/pull/1148) | ||
- [fix:fix retry loadbalancer not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1154) | ||
- [fix:fix header validation when using Chinese char.](https://github.com/Tencent/spring-cloud-tencent/pull/1166) | ||
- [fix:remove bcprov-jdk15on dependency.](https://github.com/Tencent/spring-cloud-tencent/pull/1177) | ||
- [feat:support configuration encryption.](https://github.com/Tencent/spring-cloud-tencent/pull/1181) | ||
- [feat:optimize examples.](https://github.com/Tencent/spring-cloud-tencent/pull/1185) | ||
- [fix:fix rule-based router when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/1200) | ||
- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1203) | ||
- [fix:fix reporter wrong initialization when using config data.](https://github.com/Tencent/spring-cloud-tencent/pull/1221) | ||
- [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1224) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters