You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/04 10:49:22 UTC

[dubbo-go] branch develop updated: Add: change doc

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5128ade  Add: change doc
     new 7636e96  Merge branch 'develop' of https://github.com/apache/dubbo-go into develop
5128ade is described below

commit 5128ade651e51b826ebfaed083aec955388db5c5
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Wed Sep 4 18:48:43 2019 +0800

    Add: change doc
---
 CHANGE.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/CHANGE.md b/CHANGE.md
new file mode 100644
index 0000000..cdfca4f
--- /dev/null
+++ b/CHANGE.md
@@ -0,0 +1,26 @@
+# Release Notes
+
+## 1.1.0
+
+### New Features
+
+- Support Java bigdecimal<https://github.com/apache/dubbo-go/pull/126>;
+- Support all JDK exceptions<https://github.com/apache/dubbo-go/pull/120>;
+- Support multi-version of service<https://github.com/apache/dubbo-go/pull/119>;
+- Allow user set custom params for registry<https://github.com/apache/dubbo-go/pull/117>;
+- Support zookeeper config center<https://github.com/apache/dubbo-go/pull/99>;
+- Failsafe/Failback  Cluster Strategy<https://github.com/apache/dubbo-go/pull/136>;
+
+### Enhancement
+
+- Use time wheel instead of time.After to defeat timer object memory leakage<https://github.com/apache/dubbo-go/pull/130> ;
+
+### Bugfixes
+
+- Preventing dead loop when got zookeeper unregister event<https://github.com/apache/dubbo-go/pull/129>;
+- Delete ineffassign<https://github.com/apache/dubbo-go/pull/127>;
+- Add wg.Done() for mockDataListener<https://github.com/apache/dubbo-go/pull/118>;
+- Delete wrong spelling words<https://github.com/apache/dubbo-go/pull/107>;
+- Use sync.Map to defeat from gettyClientPool deadlock<https://github.com/apache/dubbo-go/pull/106>;
+- Handle panic when function args list is empty<https://github.com/apache/dubbo-go/pull/98>;
+- url.Values is not safe map<https://github.com/apache/dubbo-go/pull/172>;