begin 1.11.0-2021.0.6-SNAPSHOT.

pull/897/head
Haotian Zhang 2 years ago
parent 9faf1fe26c
commit 1ad0eca5a7

@ -1,18 +1,3 @@
# Change Log
---
- [feature:add PolarisRateLimiterLimitedFallback spi.](https://github.com/Tencent/spring-cloud-tencent/pull/830)
- [docs:Add code coverage blocking.](https://github.com/Tencent/spring-cloud-tencent/pull/836)
- [docs:Add license checker GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/839)
- [refactor:move loadbalancer to discovery module.](https://github.com/Tencent/spring-cloud-tencent/pull/844)
- [fix:fix the error capture of rate limit exception.](https://github.com/Tencent/spring-cloud-tencent/pull/854)
- [feature:add User-Agent:polaris for healthyCheck api.](https://github.com/Tencent/spring-cloud-tencent/pull/859)
- [feat:enable stat reporting as default.](https://github.com/Tencent/spring-cloud-tencent/pull/862)
- [refactor:update to junit 5.](https://github.com/Tencent/spring-cloud-tencent/pull/865)
- [optimize:optimize ServiceRuleManager.](https://github.com/Tencent/spring-cloud-tencent/pull/869)
- [docs:support auto snapshot release in GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/868)
- [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/875)
- [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/876)
- [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/883)
- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/887)
- [fix:fix instance circuit breaker not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/891)

@ -0,0 +1,18 @@
# Change Log
---
- [feature:add PolarisRateLimiterLimitedFallback spi.](https://github.com/Tencent/spring-cloud-tencent/pull/830)
- [docs:Add code coverage blocking.](https://github.com/Tencent/spring-cloud-tencent/pull/836)
- [docs:Add license checker GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/839)
- [refactor:move loadbalancer to discovery module.](https://github.com/Tencent/spring-cloud-tencent/pull/844)
- [fix:fix the error capture of rate limit exception.](https://github.com/Tencent/spring-cloud-tencent/pull/854)
- [feature:add User-Agent:polaris for healthyCheck api.](https://github.com/Tencent/spring-cloud-tencent/pull/859)
- [feat:enable stat reporting as default.](https://github.com/Tencent/spring-cloud-tencent/pull/862)
- [refactor:update to junit 5.](https://github.com/Tencent/spring-cloud-tencent/pull/865)
- [optimize:optimize ServiceRuleManager.](https://github.com/Tencent/spring-cloud-tencent/pull/869)
- [docs:support auto snapshot release in GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/868)
- [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/875)
- [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/876)
- [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/883)
- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/887)
- [fix:fix instance circuit breaker not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/891)

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

@ -70,7 +70,7 @@
</developers>
<properties>
<revision>1.10.0-2021.0.6</revision>
<revision>1.11.0-2021.0.6-SNAPSHOT</revision>
<!-- Dependencies -->
<polaris.version>1.11.1</polaris.version>

Loading…
Cancel
Save