From 0a32603a97ae396e747f7ddfdb5704971b0cf75d Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Fri, 12 May 2023 17:24:58 +0800 Subject: [PATCH] fix:fix reportClient not working bug when using push-gateway strategy;shutdown grpc connection gracefully. --- CHANGELOG.md | 1 - README-zh.md | 7 ++++--- README.md | 10 ++++++---- changes/changes-1.11.1.md | 4 ++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 4 ++-- 6 files changed, 17 insertions(+), 11 deletions(-) create mode 100644 changes/changes-1.11.1.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 251d1e4c4..06c1f8175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ # Change Log --- -- [fix: custom spi metadata loaded bug.](https://github.com/Tencent/spring-cloud-tencent/pull/974) diff --git a/README-zh.md b/README-zh.md index 82379b0a4..c0ac319b3 100644 --- a/README-zh.md +++ b/README-zh.md @@ -21,7 +21,8 @@ README: ## 介绍 -Spring Cloud Tencent 是基于 Spring Cloud SPI 实现的一站式微服务解决方案。通过集成 Spring Cloud 和腾讯中间件,让分布式服务和微服务的开发、测试、发布和运维变得更加简单。 +Spring Cloud Tencent 是基于 Spring Cloud SPI 实现的一站式微服务解决方案。通过集成 Spring Cloud +和腾讯中间件,让分布式服务和微服务的开发、测试、发布和运维变得更加简单。 @@ -31,7 +32,7 @@ Spring Cloud Tencent 集成 Spring Cloud 和北极星。北极星是一个支持 - [北极星 Github](https://github.com/polarismesh/polaris) -Spring Cloud 集成北极星可以解决以下问题: +Spring Cloud 集成北极星可以解决以下问题: - 服务管理:服务发现、服务发现、健康检查 - 流量控制:可自定义的流量路由、负载均衡、限频限流、访问控制 @@ -77,7 +78,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要 com.tencent.cloud spring-cloud-tencent-dependencies - 1.11.0-2022.0.1 + 1.11.4-2022.0.1 pom import diff --git a/README.md b/README.md index bd6159b7d..f947d7582 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,19 @@ Visit [Wiki](https://github.com/Tencent/spring-cloud-tencent/wiki) to learn more ## Introduction -Spring Cloud Tencent is an one-stop microservice solution which implements the standard Spring Cloud SPI. It integrates Spring Cloud with Tencent middlewares and makes it easy to develop microservice. +Spring Cloud Tencent is an one-stop microservice solution which implements the standard Spring Cloud SPI. It integrates +Spring Cloud with Tencent middlewares and makes it easy to develop microservice. **Service discovery and governance** -Spring Cloud Tencent integrates Spring Cloud with Polaris which is an open source system for service discovery and governance. +Spring Cloud Tencent integrates Spring Cloud with Polaris which is an open source system for service discovery and +governance. - [Polaris Github](https://github.com/polarismesh/polaris) -Spring Cloud with Polaris can solve these problem: +Spring Cloud with Polaris can solve these problem: - service management: service discovery, service registry and health check - traffic control: customizable routing, load balance, rate limiting and access control @@ -78,7 +80,7 @@ For example: com.tencent.cloud spring-cloud-tencent-dependencies - 1.11.0-2022.0.1 + 1.11.4-2022.0.1 pom import diff --git a/changes/changes-1.11.1.md b/changes/changes-1.11.1.md new file mode 100644 index 000000000..251d1e4c4 --- /dev/null +++ b/changes/changes-1.11.1.md @@ -0,0 +1,4 @@ +# Change Log +--- + +- [fix: custom spi metadata loaded bug.](https://github.com/Tencent/spring-cloud-tencent/pull/974) diff --git a/pom.xml b/pom.xml index 6f90281f7..50fd70fcd 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ - 1.11.2-2022.0.1 + 1.11.4-2022.0.1 6.0.7 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 32678eaae..137ba58d0 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,10 +70,10 @@ - 1.11.2-2022.0.1 + 1.11.4-2022.0.1 - 1.12.2 + 1.12.5 31.1-jre 4.9.0 1.12.19