From 84eb3335e4003563a63b737d7bb0b23a0086f03a Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Tue, 28 Oct 2025 17:30:44 +0800 Subject: [PATCH] begin 2.1.1.0. Signed-off-by: Haotian Zhang <928016560@qq.com> --- CHANGELOG.md | 26 -------------------- changes/changes-2.1.0.0.md | 29 +++++++++++++++++++++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 4 ++-- 4 files changed, 32 insertions(+), 29 deletions(-) create mode 100644 changes/changes-2.1.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index eb830484a..06c1f8175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,3 @@ # Change Log --- -- [fix:fix PolarisContextProperties instantiated twice causing NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/1639) -- [fix: fix ConfigChangeListener and unit test](https://github.com/Tencent/spring-cloud-tencent/pull/1654) -- [feat: support spring-retry and feign config refresh and feign eager load support schema](https://github.com/Tencent/spring-cloud-tencent/pull/1649) -- [fix: fix ConfigChangeListener ut bug](https://github.com/Tencent/spring-cloud-tencent/pull/1659) -- [feat: support tsf gw.](https://github.com/Tencent/spring-cloud-tencent/pull/1697) -- [fix: tsf related bugfixes](https://github.com/Tencent/spring-cloud-tencent/pull/1698) -- [fix: remove conflict dependencies management](https://github.com/Tencent/spring-cloud-tencent/pull/1699) -- [refactor: optimize log](https://github.com/Tencent/spring-cloud-tencent/pull/1700) -- [feat:support setting load balancing strategy per service.](https://github.com/Tencent/spring-cloud-tencent/pull/1701) -- [feat: support shortest response time lb and least connection lb](https://github.com/Tencent/spring-cloud-tencent/pull/1702) -- [feat:support traffic mirroring.](https://github.com/Tencent/spring-cloud-tencent/pull/1703) -- [feat: support custom quickstart circuitbreak delay time.](https://github.com/Tencent/spring-cloud-tencent/pull/1704) -- [feat: add delay interface in tsf-example.](https://github.com/Tencent/spring-cloud-tencent/pull/1705) -- [fix: fix lb configuration on bootstrap step.](https://github.com/Tencent/spring-cloud-tencent/issues/1706) -- [feat:support fault injection.](https://github.com/Tencent/spring-cloud-tencent/pull/1707) -- [feat: support config event and monitor address list.](https://github.com/Tencent/spring-cloud-tencent/pull/1708) -- [fix:replace HttpClient with HttpURLConnection for JDK 8 compatibility.](https://github.com/Tencent/spring-cloud-tencent/pull/1709) -- [feat:Modify the annotations.](https://github.com/Tencent/spring-cloud-tencent/pull/1712) -- [fix: polaris.discovery.heartbeat.enabled not effective.](https://github.com/Tencent/spring-cloud-tencent/pull/1713) -- [feat: support config ratelimit addresses and remote task interval.](https://github.com/Tencent/spring-cloud-tencent/pull/1714) -- [refactor:optimize instance secure definition.](https://github.com/Tencent/spring-cloud-tencent/pull/1717) -- [feat:support tsf unit.](https://github.com/Tencent/spring-cloud-tencent/pull/1723) -- [feat: support service registry and discovery with Polaris and Nacos](https://github.com/Tencent/spring-cloud-tencent/pull/1728) -- [test:add junit tests to sct-common.](https://github.com/Tencent/spring-cloud-tencent/pull/1730) -- [test:add junit tests to sct-gw-plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1732) -- [feat:compatible metadata transfer with TSF SDK version 1.x.](https://github.com/Tencent/spring-cloud-tencent/pull/1736) diff --git a/changes/changes-2.1.0.0.md b/changes/changes-2.1.0.0.md new file mode 100644 index 000000000..eb830484a --- /dev/null +++ b/changes/changes-2.1.0.0.md @@ -0,0 +1,29 @@ +# Change Log +--- + +- [fix:fix PolarisContextProperties instantiated twice causing NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/1639) +- [fix: fix ConfigChangeListener and unit test](https://github.com/Tencent/spring-cloud-tencent/pull/1654) +- [feat: support spring-retry and feign config refresh and feign eager load support schema](https://github.com/Tencent/spring-cloud-tencent/pull/1649) +- [fix: fix ConfigChangeListener ut bug](https://github.com/Tencent/spring-cloud-tencent/pull/1659) +- [feat: support tsf gw.](https://github.com/Tencent/spring-cloud-tencent/pull/1697) +- [fix: tsf related bugfixes](https://github.com/Tencent/spring-cloud-tencent/pull/1698) +- [fix: remove conflict dependencies management](https://github.com/Tencent/spring-cloud-tencent/pull/1699) +- [refactor: optimize log](https://github.com/Tencent/spring-cloud-tencent/pull/1700) +- [feat:support setting load balancing strategy per service.](https://github.com/Tencent/spring-cloud-tencent/pull/1701) +- [feat: support shortest response time lb and least connection lb](https://github.com/Tencent/spring-cloud-tencent/pull/1702) +- [feat:support traffic mirroring.](https://github.com/Tencent/spring-cloud-tencent/pull/1703) +- [feat: support custom quickstart circuitbreak delay time.](https://github.com/Tencent/spring-cloud-tencent/pull/1704) +- [feat: add delay interface in tsf-example.](https://github.com/Tencent/spring-cloud-tencent/pull/1705) +- [fix: fix lb configuration on bootstrap step.](https://github.com/Tencent/spring-cloud-tencent/issues/1706) +- [feat:support fault injection.](https://github.com/Tencent/spring-cloud-tencent/pull/1707) +- [feat: support config event and monitor address list.](https://github.com/Tencent/spring-cloud-tencent/pull/1708) +- [fix:replace HttpClient with HttpURLConnection for JDK 8 compatibility.](https://github.com/Tencent/spring-cloud-tencent/pull/1709) +- [feat:Modify the annotations.](https://github.com/Tencent/spring-cloud-tencent/pull/1712) +- [fix: polaris.discovery.heartbeat.enabled not effective.](https://github.com/Tencent/spring-cloud-tencent/pull/1713) +- [feat: support config ratelimit addresses and remote task interval.](https://github.com/Tencent/spring-cloud-tencent/pull/1714) +- [refactor:optimize instance secure definition.](https://github.com/Tencent/spring-cloud-tencent/pull/1717) +- [feat:support tsf unit.](https://github.com/Tencent/spring-cloud-tencent/pull/1723) +- [feat: support service registry and discovery with Polaris and Nacos](https://github.com/Tencent/spring-cloud-tencent/pull/1728) +- [test:add junit tests to sct-common.](https://github.com/Tencent/spring-cloud-tencent/pull/1730) +- [test:add junit tests to sct-gw-plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1732) +- [feat:compatible metadata transfer with TSF SDK version 1.x.](https://github.com/Tencent/spring-cloud-tencent/pull/1736) diff --git a/pom.xml b/pom.xml index 930553b0f..0edf75ef1 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ - 2.1.0.0-2021.0.9 + 2.1.1.0-2021.0.9-SNAPSHOT 5.3.39 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 3d7ed4695..ad0e6da17 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -71,10 +71,10 @@ - 2.1.0.0-2021.0.9 + 2.1.1.0-2021.0.9-SNAPSHOT - 2.1.0.0 + 2.1.1.0-SNAPSHOT 1.78.1