Skip to content

Commit a793fd9

Browse files
committed
release 2.0.1.0-2021.0.9-RC1.
1 parent 4fdc539 commit a793fd9

File tree

4 files changed

+46
-42
lines changed

4 files changed

+46
-42
lines changed

CHANGELOG.md

-40
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,4 @@
11
# Change Log
22
---
33

4-
- [feat:upgrade jackson version.](https://github.com/Tencent/spring-cloud-tencent/pull/1259)
5-
- [fix:fix ApplicationContextAwareUtils NPE bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1294)
6-
- [feat:upgrade jacoco version.](https://github.com/Tencent/spring-cloud-tencent/pull/1308)
7-
- [fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5.](https://github.com/Tencent/spring-cloud-tencent/pull/1337)
8-
- [feat: support lossless online/offline](https://github.com/Tencent/spring-cloud-tencent/pull/1338)
9-
- [feat: support lane router](https://github.com/Tencent/spring-cloud-tencent/pull/1339)
10-
- [feat: add lane router examples](https://github.com/Tencent/spring-cloud-tencent/pull/1340)
11-
- [fix: fix the lossless provider override in multiple registries scenario](https://github.com/Tencent/spring-cloud-tencent/pull/1341)
12-
- [fix:fix nearby router properties loading bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1342)
13-
- [fix: fix grammar issues for lane router example & optimize the gateway dependency](https://github.com/Tencent/spring-cloud-tencent/pull/1343)
14-
- [refactor:let the configuration SDK context stand alone.](https://github.com/Tencent/spring-cloud-tencent/pull/1344)
15-
- [fix: fix lossless deregister failed when no healthcheck configured](https://github.com/Tencent/spring-cloud-tencent/pull/1345)
16-
- [feat:add zero protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1346)
17-
- [fix:fix no registry when lossless is disabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1347)
18-
- [fix:fix the ratelimit bug for 2021](https://github.com/Tencent/spring-cloud-tencent/pull/1348)
19-
- [feat:add Tencent Cloud TSF support.](https://github.com/Tencent/spring-cloud-tencent/pull/1350)
20-
- [feat:support consul config.](https://github.com/Tencent/spring-cloud-tencent/pull/1352)
21-
- [feat:add trace report support.](https://github.com/Tencent/spring-cloud-tencent/pull/1353)
22-
- [fix: fix lossless test case unstable issues.](https://github.com/Tencent/spring-cloud-tencent/pull/1355)
23-
- [feat:support consul service update task.](https://github.com/Tencent/spring-cloud-tencent/pull/1357)
24-
- [fix:fix app starting failed when user using custom OpenAPI bean.](https://github.com/Tencent/spring-cloud-tencent/pull/1358)
25-
- [fix: memory cost too many when using wildcard feign calls](https://github.com/Tencent/spring-cloud-tencent/pull/1359)
26-
- [feat:support consul config data. ](https://github.com/Tencent/spring-cloud-tencent/pull/1365)
27-
- [feat: support otel trace](https://github.com/Tencent/spring-cloud-tencent/pull/1366)
28-
- [feat:support TSF router.](https://github.com/Tencent/spring-cloud-tencent/pull/1372)
29-
- [feat:upgrade nearby router and add namespace nearby router.](https://github.com/Tencent/spring-cloud-tencent/pull/1374)
30-
- [fix:fix contract reporting bug when using TSF.](https://github.com/Tencent/spring-cloud-tencent/pull/1375)
31-
- [update: update contract autoconfiguration class](https://github.com/Tencent/spring-cloud-tencent/pull/1387)
32-
- [fix: fix TSF context bootstrap configuration](https://github.com/Tencent/spring-cloud-tencent/pull/1393)
33-
- [fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis](https://github.com/Tencent/spring-cloud-tencent/pull/1423)
34-
- [fix:fix actuator name warning from #1428 .](https://github.com/Tencent/spring-cloud-tencent/pull/1430)
35-
- [feat:upgrade api circuit breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1440)
36-
- [feat: support lossless config from console & support warmup.](https://github.com/Tencent/spring-cloud-tencent/pull/1446)
37-
- [feat:add admin http handler.](https://github.com/Tencent/spring-cloud-tencent/pull/1449)
38-
- [feat:support concurrency rate limit.](https://github.com/Tencent/spring-cloud-tencent/pull/1456)
39-
- [feat:support auth.](https://github.com/Tencent/spring-cloud-tencent/pull/1460)
40-
- [feat:upgrade trace plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1468)
41-
- [feat:support smooth upgrade from tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/1472)
42-
- [fix:fix caller disposable metadata handle when using tracing.](https://github.com/Tencent/spring-cloud-tencent/pull/1476)
43-
- [refactor:update registry status.](https://github.com/Tencent/spring-cloud-tencent/pull/1486)
444
- [feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode.](https://github.com/Tencent/spring-cloud-tencent/pull/1490)

changes/changes-2.0.0.0.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Change Log
2+
---
3+
4+
- [feat:upgrade jackson version.](https://github.com/Tencent/spring-cloud-tencent/pull/1259)
5+
- [fix:fix ApplicationContextAwareUtils NPE bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1294)
6+
- [feat:upgrade jacoco version.](https://github.com/Tencent/spring-cloud-tencent/pull/1308)
7+
- [fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5.](https://github.com/Tencent/spring-cloud-tencent/pull/1337)
8+
- [feat: support lossless online/offline](https://github.com/Tencent/spring-cloud-tencent/pull/1338)
9+
- [feat: support lane router](https://github.com/Tencent/spring-cloud-tencent/pull/1339)
10+
- [feat: add lane router examples](https://github.com/Tencent/spring-cloud-tencent/pull/1340)
11+
- [fix: fix the lossless provider override in multiple registries scenario](https://github.com/Tencent/spring-cloud-tencent/pull/1341)
12+
- [fix:fix nearby router properties loading bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1342)
13+
- [fix: fix grammar issues for lane router example & optimize the gateway dependency](https://github.com/Tencent/spring-cloud-tencent/pull/1343)
14+
- [refactor:let the configuration SDK context stand alone.](https://github.com/Tencent/spring-cloud-tencent/pull/1344)
15+
- [fix: fix lossless deregister failed when no healthcheck configured](https://github.com/Tencent/spring-cloud-tencent/pull/1345)
16+
- [feat:add zero protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1346)
17+
- [fix:fix no registry when lossless is disabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1347)
18+
- [fix:fix the ratelimit bug for 2021](https://github.com/Tencent/spring-cloud-tencent/pull/1348)
19+
- [feat:add Tencent Cloud TSF support.](https://github.com/Tencent/spring-cloud-tencent/pull/1350)
20+
- [feat:support consul config.](https://github.com/Tencent/spring-cloud-tencent/pull/1352)
21+
- [feat:add trace report support.](https://github.com/Tencent/spring-cloud-tencent/pull/1353)
22+
- [fix: fix lossless test case unstable issues.](https://github.com/Tencent/spring-cloud-tencent/pull/1355)
23+
- [feat:support consul service update task.](https://github.com/Tencent/spring-cloud-tencent/pull/1357)
24+
- [fix:fix app starting failed when user using custom OpenAPI bean.](https://github.com/Tencent/spring-cloud-tencent/pull/1358)
25+
- [fix: memory cost too many when using wildcard feign calls](https://github.com/Tencent/spring-cloud-tencent/pull/1359)
26+
- [feat:support consul config data. ](https://github.com/Tencent/spring-cloud-tencent/pull/1365)
27+
- [feat: support otel trace](https://github.com/Tencent/spring-cloud-tencent/pull/1366)
28+
- [feat:support TSF router.](https://github.com/Tencent/spring-cloud-tencent/pull/1372)
29+
- [feat:upgrade nearby router and add namespace nearby router.](https://github.com/Tencent/spring-cloud-tencent/pull/1374)
30+
- [fix:fix contract reporting bug when using TSF.](https://github.com/Tencent/spring-cloud-tencent/pull/1375)
31+
- [update: update contract autoconfiguration class](https://github.com/Tencent/spring-cloud-tencent/pull/1387)
32+
- [fix: fix TSF context bootstrap configuration](https://github.com/Tencent/spring-cloud-tencent/pull/1393)
33+
- [fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis](https://github.com/Tencent/spring-cloud-tencent/pull/1423)
34+
- [fix:fix actuator name warning from #1428 .](https://github.com/Tencent/spring-cloud-tencent/pull/1430)
35+
- [feat:upgrade api circuit breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1440)
36+
- [feat: support lossless config from console & support warmup.](https://github.com/Tencent/spring-cloud-tencent/pull/1446)
37+
- [feat:add admin http handler.](https://github.com/Tencent/spring-cloud-tencent/pull/1449)
38+
- [feat:support concurrency rate limit.](https://github.com/Tencent/spring-cloud-tencent/pull/1456)
39+
- [feat:support auth.](https://github.com/Tencent/spring-cloud-tencent/pull/1460)
40+
- [feat:upgrade trace plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1468)
41+
- [feat:support smooth upgrade from tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/1472)
42+
- [fix:fix caller disposable metadata handle when using tracing.](https://github.com/Tencent/spring-cloud-tencent/pull/1476)
43+
- [refactor:update registry status.](https://github.com/Tencent/spring-cloud-tencent/pull/1486)
44+
- [feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode.](https://github.com/Tencent/spring-cloud-tencent/pull/1490)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
<properties>
9292
<!-- Project revision -->
93-
<revision>2.0.1.0-2021.0.9-SNAPSHOT</revision>
93+
<revision>2.0.1.0-2021.0.9-RC1</revision>
9494

9595
<!-- Spring Framework -->
9696
<spring.framework.version>5.3.39</spring.framework.version>

spring-cloud-tencent-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
<properties>
7373
<!-- Project revision -->
74-
<revision>2.0.1.0-2021.0.9-SNAPSHOT</revision>
74+
<revision>2.0.1.0-2021.0.9-RC1</revision>
7575

7676
<!-- Polaris SDK version -->
7777
<polaris.version>2.0.0.1</polaris.version>

0 commit comments

Comments
 (0)