release 2.1.1.0-2023.0.6.

Signed-off-by: Haotian Zhang <928016560@qq.com>
2023 2.1.1.0-2023.0.6
Haotian Zhang 2 weeks ago
parent 629a7903b1
commit 9f3ffa25da

@ -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)

@ -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)

@ -90,7 +90,7 @@
<properties>
<!-- Project revision -->
<revision>2.1.1.0-2023.0.6-SNAPSHOT</revision>
<revision>2.1.1.0-2023.0.6</revision>
<!-- Spring Framework -->
<spring.framework.version>6.1.21</spring.framework.version>

@ -71,10 +71,10 @@
<properties>
<!-- Project revision -->
<revision>2.1.1.0-2023.0.6-SNAPSHOT</revision>
<revision>2.1.1.0-2023.0.6</revision>
<!-- Polaris SDK version -->
<polaris.version>2.1.1.0-SNAPSHOT</polaris.version>
<polaris.version>2.1.1.0</polaris.version>
<!-- Dependencies -->
<springdoc.version>2.8.14</springdoc.version>

Loading…
Cancel
Save