From 199ead2b57d125944677e1d97e3d0bcd5edf6680 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Wed, 7 Feb 2024 15:31:34 +0800 Subject: [PATCH] begin 1.14.0. --- CHANGELOG.md | 20 -------------------- changes/changes-1.13.0.md | 23 +++++++++++++++++++++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 2 +- 4 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 changes/changes-1.13.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cac753c8a..06c1f8175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,3 @@ # Change Log --- -- [fix: fix the logging problem open at #1189.](https://github.com/Tencent/spring-cloud-tencent/pull/1196) -- [fix:the polaris config relation non-daemon thread should stop when application fails to start.](https://github.com/Tencent/spring-cloud-tencent/pull/1102) -- [Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1116) -- [fix:fix feign url bug when using sleuth.](https://github.com/Tencent/spring-cloud-tencent/pull/1120) -- [refactor:optimize the order and condition matching of service registration automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1131) -- [feat:support service contract reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1141) -- [feat: support log path configuration parameters,](https://github.com/Tencent/spring-cloud-tencent/pull/1142) -- [feat:add swagger report switch.](https://github.com/Tencent/spring-cloud-tencent/pull/1150) -- [fix: dynamic routing using cookies.](https://github.com/Tencent/spring-cloud-tencent/pull/1153) -- [fix:fix retry loadbalancer not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1155) -- [fix:fix header validation when using Chinese char.](https://github.com/Tencent/spring-cloud-tencent/pull/1169) -- [feat: add circuit breaker actuator.](https://github.com/Tencent/spring-cloud-tencent/pull/1170) -- [feat: add metadata transfer for http header via spring.cloud.tencent.metadata.headers.](https://github.com/Tencent/spring-cloud-tencent/pull/1176) -- [fix:remove bcprov-jdk15on dependency.](https://github.com/Tencent/spring-cloud-tencent/pull/1180) -- [feat:support configuration encryption.](https://github.com/Tencent/spring-cloud-tencent/pull/1184) -- [feat:optimize examples.](https://github.com/Tencent/spring-cloud-tencent/pull/1188) -- [feat: support nacos namespace mapping](https://github.com/Tencent/spring-cloud-tencent/pull/1190) -- [fix:fix rule-based router when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/1202) -- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1206) -- [fix:fix reporter wrong initialization when using config data.](https://github.com/Tencent/spring-cloud-tencent/pull/1220) diff --git a/changes/changes-1.13.0.md b/changes/changes-1.13.0.md new file mode 100644 index 000000000..cac753c8a --- /dev/null +++ b/changes/changes-1.13.0.md @@ -0,0 +1,23 @@ +# Change Log +--- + +- [fix: fix the logging problem open at #1189.](https://github.com/Tencent/spring-cloud-tencent/pull/1196) +- [fix:the polaris config relation non-daemon thread should stop when application fails to start.](https://github.com/Tencent/spring-cloud-tencent/pull/1102) +- [Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1116) +- [fix:fix feign url bug when using sleuth.](https://github.com/Tencent/spring-cloud-tencent/pull/1120) +- [refactor:optimize the order and condition matching of service registration automatic configuration.](https://github.com/Tencent/spring-cloud-tencent/pull/1131) +- [feat:support service contract reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1141) +- [feat: support log path configuration parameters,](https://github.com/Tencent/spring-cloud-tencent/pull/1142) +- [feat:add swagger report switch.](https://github.com/Tencent/spring-cloud-tencent/pull/1150) +- [fix: dynamic routing using cookies.](https://github.com/Tencent/spring-cloud-tencent/pull/1153) +- [fix:fix retry loadbalancer not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1155) +- [fix:fix header validation when using Chinese char.](https://github.com/Tencent/spring-cloud-tencent/pull/1169) +- [feat: add circuit breaker actuator.](https://github.com/Tencent/spring-cloud-tencent/pull/1170) +- [feat: add metadata transfer for http header via spring.cloud.tencent.metadata.headers.](https://github.com/Tencent/spring-cloud-tencent/pull/1176) +- [fix:remove bcprov-jdk15on dependency.](https://github.com/Tencent/spring-cloud-tencent/pull/1180) +- [feat:support configuration encryption.](https://github.com/Tencent/spring-cloud-tencent/pull/1184) +- [feat:optimize examples.](https://github.com/Tencent/spring-cloud-tencent/pull/1188) +- [feat: support nacos namespace mapping](https://github.com/Tencent/spring-cloud-tencent/pull/1190) +- [fix:fix rule-based router when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/1202) +- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1206) +- [fix:fix reporter wrong initialization when using config data.](https://github.com/Tencent/spring-cloud-tencent/pull/1220) diff --git a/pom.xml b/pom.xml index fb3f890ad..77c67121d 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ - 1.13.0-2022.0.4 + 1.14.0-2022.0.4-SNAPSHOT 6.0.16 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 125f8dc59..e6d1092c8 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,7 +70,7 @@ - 1.13.0-2022.0.4 + 1.14.0-2022.0.4-SNAPSHOT 1.15.0