From 27ce77cdc107b20b187a91df7f780e0a9b8994fc Mon Sep 17 00:00:00 2001 From: lepdou Date: Tue, 8 Nov 2022 14:41:28 +0800 Subject: [PATCH] release 1.8.2-Hoxton.SR12 (#707) --- README-zh.md | 2 +- README.md | 2 +- changes/changes-1.8.2.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 changes/changes-1.8.2.md diff --git a/README-zh.md b/README-zh.md index c39aa3faf..9637b4ab4 100644 --- a/README-zh.md +++ b/README-zh.md @@ -70,7 +70,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要 com.tencent.cloud spring-cloud-tencent-dependencies - 1.8.1-Hoxton.SR12 + 1.8.2-Hoxton.SR12 pom import diff --git a/README.md b/README.md index 466a35f45..a46d6e0d7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ For example: com.tencent.cloud spring-cloud-tencent-dependencies - 1.8.1-Hoxton.SR12 + 1.8.2-Hoxton.SR12 pom import diff --git a/changes/changes-1.8.2.md b/changes/changes-1.8.2.md new file mode 100644 index 000000000..1ff48cf6e --- /dev/null +++ b/changes/changes-1.8.2.md @@ -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)