begin 2.0.3.0.

pull/1639/head
Haotian Zhang 2 months ago
parent 6f1d523d1b
commit a337df3cf5

@ -1,12 +1,3 @@
# Change Log
---
- [fix: add gateway context config example.](https://github.com/Tencent/spring-cloud-tencent/pull/1562)
- [feat:support config empty protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1581)
- [feat:support dynamic multi-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1591)
- [feat:support ipv6.](https://github.com/Tencent/spring-cloud-tencent/pull/1592)
- [feat:support config all recover enabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1593)
- [feat:support stat reporting path aggregation.](https://github.com/Tencent/spring-cloud-tencent/pull/1602)
- [feat:support instance detect.](https://github.com/Tencent/spring-cloud-tencent/pull/1616)
- [fix: fix loadbalancer metadata type.](https://github.com/Tencent/spring-cloud-tencent/pull/1624)
- [feat:support polaris server nearby backup LB.](https://github.com/Tencent/spring-cloud-tencent/pull/1629)

@ -0,0 +1,12 @@
# Change Log
---
- [fix: add gateway context config example.](https://github.com/Tencent/spring-cloud-tencent/pull/1562)
- [feat:support config empty protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1581)
- [feat:support dynamic multi-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1591)
- [feat:support ipv6.](https://github.com/Tencent/spring-cloud-tencent/pull/1592)
- [feat:support config all recover enabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1593)
- [feat:support stat reporting path aggregation.](https://github.com/Tencent/spring-cloud-tencent/pull/1602)
- [feat:support instance detect.](https://github.com/Tencent/spring-cloud-tencent/pull/1616)
- [fix: fix loadbalancer metadata type.](https://github.com/Tencent/spring-cloud-tencent/pull/1624)
- [feat:support polaris server nearby backup LB.](https://github.com/Tencent/spring-cloud-tencent/pull/1629)

@ -90,7 +90,7 @@
<properties>
<!-- Project revision -->
<revision>2.0.2.0-2021.0.9</revision>
<revision>2.0.3.0-2021.0.9-SNAPSHOT</revision>
<!-- Spring Framework -->
<spring.framework.version>5.3.39</spring.framework.version>

@ -71,7 +71,7 @@
<properties>
<!-- Project revision -->
<revision>2.0.2.0-2021.0.9</revision>
<revision>2.0.3.0-2021.0.9-SNAPSHOT</revision>
<!-- Polaris SDK version -->
<polaris.version>2.0.2.0</polaris.version>

Loading…
Cancel
Save