begin 1.11.0-2020.0.5-SNAPSHOT.

pull/900/head
Haotian Zhang 2 years ago
parent d7677d1715
commit 70e6d6842d

@ -1,18 +1,3 @@
# Change Log
---
- [docs:Add code coverage blocking.](https://github.com/Tencent/spring-cloud-tencent/pull/837)
- [docs:Add license checker GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/841)
- [refactor:move loadbalancer to discovery module.](https://github.com/Tencent/spring-cloud-tencent/pull/845)
- [feature:add PolarisRateLimiterLimitedFallback spi. ](https://github.com/Tencent/spring-cloud-tencent/pull/858)
- [fix:fix the error capture of rate limit exception.](https://github.com/Tencent/spring-cloud-tencent/pull/861)
- [feat:enable stat reporting as default.](https://github.com/Tencent/spring-cloud-tencent/pull/864)
- [refactor:update to junit 5.](https://github.com/Tencent/spring-cloud-tencent/pull/867)
- [docs:support auto snapshot release in GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/870)
- [feature:add User-Agent:polaris for healthyCheck api.](https://github.com/Tencent/spring-cloud-tencent/pull/873)
- [optimize:optimize ServiceRuleManager.](https://github.com/Tencent/spring-cloud-tencent/pull/878)
- [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/879)
- [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/881)
- [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/885)
- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/889)
- [fix:fix instance circuit breaker not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/892)

@ -0,0 +1,18 @@
# Change Log
---
- [docs:Add code coverage blocking.](https://github.com/Tencent/spring-cloud-tencent/pull/837)
- [docs:Add license checker GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/841)
- [refactor:move loadbalancer to discovery module.](https://github.com/Tencent/spring-cloud-tencent/pull/845)
- [feature:add PolarisRateLimiterLimitedFallback spi. ](https://github.com/Tencent/spring-cloud-tencent/pull/858)
- [fix:fix the error capture of rate limit exception.](https://github.com/Tencent/spring-cloud-tencent/pull/861)
- [feat:enable stat reporting as default.](https://github.com/Tencent/spring-cloud-tencent/pull/864)
- [refactor:update to junit 5.](https://github.com/Tencent/spring-cloud-tencent/pull/867)
- [docs:support auto snapshot release in GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/870)
- [feature:add User-Agent:polaris for healthyCheck api.](https://github.com/Tencent/spring-cloud-tencent/pull/873)
- [optimize:optimize ServiceRuleManager.](https://github.com/Tencent/spring-cloud-tencent/pull/878)
- [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/879)
- [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/881)
- [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/885)
- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/889)
- [fix:fix instance circuit breaker not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/892)

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

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

Loading…
Cancel
Save