diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aefb4ae..0eab1eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,7 @@ # Change Log --- -- [Bugfix: fix router bug and add router example](https://github.com/Tencent/spring-cloud-tencent/pull/109) -- [feat:add custom label resolver spi for rate limit](https://github.com/Tencent/spring-cloud-tencent/pull/107) -- [feat:fix discovery weight param not set to register request bug](https://github.com/Tencent/spring-cloud-tencent/pull/104) -- [Bugfix: fix causing cpu 100% when set ScheduledThreadPoolExecutor corePoolSize=0](https://github.com/Tencent/spring-cloud-tencent/pull/101) -- [Refactor: refactor transfer metadata](https://github.com/Tencent/spring-cloud-tencent/pull/113) -- [Bugfix: fix circuitbreaker http code greater than 400 as fail response bug](https://github.com/Tencent/spring-cloud-tencent/pull/118) -- [Feat: optimize router dependency](https://github.com/Tencent/spring-cloud-tencent/pull/115) -- [feat:add switch of polaris, discovery and register.](https://github.com/Tencent/spring-cloud-tencent/pull/129) - [Feature: Support custom rate limit reject response info](https://github.com/Tencent/spring-cloud-tencent/pull/153) - [Feature: Remove spring-javaformat-maven-plugin](https://github.com/Tencent/spring-cloud-tencent/pull/151) - [feat:optimize config server address.](https://github.com/Tencent/spring-cloud-tencent/pull/149) +- [feat:refactor loadbalancer module as a basic module for router and circuit breaker.](https://github.com/Tencent/spring-cloud-tencent/pull/155) diff --git a/changes/changes-1.3.0.md b/changes/changes-1.3.0.md new file mode 100644 index 00000000..31f9267b --- /dev/null +++ b/changes/changes-1.3.0.md @@ -0,0 +1,11 @@ +# Change Log +--- + +- [Bugfix: fix router bug and add router example](https://github.com/Tencent/spring-cloud-tencent/pull/109) +- [feat:add custom label resolver spi for rate limit](https://github.com/Tencent/spring-cloud-tencent/pull/107) +- [feat:fix discovery weight param not set to register request bug](https://github.com/Tencent/spring-cloud-tencent/pull/104) +- [Bugfix: fix causing cpu 100% when set ScheduledThreadPoolExecutor corePoolSize=0](https://github.com/Tencent/spring-cloud-tencent/pull/101) +- [Refactor: refactor transfer metadata](https://github.com/Tencent/spring-cloud-tencent/pull/113) +- [Bugfix: fix circuitbreaker http code greater than 400 as fail response bug](https://github.com/Tencent/spring-cloud-tencent/pull/118) +- [Feat: optimize router dependency](https://github.com/Tencent/spring-cloud-tencent/pull/115) +- [feat:add switch of polaris, discovery and register.](https://github.com/Tencent/spring-cloud-tencent/pull/129) \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8ab7f36f..7bd47278 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ - 1.4.1-2020.0.5-SNAPSHOT + 1.4.2-2020.0.5-SNAPSHOT 2020.0.5 diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index bbbea557..ffd6c17d 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -70,7 +70,7 @@ - 1.4.1-2020.0.5-SNAPSHOT + 1.4.2-2020.0.5-SNAPSHOT 1.5.1 2.0.0