This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch 1.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/1.5 by this push:
new aaf877e update: 1.5 change log (#1205)
aaf877e is described below
commit aaf877e73f0ea2cbf0baee09179a5c345db8931b
Author: 赵云兴 <[email protected]>
AuthorDate: Mon May 17 10:01:18 2021 +0800
update: 1.5 change log (#1205)
* up:change log
* Update CHANGE.md
* Update CHANGE.md
* Update CHANGE.md
* Update CHANGE.md
Co-authored-by: Xin.Zh <[email protected]>
---
CHANGE.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/CHANGE.md b/CHANGE.md
index a983451..e615e61 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,27 @@
# Release Notes
---
+
+## 1.5.7
+
+### Enhancement
+- [Ftr: enable filter and cluster when client consumer provider
directly](https://github.com/apache/dubbo-go/pull/1181)
+- [change client_pool](https://github.com/apache/dubbo-go/pull/1171)
+- [nacos for service_discovery support
namespace](https://github.com/apache/dubbo-go/pull/1127)
+- [feat: format use gofumpt](https://github.com/apache/dubbo-go/pull/1121)
+- [Feature: Add some log when the router.Route return empty
invokers](https://github.com/apache/dubbo-go/pull/1158)
+
+### Bugfixes
+- [modify map use in nacos service_discovery; Fix
issue-1165](https://github.com/apache/dubbo-go/pull/1169)
+- [fix: issue #1151 - router from CONF_ROUTER_FILE_PATH doesn't take
affect](https://github.com/apache/dubbo-go/pull/1176)
+- [Fix: delete a service provider when using k8s
hpa](https://github.com/apache/dubbo-go/pull/1154)
+- [fix panic: sync: negative WaitGroup
counter](https://github.com/apache/dubbo-go/pull/1129)
+
+### Dependencies
+- [upgrade nacos version](https://github.com/apache/dubbo-go/pull/1116)
+
+Milestone:
+-
[https://github.com/apache/dubbo-go/milestone/11](https://github.com/apache/dubbo-go/milestone/11?closed=1)
+
## 1.5.6
### New Features