From a78c64fed66b3a77a2014462a632d389b68f6213 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Thu, 20 Oct 2022 18:21:17 +0800 Subject: [PATCH] feat:start 1.9.0. (#657) --- CHANGELOG.md | 22 --------------------- changes/changes-1.8.0.md | 24 +++++++++++++++++++++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 2 +- 4 files changed, 26 insertions(+), 24 deletions(-) create mode 100644 changes/changes-1.8.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fa589fc7..671ece8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,2 @@ # Change Log --- - -- [Fix issue 593:When the project depends on spring-retry, executing restTemplate to call microservice and reporting NPE error](https://github.com/Tencent/spring-cloud-tencent/pull/594) -- [Optimize: remove discovery module useless code](https://github.com/Tencent/spring-cloud-tencent/pull/595) -- [Optimize: remove useless code for rest template router](https://github.com/Tencent/spring-cloud-tencent/pull/601) -- [Optimize: optimize configuration conditional & optimize config data tips](https://github.com/Tencent/spring-cloud-tencent/pull/603) -- [Automatically transmit some headers specified by an environment variable that directly defines header keys.](https://github.com/Tencent/spring-cloud-tencent/pull/606) -- [Optimize: Maybe remove Chinese characters](https://github.com/Tencent/spring-cloud-tencent/pull/607) -- [Optimize: InstanceId of PolarisRegistration and PolarisServiceRegistry](https://github.com/Tencent/spring-cloud-tencent/pull/610) -- [ fix pr #606 cause ci fail](https://github.com/Tencent/spring-cloud-tencent/pull/613) -- [fix pr 613: modify a judgment logic](https://github.com/Tencent/spring-cloud-tencent/pull/618) -- [fix pr 606: modify a part of changes requested by review.](https://github.com/Tencent/spring-cloud-tencent/pull/620) -- [Bugfix: fix feign report call result error when using feign direct call](https://github.com/Tencent/spring-cloud-tencent/pull/621) -- [remove useless code for router](https://github.com/Tencent/spring-cloud-tencent/pull/626) -- [Feature: support new label expression](https://github.com/Tencent/spring-cloud-tencent/pull/627) -- [feat:report the labels when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/629) -- [Bugfix: fix throw npe when router context is null](https://github.com/Tencent/spring-cloud-tencent/pull/635) -- [Optimize:optimize transfer](https://github.com/Tencent/spring-cloud-tencent/pull/636) -- [fix:cancel reporting useless metadata.](https://github.com/Tencent/spring-cloud-tencent/pull/639) -- [Feature: support read config file from local file system](https://github.com/Tencent/spring-cloud-tencent/pull/640) -- [fix:optimize expression parser V1.](https://github.com/Tencent/spring-cloud-tencent/pull/642) -- [Optimize: add transfer metadata unit test.](https://github.com/Tencent/spring-cloud-tencent/pull/646) -- [feat: publish spring event named ConfigChangeSpringEvent when the configuration is changed](https://github.com/Tencent/spring-cloud-tencent/pull/647) diff --git a/changes/changes-1.8.0.md b/changes/changes-1.8.0.md new file mode 100644 index 00000000..fa589fc7 --- /dev/null +++ b/changes/changes-1.8.0.md @@ -0,0 +1,24 @@ +# Change Log +--- + +- [Fix issue 593:When the project depends on spring-retry, executing restTemplate to call microservice and reporting NPE error](https://github.com/Tencent/spring-cloud-tencent/pull/594) +- [Optimize: remove discovery module useless code](https://github.com/Tencent/spring-cloud-tencent/pull/595) +- [Optimize: remove useless code for rest template router](https://github.com/Tencent/spring-cloud-tencent/pull/601) +- [Optimize: optimize configuration conditional & optimize config data tips](https://github.com/Tencent/spring-cloud-tencent/pull/603) +- [Automatically transmit some headers specified by an environment variable that directly defines header keys.](https://github.com/Tencent/spring-cloud-tencent/pull/606) +- [Optimize: Maybe remove Chinese characters](https://github.com/Tencent/spring-cloud-tencent/pull/607) +- [Optimize: InstanceId of PolarisRegistration and PolarisServiceRegistry](https://github.com/Tencent/spring-cloud-tencent/pull/610) +- [ fix pr #606 cause ci fail](https://github.com/Tencent/spring-cloud-tencent/pull/613) +- [fix pr 613: modify a judgment logic](https://github.com/Tencent/spring-cloud-tencent/pull/618) +- [fix pr 606: modify a part of changes requested by review.](https://github.com/Tencent/spring-cloud-tencent/pull/620) +- [Bugfix: fix feign report call result error when using feign direct call](https://github.com/Tencent/spring-cloud-tencent/pull/621) +- [remove useless code for router](https://github.com/Tencent/spring-cloud-tencent/pull/626) +- [Feature: support new label expression](https://github.com/Tencent/spring-cloud-tencent/pull/627) +- [feat:report the labels when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/629) +- [Bugfix: fix throw npe when router context is null](https://github.com/Tencent/spring-cloud-tencent/pull/635) +- [Optimize:optimize transfer](https://github.com/Tencent/spring-cloud-tencent/pull/636) +- [fix:cancel reporting useless metadata.](https://github.com/Tencent/spring-cloud-tencent/pull/639) +- [Feature: support read config file from local file system](https://github.com/Tencent/spring-cloud-tencent/pull/640) +- [fix:optimize expression parser V1.](https://github.com/Tencent/spring-cloud-tencent/pull/642) +- [Optimize: add transfer metadata unit test.](https://github.com/Tencent/spring-cloud-tencent/pull/646) +- [feat: publish spring event named ConfigChangeSpringEvent when the configuration is changed](https://github.com/Tencent/spring-cloud-tencent/pull/647) diff --git a/pom.xml b/pom.xml index 1bd869be..dc449774 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ - 1.8.0-2021.0.3 + 1.9.0-2021.0.3-SNAPSHOT 2021.0.3 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 23791980..4b7214f9 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,7 +70,7 @@ - 1.8.0-2021.0.3 + 1.9.0-2021.0.3-SNAPSHOT 1.9.1