begin:1.12.0.

pull/990/head
SkyeBeFreeman 2 years ago
parent 9ffafb447e
commit a11bd455ad

@ -1,11 +1,4 @@
# Change Log
---
- [feature: optimize polaris-discovery-example/discovery-callee-service, add client-ip return.](https://github.com/Tencent/spring-cloud-tencent/pull/941)
- [feat:support webclient and gateway report call metrics](https://github.com/Tencent/spring-cloud-tencent/pull/942)
- [docs:prevent the release of the final version of the sdk.](https://github.com/Tencent/spring-cloud-tencent/pull/945)
- [fix: fix nacos CircuitBreaker disable bug.](https://github.com/Tencent/spring-cloud-tencent/pull/947)
- [feature: add config for customized local port.](https://github.com/Tencent/spring-cloud-tencent/pull/956)
- [refactor:refactor reactor code in router module.](https://github.com/Tencent/spring-cloud-tencent/pull/958)
- [refactor: refactor circuitbreaker .](https://github.com/Tencent/spring-cloud-tencent/pull/962)
- [feature: add polaris ring hash load balancer .](https://github.com/Tencent/spring-cloud-tencent/pull/966)

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

@ -78,7 +78,7 @@ For example:
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.10.3-2020.0.6</version>
<version>1.11.0-2020.0.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -0,0 +1,11 @@
# Change Log
---
- [feature: optimize polaris-discovery-example/discovery-callee-service, add client-ip return.](https://github.com/Tencent/spring-cloud-tencent/pull/941)
- [feat:support webclient and gateway report call metrics](https://github.com/Tencent/spring-cloud-tencent/pull/942)
- [docs:prevent the release of the final version of the sdk.](https://github.com/Tencent/spring-cloud-tencent/pull/945)
- [fix: fix nacos CircuitBreaker disable bug.](https://github.com/Tencent/spring-cloud-tencent/pull/947)
- [feature: add config for customized local port.](https://github.com/Tencent/spring-cloud-tencent/pull/956)
- [refactor:refactor reactor code in router module.](https://github.com/Tencent/spring-cloud-tencent/pull/958)
- [refactor: refactor circuitbreaker .](https://github.com/Tencent/spring-cloud-tencent/pull/962)
- [feature: add polaris ring hash load balancer .](https://github.com/Tencent/spring-cloud-tencent/pull/966)

@ -88,7 +88,7 @@
<properties>
<!-- Project revision -->
<revision>1.11.0-2020.0.6</revision>
<revision>1.12.0-2020.0.6-SNAPSHOT</revision>
<!-- Spring Framework -->
<spring.framework.version>5.3.25</spring.framework.version>

@ -70,7 +70,7 @@
</developers>
<properties>
<revision>1.11.0-2020.0.6</revision>
<revision>1.12.0-2020.0.6-SNAPSHOT</revision>
<!-- Dependencies -->
<polaris.version>1.12.0</polaris.version>

Loading…
Cancel
Save