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 9c67bd8 add 1.5.8-rc1 change log
9c67bd8 is described below
commit 9c67bd8564954c9f1c917544871ad76dbaa6ab5c
Author: AlexStocks <[email protected]>
AuthorDate: Tue Feb 8 22:19:58 2022 +0800
add 1.5.8-rc1 change log
---
CHANGE.md | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/CHANGE.md b/CHANGE.md
index a4826d8..0edcfc6 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,6 +1,26 @@
# Release Notes
---
+## 1.5.8-rc1
+
+### New Features
+
+- [support $invokeAsync](https://github.com/apache/dubbo-go/pull/1682)
+- [support multi registry
address](https://github.com/apache/dubbo-go/pull/1671)
+- [1.5 support nacos ContextPath](https://github.com/apache/dubbo-go/pull/1655)
+- [support custom registry group name on nacos for
1.5](https://github.com/apache/dubbo-go/commit/fbe3ed4fd93f1d07d81c2f88fc1bbbd7b8f99c21)
+
+### Enhancement
+
+- [remove black_list module](https://github.com/apache/dubbo-go/pull/1605)
+
+### Bugfixes
+
+- [upgrade getty from 1.4.5 to
1.4.7](https://github.com/apache/dubbo-go/pull/1719)
+- [1.5.7 MetadataReportConfig lost the
error](https://github.com/apache/dubbo-go/pull/1662)
+- [url too many colons in
address](https://github.com/apache/dubbo-go/pull/1306)
+- [1.5 fix the nacos namespace from server/client.yml does not take
effect](https://github.com/apache/dubbo-go/pull/1576)
+
## 1.5.7
### New Features