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

[dubbo-go] branch 1.2 created (now 11878c4)

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

xinminghe pushed a change to branch 1.2
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


      at 11878c4  Release 1.2.0

This branch includes the following new commits:

     new 456f58f  Release 1.2.0
     new daa1fc3  Release 1.2.0
     new fe43eec  Merge branch 'master' into 1.2.0-release
     new 11878c4  Release 1.2.0

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[dubbo-go] 04/04: Release 1.2.0

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 11878c4d265a08013da96c5eb93aa60cdc29b0d1
Author: vito.he <hx...@163.com>
AuthorDate: Wed Oct 30 22:04:00 2019 +0800

    Release 1.2.0
---
 CHANGE.md | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/CHANGE.md b/CHANGE.md
index 3558e34..947a695 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -4,13 +4,19 @@
 
 ### New Features
 
-- Move callService to invoker & support attachments<https://github.com/apache/dubbo-go/pull/193>
-- Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl<https://github.com/apache/dubbo-go/pull/194>
+- Add etcdv3 registry support<https://github.com/apache/dubbo-go/pull/148>
+- Add nacos registry support<https://github.com/apache/dubbo-go/pull/151>
+- Add fail fast cluster support<https://github.com/apache/dubbo-go/pull/140>
+- Add available cluster support<https://github.com/apache/dubbo-go/pull/155>
+- Add broadcast cluster support<https://github.com/apache/dubbo-go/pull/158>
+- Add forking cluster support<https://github.com/apache/dubbo-go/pull/161>
 - Add service token authorization support<https://github.com/apache/dubbo-go/pull/202>
-- Add accessLogFilter support<https://github.com/apache/dubbo-go/pull/214>
-- Move example in dubbo-go project away<https://github.com/apache/dubbo-go/pull/228>
+- Add accessLog filter support<https://github.com/apache/dubbo-go/pull/214>
 - Add tps limit support<https://github.com/apache/dubbo-go/pull/237>
 - Add execute limit support<https://github.com/apache/dubbo-go/pull/246>
+- Move callService to invoker & support attachments<https://github.com/apache/dubbo-go/pull/193>
+- Move example in dubbo-go project away<https://github.com/apache/dubbo-go/pull/228>
+- Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl<https://github.com/apache/dubbo-go/pull/194>
 
 ### Enhancement
 
@@ -18,6 +24,9 @@
 - Remove client from pool before closing it<https://github.com/apache/dubbo-go/pull/190>
 - Enhance the logic for fetching the local address<https://github.com/apache/dubbo-go/pull/209>
 - Add protocol_conf default values<https://github.com/apache/dubbo-go/pull/221>
+- Add task pool for getty<https://github.com/apache/dubbo-go/pull/141>
+- Update getty: remove read queue<https://github.com/apache/dubbo-go/pull/137>
+- Clean heartbeat from PendingResponse<https://github.com/apache/dubbo-go/pull/166>
 
 ### Bugfixes
 
@@ -26,6 +35,8 @@
 - Fix url params unsafe map<https://github.com/apache/dubbo-go/pull/201>
 - Read protocol config by map key in config yaml instead of protocol name<https://github.com/apache/dubbo-go/pull/218>
 - Fix dubbo group issues #238<https://github.com/apache/dubbo-go/pull/243>/<https://github.com/apache/dubbo-go/pull/244>
+- Fix bug in reference_config<https://github.com/apache/dubbo-go/pull/157>
+- Fix high memory bug in zookeeper listener<https://github.com/apache/dubbo-go/pull/168>
 
 ## 1.1.0
 


[dubbo-go] 03/04: Merge branch 'master' into 1.2.0-release

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fe43eecdcf435f5b939b66a7b2a022e42b139fcd
Merge: daa1fc3 4955ab6
Author: vito.he <hx...@163.com>
AuthorDate: Wed Oct 30 21:48:25 2019 +0800

    Merge branch 'master' into 1.2.0-release

 before_ut.bat                    |  16 ++++++++++++++++
 before_ut.sh                     |  17 +++++++++++++++++
 config/provider_config_test.go   |  17 +++++++++++++++++
 dubbogo.png                      | Bin 58085 -> 0 bytes
 protocol/mock/mock_invoker.go    |  16 ++++++++++++++++
 registry/etcdv3/listener.go      |  17 +++++++++++++++++
 registry/etcdv3/listener_test.go |  17 +++++++++++++++++
 registry/etcdv3/registry.go      |  17 +++++++++++++++++
 registry/etcdv3/registry_test.go |  17 +++++++++++++++++
 registry/nacos/listener.go       |  17 +++++++++++++++++
 registry/nacos/registry.go       |  17 +++++++++++++++++
 registry/nacos/registry_test.go  |  17 +++++++++++++++++
 remoting/etcdv3/client.go        |  17 +++++++++++++++++
 remoting/etcdv3/client_test.go   |  17 +++++++++++++++++
 remoting/etcdv3/facade.go        |  17 +++++++++++++++++
 remoting/etcdv3/listener.go      |  17 +++++++++++++++++
 remoting/etcdv3/listener_test.go |  17 +++++++++++++++++
 17 files changed, 270 insertions(+)


[dubbo-go] 01/04: Release 1.2.0

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 456f58f98e4bfac305c7c84fcdbb0f56e0cdc54c
Author: vito.he <hx...@163.com>
AuthorDate: Wed Oct 30 21:32:55 2019 +0800

    Release 1.2.0
