release 1.8.2-Hoxton.SR12 (#707)

pull/708/head
lepdou 3 years ago committed by lepdou
parent d379310df5
commit 27ce77cdc1

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

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

@ -0,0 +1,6 @@
# Change Log
---
- [fix router concurrent bug&fix spring-retry circuit breaker not work bug](https://github.com/Tencent/spring-cloud-tencent/pull/679)
- [fix router unit test](https://github.com/Tencent/spring-cloud-tencent/pull/684)
- [fix weight load balancer bug](https://github.com/Tencent/spring-cloud-tencent/pull/704)
Loading…
Cancel
Save