begin 1.13.0.

pull/1110/head
Haotian Zhang 1 year ago
parent 83745ddacc
commit 049154a5d8

@ -1,29 +1,3 @@
# Change Log # Change Log
--- ---
- feature: support reactive discovery client health indicator.
- feature: Enhance default configuration to support `application*.yaml` and `bootstrap*.yaml`.
- feat:adapt for nacos instance.
- Refactoring: Refactor Circuitbreaker ut.
- refactor:refactor rpc enhancement.
- feat:refactor SDKContext as static.
- docs:add release GitHub Action.
- docs:update Polaris test environment ip.
- fix:fix custom fallback exception.
- feat:sct-all package is now available as a shaded uber-jar.
- fix:use path parameter in `@FeignClient` for circuit-breaker.
- build(deps): bump guava in /spring-cloud-tencent-dependencies
- fix:fix reporting bug when port is -1.
- fix:update guava version.
- fix:fix circuit breaker bean load order bug when using Nacos discovery.
- refactor:refactor Polaris registration.
- feat:added automatic optimization for dynamic config refresh type.
- fix:fix gray release examples bug.
- fix:fix router label feign interceptor order.
- fix:fix web server wrong open bug.
- fix:add deregister judgment.
- feat:added ribbon lb polaris weighted round robin rule.
- fix:fix feign report -1 port bug.
- fix:upgrade spring version.
- fix:Update README-zh.md
- feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels.

@ -0,0 +1,30 @@
# Change Log
---
- feature: support reactive discovery client health indicator.
- feature: Enhance default configuration to support `application*.yaml` and `bootstrap*.yaml`.
- feat:adapt for nacos instance.
- Refactoring: Refactor Circuitbreaker ut.
- refactor:refactor rpc enhancement.
- feat:refactor SDKContext as static.
- docs:add release GitHub Action.
- docs:update Polaris test environment ip.
- fix:fix custom fallback exception.
- feat:sct-all package is now available as a shaded uber-jar.
- fix:use path parameter in `@FeignClient` for circuit-breaker.
- build(deps): bump guava in /spring-cloud-tencent-dependencies
- fix:fix reporting bug when port is -1.
- fix:update guava version.
- fix:fix circuit breaker bean load order bug when using Nacos discovery.
- refactor:refactor Polaris registration.
- feat:added automatic optimization for dynamic config refresh type.
- fix:fix gray release examples bug.
- fix:fix router label feign interceptor order.
- fix:fix web server wrong open bug.
- fix:add deregister judgment.
- feat:added ribbon lb polaris weighted round robin rule.
- fix:fix feign report -1 port bug.
- fix:upgrade spring version.
- fix:Update README-zh.md
- feature: support Polaris configuration center extension plugin interface and support dynamic modification of log
levels.

@ -89,7 +89,7 @@
<properties> <properties>
<!-- Project revision --> <!-- Project revision -->
<revision>1.12.0-Hoxton.SR12</revision> <revision>1.13.0-Hoxton.SR12-SNAPSHOT</revision>
<!-- Spring Framework --> <!-- Spring Framework -->
<spring.framework.version>5.2.25.RELEASE</spring.framework.version> <spring.framework.version>5.2.25.RELEASE</spring.framework.version>

@ -70,10 +70,10 @@
</developers> </developers>
<properties> <properties>
<revision>1.12.0-Hoxton.SR12</revision> <revision>1.13.0-Hoxton.SR12-SNAPSHOT</revision>
<!-- Dependencies --> <!-- Dependencies -->
<polaris.version>1.14.0</polaris.version> <polaris.version>1.15.0-SNAPSHOT</polaris.version>
<guava.version>32.0.1-jre</guava.version> <guava.version>32.0.1-jre</guava.version>
<logback.version>1.2.11</logback.version> <logback.version>1.2.11</logback.version>
<mocktio.version>4.5.1</mocktio.version> <mocktio.version>4.5.1</mocktio.version>

Loading…
Cancel
Save