---
 CHANGE.md | 27 +++++++++++++++++++++++++++
 go.sum    |  4 ----
 2 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/CHANGE.md b/CHANGE.md
index cdfca4f..99b609e 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -1,5 +1,32 @@
 # Release Notes
 
+## 1.2.0
+
+### New Features
+
+- Move callService to invoker & support attachments<https://github.com/apache/dubbo-go/pull/193>
+- Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl<https://github.com/apache/dubbo-go/pull/194>
+- Add service token authorization support<https://github.com/apache/dubbo-go/pull/202>
+- Add accessLogFilter support<https://github.com/apache/dubbo-go/pull/214>
+- Delete example in dubbo-go project<https://github.com/apache/dubbo-go/pull/228>
+- Add tps limit support<https://github.com/apache/dubbo-go/pull/237>
+- Add execute limit support<https://github.com/apache/dubbo-go/pull/246>
+
+### Enhancement
+
+- Split gettyRPCClient.close and gettyRPCClientPool.remove in protocol/dubbo/pool.go<https://github.com/apache/dubbo-go/pull/186>
+- Remove client from pool before closing it<https://github.com/apache/dubbo-go/pull/190>
+- Enhance the logic for fetching the local address<https://github.com/apache/dubbo-go/pull/209>
+- Add protocol_conf default values<https://github.com/apache/dubbo-go/pull/221>
+
+### Bugfixes
+
+- GettyRPCClientPool remove deadlock<https://github.com/apache/dubbo-go/pull/183/files>
+- Fix failover cluster bug and url parameter retries change int to string type<https://github.com/apache/dubbo-go/pull/195>
+- Fix url params unsafe map<https://github.com/apache/dubbo-go/pull/201>
+- Read protocol config by map key in config yaml instead of protocol name<https://github.com/apache/dubbo-go/pull/218>
+- Fix dubbo group issues #238<https://github.com/apache/dubbo-go/pull/243>/<https://github.com/apache/dubbo-go/pull/244>
+
 ## 1.1.0
 
 ### New Features
diff --git a/go.sum b/go.sum
index bcde5b1..b730b78 100644
--- a/go.sum
+++ b/go.sum
@@ -37,8 +37,6 @@ github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190802083043-4cd0c391755e/go.mod
 github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8=
 github.com/apache/dubbo-go-hessian2 v1.2.5-0.20191029001541-894e45c9aaaa h1:11TO1wiM5bvGAVrmfN5atD8gZqUSPE1TBoIs8sI6Abk=
 github.com/apache/dubbo-go-hessian2 v1.2.5-0.20191029001541-894e45c9aaaa/go.mod h1:LWnndnrFXZmJLAzoyNAPNHSIJ1KOHVkTSsHgC3YYWlo=
-github.com/apache/dubbo-go-hessian2 v1.3.0 h1:ZhQYDm8GHqIp6i53T4ZJHQBN11nAYAjxlwoVznfyvD8=
-github.com/apache/dubbo-go-hessian2 v1.3.0/go.mod h1:LWnndnrFXZmJLAzoyNAPNHSIJ1KOHVkTSsHgC3YYWlo=
 github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=
 github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
 github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
@@ -104,8 +102,6 @@ github.com/docker/go-connections v0.3.0 h1:3lOnM9cSzgGwx8VfK/NGOW5fLQ0GjIlCkaktF
 github.com/docker/go-connections v0.3.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
 github.com/docker/go-units v0.3.3 h1:Xk8S3Xj5sLGlG5g67hJmYMmUgXv5N4PhkjJHHqrwnTk=
 github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
-github.com/dubbogo/getty v1.3.0 h1:GImOCANdts7dlRqi9GMVsZJnfst9EPyjTVTR1AesOD8=
-github.com/dubbogo/getty v1.3.0/go.mod h1:K4b3MkGLf7T+lMgQNFgpg0dI1Wvv1PTisFs1Psf86kU=
 github.com/dubbogo/getty v1.3.1 h1:9fehwTo/D6+z6/+kADMbhbKeMkP80o/3g+XwV5lFLTY=
 github.com/dubbogo/getty v1.3.1/go.mod h1:dtLOEb1v6EMHsQNYRWEACiRLmTWB2kJGUAj1aXayPOg=
 github.com/dubbogo/gost v1.1.1 h1:JCM7vx5edPIjDA5ovJTuzEEXuw2t7xLyrlgi2mi5jHI=


[dubbo-go] 02/04: Release 1.2.0

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit daa1fc33d370caa3322eeae777381fbcb3e2649b
Author: vito.he <hx...@163.com>
AuthorDate: Wed Oct 30 21:35:23 2019 +0800

    Release 1.2.0
---
 CHANGE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGE.md b/CHANGE.md
index 99b609e..3558e34 100644
--- a/CHANGE.md
+++ b/CHANGE.md
@@ -8,7 +8,7 @@
 - Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl<https://github.com/apache/dubbo-go/pull/194>
 - Add service token authorization support<https://github.com/apache/dubbo-go/pull/202>
 - Add accessLogFilter support<https://github.com/apache/dubbo-go/pull/214>
-- Delete example in dubbo-go project<https://github.com/apache/dubbo-go/pull/228>
+- Move example in dubbo-go project away<https://github.com/apache/dubbo-go/pull/228>
 - Add tps limit support<https://github.com/apache/dubbo-go/pull/237>
 - Add execute limit support<https://github.com/apache/dubbo-go/pull/246>