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 2021/01/10 08:29:52 UTC

[dubbo-go] branch master updated (5d6b250 -> 92389d2)

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

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


    from 5d6b250  Merge branch 'develop'
     add a08392c  fix remoting linter error
     add 8eb6107  upgrade nacos-sdk-go version
     add b4accad  upgrade nacos-sdk-go version
     add 85a21e8  Merge branch 'develop' into develop
     add e633a73  Merge pull request #981 from lzp0412/develop
     add a2df3f1  fix: consul unregister bug
     add 66b5283  Merge branch 'develop' into fix/consulUnreg
     add 3cb769a  fix: go fmt project
     add 56f23ed  fix: fix conflict
     add 0960b23  fix: change trigger
     add 082a0bd  fix: fix lint
     add 374a01a  Merge pull request #973 from LaurenceLiZhixin/fix/consulUnreg
     new 92389d2  Merge branch 'develop'

The 1 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.


Summary of changes:
 NOTICE                                             |  2 +-
 README.md                                          |  6 ++--
 README_CN.md                                       | 14 ++++----
 cluster/cluster_impl/available_cluster.go          |  2 +-
 common/constant/default.go                         |  2 +-
 common/constant/version.go                         |  4 +--
 common/proxy/proxy_test.go                         |  8 ++---
 config_center/configurator/override_test.go        |  8 ++---
 .../tps/tps_limiter_method_service_test.go         |  2 +-
 go.mod                                             |  2 +-
 go.sum                                             |  4 +--
 metadata/service/remote/service_proxy.go           |  2 +-
 protocol/grpc/client.go                            |  6 ++--
 registry/consul/registry.go                        | 39 +++++++++++++---------
 registry/etcdv3/service_discovery_test.go          |  4 +--
 registry/nacos/service_discovery_test.go           |  4 +--
 remoting/exchange.go                               |  2 +-
 17 files changed, 59 insertions(+), 52 deletions(-)


[dubbo-go] 01/01: Merge branch 'develop'

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

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

commit 92389d268ca7a8942b2be5f9a147d92cdf1b1203
Merge: 5d6b250 374a01a
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Sun Jan 10 16:29:35 2021 +0800

    Merge branch 'develop'

 NOTICE                                             |  2 +-
 README.md                                          |  6 ++--
 README_CN.md                                       | 14 ++++----
 cluster/cluster_impl/available_cluster.go          |  2 +-
 common/constant/default.go                         |  2 +-
 common/constant/version.go                         |  4 +--
 common/proxy/proxy_test.go                         |  8 ++---
 config_center/configurator/override_test.go        |  8 ++---
 .../tps/tps_limiter_method_service_test.go         |  2 +-
 go.mod                                             |  2 +-
 go.sum                                             |  4 +--
 metadata/service/remote/service_proxy.go           |  2 +-
 protocol/grpc/client.go                            |  6 ++--
 registry/consul/registry.go                        | 39 +++++++++++++---------
 registry/etcdv3/service_discovery_test.go          |  4 +--
 registry/nacos/service_discovery_test.go           |  4 +--
 remoting/exchange.go                               |  2 +-
 17 files changed, 59 insertions(+), 52 deletions(-)