From 7fa8b7bd13507c438bb9c951200679087685da3c Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Mon, 11 Sep 2023 17:55:43 +0800 Subject: [PATCH] begin 1.13.0. --- CHANGELOG.md | 27 -------------------- changes/changes-1.12.0.md | 30 +++++++++++++++++++++++ pom.xml | 2 +- spring-cloud-tencent-dependencies/pom.xml | 2 +- 4 files changed, 32 insertions(+), 29 deletions(-) create mode 100644 changes/changes-1.12.0.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2ab4c03..06c1f8175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,3 @@ # Change Log --- -- [feature: support reactive discovery client health indicator.](https://github.com/Tencent/spring-cloud-tencent/pull/983) -- [feat: Enhance default configuration to support `application*.yaml` and `bootstrap*.yaml`.](https://github.com/Tencent/spring-cloud-tencent/pull/985) -- [feat:Remove error log from `DecodeTransferMetadataReactiveFilter`.](https://github.com/Tencent/spring-cloud-tencent/pull/989) -- [Feature: add AssemblyFlow to support tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/993) -- [Refactoring: Refactor Circuitbreaker ut.](https://github.com/Tencent/spring-cloud-tencent/pull/997) -- [feat:refactor SDKContext as static.](https://github.com/Tencent/spring-cloud-tencent/pull/1001) -- [docs:add release GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/1006) -- [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1010) -- [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1016) -- [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1020) -- [feat: update sct-all package method by maven shaded plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1024) -- [fix:use path parameter in `@FeignClient` for circuit-breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1029) -- [build(deps): bump guava in /spring-cloud-tencent-dependencies](https://github.com/Tencent/spring-cloud-tencent/pull/1034) -- [fix:fix reporting bug when port is -1.](https://github.com/Tencent/spring-cloud-tencent/pull/1038) -- [fix:update guava version.](https://github.com/Tencent/spring-cloud-tencent/pull/1041) -- [fix:fix circuit breaker bean load order bug when using Nacos discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1048) -- [feat:added automatic optimization for dynamic config refresh type.](https://github.com/Tencent/spring-cloud-tencent/pull/1053) -- [refactor:refactor Polaris registration.](https://github.com/Tencent/spring-cloud-tencent/pull/1055) -- [fix:fix SCG report wrong service bug when using IP routing.](https://github.com/Tencent/spring-cloud-tencent/pull/1063) -- [fix:fix gray release examples bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1066) -- [fix:fix router label feign interceptor order.](https://github.com/Tencent/spring-cloud-tencent/pull/1069) -- [feat:added polaris weighted round robin load balancer.](https://github.com/Tencent/spring-cloud-tencent/pull/1062) -- [fix:add deregister judgment.](https://github.com/Tencent/spring-cloud-tencent/pull/1074) -- [refactor:optimize discovery properties initialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1077) -- [fix:upgrade spring version.](https://github.com/Tencent/spring-cloud-tencent/pull/1086) -- [fix:Update README-zh.md](https://github.com/Tencent/spring-cloud-tencent/pull/1090). -- [feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels.](https://github.com/Tencent/spring-cloud-tencent/pull/1103). diff --git a/changes/changes-1.12.0.md b/changes/changes-1.12.0.md new file mode 100644 index 000000000..7c2ab4c03 --- /dev/null +++ b/changes/changes-1.12.0.md @@ -0,0 +1,30 @@ +# Change Log +--- + +- [feature: support reactive discovery client health indicator.](https://github.com/Tencent/spring-cloud-tencent/pull/983) +- [feat: Enhance default configuration to support `application*.yaml` and `bootstrap*.yaml`.](https://github.com/Tencent/spring-cloud-tencent/pull/985) +- [feat:Remove error log from `DecodeTransferMetadataReactiveFilter`.](https://github.com/Tencent/spring-cloud-tencent/pull/989) +- [Feature: add AssemblyFlow to support tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/993) +- [Refactoring: Refactor Circuitbreaker ut.](https://github.com/Tencent/spring-cloud-tencent/pull/997) +- [feat:refactor SDKContext as static.](https://github.com/Tencent/spring-cloud-tencent/pull/1001) +- [docs:add release GitHub Action.](https://github.com/Tencent/spring-cloud-tencent/pull/1006) +- [docs:update Polaris test environment ip.](https://github.com/Tencent/spring-cloud-tencent/pull/1010) +- [feat:sct-all package is now available as a shaded uber-jar.](https://github.com/Tencent/spring-cloud-tencent/pull/1016) +- [fix:fix custom fallback exception.](https://github.com/Tencent/spring-cloud-tencent/pull/1020) +- [feat: update sct-all package method by maven shaded plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1024) +- [fix:use path parameter in `@FeignClient` for circuit-breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/1029) +- [build(deps): bump guava in /spring-cloud-tencent-dependencies](https://github.com/Tencent/spring-cloud-tencent/pull/1034) +- [fix:fix reporting bug when port is -1.](https://github.com/Tencent/spring-cloud-tencent/pull/1038) +- [fix:update guava version.](https://github.com/Tencent/spring-cloud-tencent/pull/1041) +- [fix:fix circuit breaker bean load order bug when using Nacos discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1048) +- [feat:added automatic optimization for dynamic config refresh type.](https://github.com/Tencent/spring-cloud-tencent/pull/1053) +- [refactor:refactor Polaris registration.](https://github.com/Tencent/spring-cloud-tencent/pull/1055) +- [fix:fix SCG report wrong service bug when using IP routing.](https://github.com/Tencent/spring-cloud-tencent/pull/1063) +- [fix:fix gray release examples bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1066) +- [fix:fix router label feign interceptor order.](https://github.com/Tencent/spring-cloud-tencent/pull/1069) +- [feat:added polaris weighted round robin load balancer.](https://github.com/Tencent/spring-cloud-tencent/pull/1062) +- [fix:add deregister judgment.](https://github.com/Tencent/spring-cloud-tencent/pull/1074) +- [refactor:optimize discovery properties initialization.](https://github.com/Tencent/spring-cloud-tencent/pull/1077) +- [fix:upgrade spring version.](https://github.com/Tencent/spring-cloud-tencent/pull/1086) +- [fix:Update README-zh.md](https://github.com/Tencent/spring-cloud-tencent/pull/1090). +- [feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels.](https://github.com/Tencent/spring-cloud-tencent/pull/1103). diff --git a/pom.xml b/pom.xml index 265a8c549..dab311801 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ - 1.12.0-2021.0.8 + 1.13.0-2021.0.8-SNAPSHOT 5.3.29 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index af25fe538..46235c7bf 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,7 +70,7 @@ - 1.12.0-2021.0.8 + 1.13.0-2021.0.8-SNAPSHOT 1.14.0