release:release 1.11.3-Hoxton.SR12.

pull/1080/head 1.11.3-Hoxton.SR12
Haotian Zhang 1 year ago
parent de22408cf3
commit 6bc2fe953b

@ -17,4 +17,5 @@
- [docs:prevent the release of the final version of the sdk.](https://github.com/Tencent/spring-cloud-tencent/commit/be4dc8063bf8feb45d1430de979e9a85339b53c8)
- [feature: add config for customized local port.](https://github.com/Tencent/spring-cloud-tencent/commit/099508ea04687094e7ede8e5bb39eccc43287e5a)
- [feat:support webclient and gateway report call metrics](https://github.com/Tencent/spring-cloud-tencent/commit/2e8074b16363d437e106b965003b9261157f6a9d)
- [feature: add polaris ring hash load balancer.]()
- [feature: add polaris ring hash load balancer.](https://github.com/Tencent/spring-cloud-tencent/commit/b10ef1bf70b7a567fecff72d974917776b3be098)
- [fix:fix reportClient not working bug when using push-gateway strategy.](https://github.com/Tencent/spring-cloud-tencent/commit/de22408cf32a51b64cd4e14b28899054d981b96f)

@ -79,7 +79,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.9.1-Hoxton.SR12</version>
<version>1.11.3-Hoxton.SR12</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -76,7 +76,7 @@ For example:
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.9.1-Hoxton.SR12</version>
<version>1.11.3-Hoxton.SR12</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -89,7 +89,7 @@
<properties>
<!-- Project revision -->
<revision>1.11.2-Hoxton.SR12-SNAPSHOT</revision>
<revision>1.11.3-Hoxton.SR12</revision>
<!-- Spring Framework -->
<spring.framework.version>5.2.22.RELEASE</spring.framework.version>

@ -70,7 +70,7 @@
</developers>
<properties>
<revision>1.11.2-Hoxton.SR12-SNAPSHOT</revision>
<revision>1.11.3-Hoxton.SR12</revision>
<!-- Dependencies -->
<polaris.version>1.12.4</polaris.version>

Loading…
Cancel
Save