From 9f3ffa25da7dddac30a149b1c80f808b63fbcacc Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Thu, 12 Feb 2026 16:57:19 +0800 Subject: [PATCH] release 2.1.1.0-2023.0.6. Signed-off-by: Haotian Zhang <928016560@qq.com> --- CHANGELOG.md | 28 -------------------- changes/changes-2.1.0.0.md | 31 +++++++++++++++++++++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 4 +-- 4 files changed, 34 insertions(+), 31 deletions(-) create mode 100644 changes/changes-2.1.0.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfff997d..6c3464e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,6 @@ # Change Log --- -- [fix:fix PolarisContextProperties instantiated twice causing NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/1641) -- [feat: support tsf gw.](https://github.com/Tencent/spring-cloud-tencent/pull/1645) -- [feat:upgrade to 2023.0.6.](https://github.com/Tencent/spring-cloud-tencent/pull/1646) -- [feat:Add log output and test scenarios in the FaultToleranceService file.](https://github.com/Tencent/spring-cloud-tencent/pull/1652) -- [fix: fix ConfigChangeListener and unit test](https://github.com/Tencent/spring-cloud-tencent/pull/1656) -- [feat: support spring-retry and feign config refresh and feign eager load support schema](https://github.com/Tencent/spring-cloud-tencent/pull/1651) -- [fix: fix ConfigChangeListener ut bug](https://github.com/Tencent/spring-cloud-tencent/pull/1661) -- [fix: tsf 2024 related bugfixes](https://github.com/Tencent/spring-cloud-tencent/pull/1682) -- [fix: remove conflict dependencies management](https://github.com/Tencent/spring-cloud-tencent/pull/1683) -- [refactor: optimize log](https://github.com/Tencent/spring-cloud-tencent/pull/1684) -- [feat:support setting load balancing strategy per service.](https://github.com/Tencent/spring-cloud-tencent/pull/1685) -- [feat: support shortest response time lb and least connection lb](https://github.com/Tencent/spring-cloud-tencent/pull/1686) -- [feat:support traffic mirroring.](https://github.com/Tencent/spring-cloud-tencent/pull/1687) -- [feat: support custom quickstart circuitbreak delay time.](https://github.com/Tencent/spring-cloud-tencent/pull/1688) -- [feat: add delay interface in tsf-example.](https://github.com/Tencent/spring-cloud-tencent/pull/1689) -- [fix: fix lb configuration on bootstrap step.](https://github.com/Tencent/spring-cloud-tencent/issues/1690) -- [feat:support fault injection.](https://github.com/Tencent/spring-cloud-tencent/pull/1691) -- [feat: support config event and monitor address list.](https://github.com/Tencent/spring-cloud-tencent/pull/1692) -- [feat:Modify the annotations.](https://github.com/Tencent/spring-cloud-tencent/pull/1693) -- [fix: polaris.discovery.heartbeat.enabled not effective.](https://github.com/Tencent/spring-cloud-tencent/pull/1694) -- [feat: support config ratelimit addresses and remote task interval.](https://github.com/Tencent/spring-cloud-tencent/pull/1695) -- [docs:optimize tsf example.](https://github.com/Tencent/spring-cloud-tencent/pull/1711) -- [feat:support TSF certificate manager.](https://github.com/Tencent/spring-cloud-tencent/pull/1716) -- [feat:support tsf unit.](https://github.com/Tencent/spring-cloud-tencent/pull/1722) -- [feat: support service registry and discovery with Polaris and Nacos](https://github.com/Tencent/spring-cloud-tencent/pull/1724) -- [test:add junit tests to sct-common.](https://github.com/Tencent/spring-cloud-tencent/pull/1727) -- [test:add junit tests to sct-gw-plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1731) -- [feat:compatible metadata transfer with TSF SDK version 1.x.](https://github.com/Tencent/spring-cloud-tencent/pull/1735) - [feat: upgrade springdoc to 2.8.13](https://github.com/Tencent/spring-cloud-tencent/pull/1738) - [fix: tsf gateway config support tsf-data-access.](https://github.com/Tencent/spring-cloud-tencent/pull/1745) - [fix: fix multiple bugs in tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/1746) diff --git a/changes/changes-2.1.0.0.md b/changes/changes-2.1.0.0.md new file mode 100644 index 000000000..87f9c6a78 --- /dev/null +++ b/changes/changes-2.1.0.0.md @@ -0,0 +1,31 @@ +# Change Log +--- + +- [fix:fix PolarisContextProperties instantiated twice causing NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/1641) +- [feat: support tsf gw.](https://github.com/Tencent/spring-cloud-tencent/pull/1645) +- [feat:upgrade to 2023.0.6.](https://github.com/Tencent/spring-cloud-tencent/pull/1646) +- [feat:Add log output and test scenarios in the FaultToleranceService file.](https://github.com/Tencent/spring-cloud-tencent/pull/1652) +- [fix: fix ConfigChangeListener and unit test](https://github.com/Tencent/spring-cloud-tencent/pull/1656) +- [feat: support spring-retry and feign config refresh and feign eager load support schema](https://github.com/Tencent/spring-cloud-tencent/pull/1651) +- [fix: fix ConfigChangeListener ut bug](https://github.com/Tencent/spring-cloud-tencent/pull/1661) +- [fix: tsf 2024 related bugfixes](https://github.com/Tencent/spring-cloud-tencent/pull/1682) +- [fix: remove conflict dependencies management](https://github.com/Tencent/spring-cloud-tencent/pull/1683) +- [refactor: optimize log](https://github.com/Tencent/spring-cloud-tencent/pull/1684) +- [feat:support setting load balancing strategy per service.](https://github.com/Tencent/spring-cloud-tencent/pull/1685) +- [feat: support shortest response time lb and least connection lb](https://github.com/Tencent/spring-cloud-tencent/pull/1686) +- [feat:support traffic mirroring.](https://github.com/Tencent/spring-cloud-tencent/pull/1687) +- [feat: support custom quickstart circuitbreak delay time.](https://github.com/Tencent/spring-cloud-tencent/pull/1688) +- [feat: add delay interface in tsf-example.](https://github.com/Tencent/spring-cloud-tencent/pull/1689) +- [fix: fix lb configuration on bootstrap step.](https://github.com/Tencent/spring-cloud-tencent/issues/1690) +- [feat:support fault injection.](https://github.com/Tencent/spring-cloud-tencent/pull/1691) +- [feat: support config event and monitor address list.](https://github.com/Tencent/spring-cloud-tencent/pull/1692) +- [feat:Modify the annotations.](https://github.com/Tencent/spring-cloud-tencent/pull/1693) +- [fix: polaris.discovery.heartbeat.enabled not effective.](https://github.com/Tencent/spring-cloud-tencent/pull/1694) +- [feat: support config ratelimit addresses and remote task interval.](https://github.com/Tencent/spring-cloud-tencent/pull/1695) +- [docs:optimize tsf example.](https://github.com/Tencent/spring-cloud-tencent/pull/1711) +- [feat:support TSF certificate manager.](https://github.com/Tencent/spring-cloud-tencent/pull/1716) +- [feat:support tsf unit.](https://github.com/Tencent/spring-cloud-tencent/pull/1722) +- [feat: support service registry and discovery with Polaris and Nacos](https://github.com/Tencent/spring-cloud-tencent/pull/1724) +- [test:add junit tests to sct-common.](https://github.com/Tencent/spring-cloud-tencent/pull/1727) +- [test:add junit tests to sct-gw-plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1731) +- [feat:compatible metadata transfer with TSF SDK version 1.x.](https://github.com/Tencent/spring-cloud-tencent/pull/1735) diff --git a/pom.xml b/pom.xml index 6403b46f7..d04fb94f5 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,7 @@ - 2.1.1.0-2023.0.6-SNAPSHOT + 2.1.1.0-2023.0.6 6.1.21 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 4c21341c9..9be21f953 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -71,10 +71,10 @@ - 2.1.1.0-2023.0.6-SNAPSHOT + 2.1.1.0-2023.0.6 - 2.1.1.0-SNAPSHOT + 2.1.1.0 2.8.14