feat:update to 1.5.0-Greenwich.SR6-SNAPSHOT.

pull/265/head
SkyeBeFreeman 3 years ago committed by Haotian Zhang
parent 0e64663cac
commit f431762155

@ -1,12 +1,3 @@
# Change Log # Change Log
--- ---
- [Feature: Support custom rate limit reject response info](https://github.com/Tencent/spring-cloud-tencent/pull/154)
- [Feature: Remove spring-javaformat-maven-plugin](https://github.com/Tencent/spring-cloud-tencent/pull/152)
- [feat:optimize config server address](https://github.com/Tencent/spring-cloud-tencent/pull/150)
- [feat:refactor loadbalancer module as a basic module for router and circuit breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/166)
- [feat: override recover router config](https://github.com/Tencent/spring-cloud-tencent/pull/167)
- [fix:fix routes of gateway doesn't refresh bug.](https://github.com/Tencent/spring-cloud-tencent/pull/168)
- [fix:Turn off automatic injection of Polars rule.](https://github.com/Tencent/spring-cloud-tencent/pull/171)
- [fix:fix wrong context data storage.](https://github.com/Tencent/spring-cloud-tencent/pull/180)
- [fix:fix route not refreshing bug when first instance of one service up.](https://github.com/Tencent/spring-cloud-tencent/pull/186)

@ -0,0 +1,12 @@
# Change Log
---
- [Feature: Support custom rate limit reject response info](https://github.com/Tencent/spring-cloud-tencent/pull/154)
- [Feature: Remove spring-javaformat-maven-plugin](https://github.com/Tencent/spring-cloud-tencent/pull/152)
- [feat:optimize config server address](https://github.com/Tencent/spring-cloud-tencent/pull/150)
- [feat:refactor loadbalancer module as a basic module for router and circuit breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/166)
- [feat: override recover router config](https://github.com/Tencent/spring-cloud-tencent/pull/167)
- [fix:fix routes of gateway doesn't refresh bug.](https://github.com/Tencent/spring-cloud-tencent/pull/168)
- [fix:Turn off automatic injection of Polars rule.](https://github.com/Tencent/spring-cloud-tencent/pull/171)
- [fix:fix wrong context data storage.](https://github.com/Tencent/spring-cloud-tencent/pull/180)
- [fix:fix route not refreshing bug when first instance of one service up.](https://github.com/Tencent/spring-cloud-tencent/pull/186)

@ -86,7 +86,7 @@
<properties> <properties>
<!-- Project revision --> <!-- Project revision -->
<revision>1.4.4-Greenwich.SR6</revision> <revision>1.5.0-Greenwich.SR6-SNAPSHOT</revision>
<!-- Spring Cloud --> <!-- Spring Cloud -->
<spring.cloud.version>Greenwich.SR6</spring.cloud.version> <spring.cloud.version>Greenwich.SR6</spring.cloud.version>

@ -70,8 +70,8 @@
</developers> </developers>
<properties> <properties>
<revision>1.4.4-Greenwich.SR6</revision> <revision>1.5.0-Greenwich.SR6-SNAPSHOT</revision>
<polaris.version>1.5.2</polaris.version> <polaris.version>1.6.0</polaris.version>
<!-- Dependencies --> <!-- Dependencies -->
<logback.version>1.2.7</logback.version> <logback.version>1.2.7</logback.version>

Loading…
Cancel
Save