begin 2.0.3.0.

pull/1633/head
Haotian Zhang 2 months ago
parent b57fc372ef
commit 5ca598fa6e

@ -1,14 +1,3 @@
# Change Log
---
- [feat:support spring cloud 2024.](https://github.com/Tencent/spring-cloud-tencent/commit/fd35059fbb6548153591c3daee4684f3c6aff4b0)
- [fix: add gateway context config example.](https://github.com/Tencent/spring-cloud-tencent/pull/1584)
- [feat:support config empty protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1587)
- [feat:remove useless plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1589)
- [feat:support dynamic multi-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1597)
- [feat:support ipv6.](https://github.com/Tencent/spring-cloud-tencent/pull/1599)
- [feat:support config all recover enabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1606)
- [feat:support stat reporting path aggregation.](https://github.com/Tencent/spring-cloud-tencent/pull/1610)
- [feat:support instance detect.](https://github.com/Tencent/spring-cloud-tencent/pull/1620)
- [fix: fix loadbalancer metadata type.](https://github.com/Tencent/spring-cloud-tencent/pull/1622)
- [feat:support polaris server nearby backup LB.](https://github.com/Tencent/spring-cloud-tencent/pull/1631)

@ -0,0 +1,14 @@
# Change Log
---
- [feat:support spring cloud 2024.](https://github.com/Tencent/spring-cloud-tencent/commit/fd35059fbb6548153591c3daee4684f3c6aff4b0)
- [fix: add gateway context config example.](https://github.com/Tencent/spring-cloud-tencent/pull/1584)
- [feat:support config empty protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1587)
- [feat:remove useless plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1589)
- [feat:support dynamic multi-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1597)
- [feat:support ipv6.](https://github.com/Tencent/spring-cloud-tencent/pull/1599)
- [feat:support config all recover enabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1606)
- [feat:support stat reporting path aggregation.](https://github.com/Tencent/spring-cloud-tencent/pull/1610)
- [feat:support instance detect.](https://github.com/Tencent/spring-cloud-tencent/pull/1620)
- [fix: fix loadbalancer metadata type.](https://github.com/Tencent/spring-cloud-tencent/pull/1622)
- [feat:support polaris server nearby backup LB.](https://github.com/Tencent/spring-cloud-tencent/pull/1631)

@ -90,13 +90,13 @@
<properties>
<!-- Project revision -->
<revision>2.0.2.0-2024.0.1</revision>
<revision>2.0.3.0-2024.0.1-SNAPSHOT</revision>
<!-- Spring Framework -->
<spring.framework.version>6.2.7</spring.framework.version>
<spring.framework.version>6.2.8</spring.framework.version>
<!-- Spring Boot -->
<spring.boot.version>3.4.6</spring.boot.version>
<spring.boot.version>3.4.7</spring.boot.version>
<!-- Spring Cloud -->
<spring.cloud.version>2024.0.1</spring.cloud.version>

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

Loading…
Cancel
Save