From f1e5e44d902676e7f321b4d39edf904079fdc065 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Mon, 1 Aug 2022 10:18:37 +0800 Subject: [PATCH] feat:begin 1.8.0. --- CHANGELOG.md | 20 -------------------- changes/changes-1.7.0.md | 23 +++++++++++++++++++++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 2 +- 4 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 changes/changes-1.7.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4d6d9f9..06c1f8175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,3 @@ # Change Log --- -- [Bugfix: optimize ratelimit actuator](https://github.com/Tencent/spring-cloud-tencent/pull/413) -- [Feature: add rate limit filter debug log](https://github.com/Tencent/spring-cloud-tencent/pull/417) -- [Feature: Optimized configuration update](https://github.com/Tencent/spring-cloud-tencent/pull/423) -- [Optimize feign & rest-template circuit-breaker logic](https://github.com/Tencent/spring-cloud-tencent/pull/424) -- [[Optimize] improve load-balance ut and support configurable heartbeat interval](https://github.com/Tencent/spring-cloud-tencent/pull/427) -- [Feature: add feature-env plugin & add spring cloud gateway staining plugin](https://github.com/Tencent/spring-cloud-tencent/pull/428) -- [Optimize: add EncodeTransferMedataRestTemplateInterceptor to RestTemplate](https://github.com/Tencent/spring-cloud-tencent/pull/434) -- [feat:enhance Feign and RestTemplate and support Polaris monitor.](https://github.com/Tencent/spring-cloud-tencent/pull/435) -- [Optimize: Specification apollo code reference notes](https://github.com/Tencent/spring-cloud-tencent/pull/442) -- [Optimize: optimize router label resolver spi](https://github.com/Tencent/spring-cloud-tencent/pull/449) -- [Feature: add feature env examples](https://github.com/Tencent/spring-cloud-tencent/pull/450) -- [Feature: Add disposable metadata transfer support](https://github.com/Tencent/spring-cloud-tencent/pull/430) -- [Bugfix: Removed unused class for circuit-breaker module](https://github.com/Tencent/spring-cloud-tencent/pull/455) -- [Optimize: rename opertion EQUAL to EQUALS](https://github.com/Tencent/spring-cloud-tencent/pull/457) -- [Docs: Add featureenv example readme(en) file](https://github.com/Tencent/spring-cloud-tencent/pull/460) -- [docs:update configuration metadata.](https://github.com/Tencent/spring-cloud-tencent/pull/463) -- [Feature: Add router actuate endpoint](https://github.com/Tencent/spring-cloud-tencent/pull/464) -- [feat:rename the configuration of reporter.](https://github.com/Tencent/spring-cloud-tencent/pull/465) -- [docs:update mvnw.](https://github.com/Tencent/spring-cloud-tencent/pull/466) -- [Feature: add config refresh type switch & catch exception for traffic staining.](https://github.com/Tencent/spring-cloud-tencent/pull/469) diff --git a/changes/changes-1.7.0.md b/changes/changes-1.7.0.md new file mode 100644 index 000000000..ad4d6d9f9 --- /dev/null +++ b/changes/changes-1.7.0.md @@ -0,0 +1,23 @@ +# Change Log +--- + +- [Bugfix: optimize ratelimit actuator](https://github.com/Tencent/spring-cloud-tencent/pull/413) +- [Feature: add rate limit filter debug log](https://github.com/Tencent/spring-cloud-tencent/pull/417) +- [Feature: Optimized configuration update](https://github.com/Tencent/spring-cloud-tencent/pull/423) +- [Optimize feign & rest-template circuit-breaker logic](https://github.com/Tencent/spring-cloud-tencent/pull/424) +- [[Optimize] improve load-balance ut and support configurable heartbeat interval](https://github.com/Tencent/spring-cloud-tencent/pull/427) +- [Feature: add feature-env plugin & add spring cloud gateway staining plugin](https://github.com/Tencent/spring-cloud-tencent/pull/428) +- [Optimize: add EncodeTransferMedataRestTemplateInterceptor to RestTemplate](https://github.com/Tencent/spring-cloud-tencent/pull/434) +- [feat:enhance Feign and RestTemplate and support Polaris monitor.](https://github.com/Tencent/spring-cloud-tencent/pull/435) +- [Optimize: Specification apollo code reference notes](https://github.com/Tencent/spring-cloud-tencent/pull/442) +- [Optimize: optimize router label resolver spi](https://github.com/Tencent/spring-cloud-tencent/pull/449) +- [Feature: add feature env examples](https://github.com/Tencent/spring-cloud-tencent/pull/450) +- [Feature: Add disposable metadata transfer support](https://github.com/Tencent/spring-cloud-tencent/pull/430) +- [Bugfix: Removed unused class for circuit-breaker module](https://github.com/Tencent/spring-cloud-tencent/pull/455) +- [Optimize: rename opertion EQUAL to EQUALS](https://github.com/Tencent/spring-cloud-tencent/pull/457) +- [Docs: Add featureenv example readme(en) file](https://github.com/Tencent/spring-cloud-tencent/pull/460) +- [docs:update configuration metadata.](https://github.com/Tencent/spring-cloud-tencent/pull/463) +- [Feature: Add router actuate endpoint](https://github.com/Tencent/spring-cloud-tencent/pull/464) +- [feat:rename the configuration of reporter.](https://github.com/Tencent/spring-cloud-tencent/pull/465) +- [docs:update mvnw.](https://github.com/Tencent/spring-cloud-tencent/pull/466) +- [Feature: add config refresh type switch & catch exception for traffic staining.](https://github.com/Tencent/spring-cloud-tencent/pull/469) diff --git a/pom.xml b/pom.xml index 1a13527fd..bc0238fe3 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ - 1.7.0-Hoxton.SR12 + 1.8.0-Hoxton.SR12-SNAPSHOT Hoxton.SR12 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 11562f09f..9a29c28ef 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,7 +70,7 @@ - 1.7.0-Hoxton.SR12 + 1.8.0-Hoxton.SR12-SNAPSHOT 1.7.2 1.2.11 4.5.1