From 28f58be3971ac7672bbfa9d146bbc6c60094c119 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Fri, 27 Jun 2025 18:15:21 +0800 Subject: [PATCH] begin 2.0.3.0. --- CHANGELOG.md | 22 -------------------- README-zh.md | 11 ++++------ README.md | 11 ++++------ changes/changes-2.0.2.0.md | 25 +++++++++++++++++++++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 2 +- 6 files changed, 35 insertions(+), 38 deletions(-) create mode 100644 changes/changes-2.0.2.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0418f4c64..06c1f8175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,3 @@ # Change Log --- -- [feat:support zuul circuit breaker fallback response.](https://github.com/Tencent/spring-cloud-tencent/pull/1522) -- [feat:support auth.](https://github.com/Tencent/spring-cloud-tencent/pull/1541) -- [feat:support smooth upgrade from tsf. ](https://github.com/Tencent/spring-cloud-tencent/pull/1542) -- [feat:support polaris event.](https://github.com/Tencent/spring-cloud-tencent/pull/1543) -- [feat:support circuit breaker metrics reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1544) -- [feat: support gateway context, feign eager-load support default value.](https://github.com/Tencent/spring-cloud-tencent/pull/1545) -- [feat:use polaris-all for shading third-party dependencies.](https://github.com/Tencent/spring-cloud-tencent/pull/1549) -- [feat:support default instance circuit breaker rule.](https://github.com/Tencent/spring-cloud-tencent/pull/1551) -- [fix: fix count circuit breaker in gateway & return 404 when context api does not match.](https://github.com/Tencent/spring-cloud-tencent/pull/1552) -- [docs:simplify GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1553) -- [feat: support config event.](https://github.com/Tencent/spring-cloud-tencent/pull/1558) -- [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1560) -- [fix: add gateway context config example.](https://github.com/Tencent/spring-cloud-tencent/pull/1561) -- [fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error.](https://github.com/Tencent/spring-cloud-tencent/pull/1575) -- [feat:support config empty protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1583) -- [feat:support dynamic multi-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1594) -- [feat:support ipv6.](https://github.com/Tencent/spring-cloud-tencent/pull/1600) -- [feat:support config all recover enabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1603) -- [feat:support stat reporting path aggregation.](https://github.com/Tencent/spring-cloud-tencent/pull/1607) -- [feat:support instance detect.](https://github.com/Tencent/spring-cloud-tencent/pull/1618) -- [fix: fix loadbalancer metadata type.](https://github.com/Tencent/spring-cloud-tencent/pull/1623) -- [feat:support polaris server nearby backup LB.](https://github.com/Tencent/spring-cloud-tencent/pull/1628) diff --git a/README-zh.md b/README-zh.md index 5f7f9c3d1..0ae6ab6d6 100644 --- a/README-zh.md +++ b/README-zh.md @@ -61,11 +61,8 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要 > 注意: > -> 支持Spring Cloud 版本:2023.0, 2022.0、2021.0、2020.0、Hoxton。 -> -> Spring Cloud Tencent -> 的版本列表可以查看 -> [Spring Cloud Tencent 版本管理](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86) +> Spring Cloud Tencent 的版本列表可以查看 +> [Spring Cloud Tencent 更新日志](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97) > 。 例如: @@ -84,11 +81,11 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要 - + com.tencent.cloud - spring-cloud-starter-tencent-polaris-discovery + spring-cloud-starter-tencent-all diff --git a/README.md b/README.md index 254b994c9..523e66f5b 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,8 @@ dependencies. > Notice: > -> Support Spring Cloud 2023, 2022, 2021, 2020, Hoxton. -> -> The version list of Spring Cloud Tencent can be found -> in -> [Spring Cloud Tencent Version Management](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86) +> The version list of Spring Cloud Tencent can be found in +> [Spring Cloud Tencent Release Note](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E6%9B%B4%E6%96%B0%E6%97%A5%E5%BF%97) > . For example: @@ -86,11 +83,11 @@ For example: - + com.tencent.cloud - spring-cloud-starter-tencent-polaris-discovery + spring-cloud-starter-tencent-all diff --git a/changes/changes-2.0.2.0.md b/changes/changes-2.0.2.0.md new file mode 100644 index 000000000..0418f4c64 --- /dev/null +++ b/changes/changes-2.0.2.0.md @@ -0,0 +1,25 @@ +# Change Log +--- + +- [feat:support zuul circuit breaker fallback response.](https://github.com/Tencent/spring-cloud-tencent/pull/1522) +- [feat:support auth.](https://github.com/Tencent/spring-cloud-tencent/pull/1541) +- [feat:support smooth upgrade from tsf. ](https://github.com/Tencent/spring-cloud-tencent/pull/1542) +- [feat:support polaris event.](https://github.com/Tencent/spring-cloud-tencent/pull/1543) +- [feat:support circuit breaker metrics reporting.](https://github.com/Tencent/spring-cloud-tencent/pull/1544) +- [feat: support gateway context, feign eager-load support default value.](https://github.com/Tencent/spring-cloud-tencent/pull/1545) +- [feat:use polaris-all for shading third-party dependencies.](https://github.com/Tencent/spring-cloud-tencent/pull/1549) +- [feat:support default instance circuit breaker rule.](https://github.com/Tencent/spring-cloud-tencent/pull/1551) +- [fix: fix count circuit breaker in gateway & return 404 when context api does not match.](https://github.com/Tencent/spring-cloud-tencent/pull/1552) +- [docs:simplify GitHub Actions.](https://github.com/Tencent/spring-cloud-tencent/pull/1553) +- [feat: support config event.](https://github.com/Tencent/spring-cloud-tencent/pull/1558) +- [feat:support stat and event report with service discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1560) +- [fix: add gateway context config example.](https://github.com/Tencent/spring-cloud-tencent/pull/1561) +- [fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error.](https://github.com/Tencent/spring-cloud-tencent/pull/1575) +- [feat:support config empty protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1583) +- [feat:support dynamic multi-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1594) +- [feat:support ipv6.](https://github.com/Tencent/spring-cloud-tencent/pull/1600) +- [feat:support config all recover enabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1603) +- [feat:support stat reporting path aggregation.](https://github.com/Tencent/spring-cloud-tencent/pull/1607) +- [feat:support instance detect.](https://github.com/Tencent/spring-cloud-tencent/pull/1618) +- [fix: fix loadbalancer metadata type.](https://github.com/Tencent/spring-cloud-tencent/pull/1623) +- [feat:support polaris server nearby backup LB.](https://github.com/Tencent/spring-cloud-tencent/pull/1628) diff --git a/pom.xml b/pom.xml index ee5bc89be..8bbca6afe 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ - 2.0.2.0-Hoxton.SR12 + 2.0.3.0-Hoxton.SR12-SNAPSHOT 5.2.25.RELEASE diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 0822c4f45..9335a606e 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,7 +70,7 @@ - 2.0.2.0-Hoxton.SR12 + 2.0.3.0-Hoxton.SR12-SNAPSHOT 2.0.2.0