diff --git a/CHANGE.md b/CHANGE.md index 90cb5a1443e8062125cbb9f2b3cc0ac1cf759d06..b91e67942ba2940393f109dcded26a9de60643e9 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,6 +1,34 @@ # Release Notes --- +## 1.5.2 + +### New Features +- [Add consul service discovery](https://github.com/apache/dubbo-go/pull/701) @zhangshen023 +- [Add File system service discovery](https://github.com/apache/dubbo-go/pull/732) @DogBaoBao +- [Migrate travis Ci to Github Actions](https://github.com/apache/dubbo-go/pull/752) @sdttttt +- [Add sentinel-golang flow control/circuit breaker](https://github.com/apache/dubbo-go/pull/748) @louyuting +- [Add dubbo-go docs and blog into doc directory](https://github.com/apache/dubbo-go/pull/767) @oaoit + +### Enhancement +- [Refactor network and codec model](https://github.com/apache/dubbo-go/pull/673) @fangyincheng @georgehao +- [Remove unnecessary return and judgement](https://github.com/apache/dubbo-go/pull/730) @YongHaoWu +- [Improve exporter append method](https://github.com/apache/dubbo-go/pull/722) @gaoxinge +- [Refactor for proxyInvoker cannot be extended](https://github.com/apache/dubbo-go/pull/747) @cvictory +- [Refactor attachment type from map\[string\]stiring to map\[string\]interface{}](https://github.com/apache/dubbo-go/pull/713) @cvictory +- [Improve map access concurrency](https://github.com/apache/dubbo-go/pull/739) @skyao +- [Improve code quantity](https://github.com/apache/dubbo-go/pull/763) @gaoxinge + +### Bugfixes +- [Fix etcdv3 lease](https://github.com/apache/dubbo-go/pull/738) @zhangshen023 +- [Fix rename SethealthChecker to SetHealthChecker](https://github.com/apache/dubbo-go/pull/746) @watermelo +- [Fix init config problem in HystrixFilter](https://github.com/apache/dubbo-go/pull/731) @YGrylls +- [Fix zookeeper listener report error after started](https://github.com/apache/dubbo-go/pull/735) @wenxuwan + +Milestone: [https://github.com/apache/dubbo-go/milestone/4](https://github.com/apache/dubbo-go/milestone/4?closed=1) + +Project: [https://github.com/apache/dubbo-go/projects/10](https://github.com/apache/dubbo-go/projects/10) + ## 1.5.1 ### New Features diff --git a/README.md b/README.md index 9e1edd3af1cd8957b1daa9b9fe2cadf121bc2d6d..492e7d00e515a88bc2c580cbfd43effa1d1811ac 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ Apache License, Version 2.0 ## Release note ## +[v1.5.2 - Sep 23, 2020](https://github.com/apache/dubbo-go/releases/tag/v1.5.2) + [v1.5.1 - Aug 23, 2020](https://github.com/apache/dubbo-go/releases/tag/v1.5.1) [v1.5.0 - July 24, 2020](https://github.com/apache/dubbo-go/releases/tag/v1.5.0) diff --git a/README_CN.md b/README_CN.md index b76d8983deae427f9317c4f930f0e06da479f484..b3e375e1f7e690ee6d943036c0ad1dad10abe398 100644 --- a/README_CN.md +++ b/README_CN.md @@ -15,6 +15,10 @@ Apache License, Version 2.0 ## 鍙戝竷鏃ュ織 ## +[v1.5.2 - 2020骞�9鏈�23鏃(https://github.com/apache/dubbo-go/releases/tag/v1.5.2) + +[v1.5.1 - 2020骞�8鏈�23鏃(https://github.com/apache/dubbo-go/releases/tag/v1.5.1) + [v1.5.0 - 2020骞�7鏈�24鏃(https://github.com/apache/dubbo-go/releases/tag/v1.5.0) [v1.4.0 - 2020骞�3鏈�17鏃(https://github.com/apache/dubbo-go/releases/tag/v1.4.0)