You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by fa...@apache.org on 2020/07/28 03:34:33 UTC

[dubbo-go] branch 1.4 updated (428fe1a -> a04db94)

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

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


    from 428fe1a  Merge pull request #548 from lzp0412/1.4
     new 2917fd1  Merge pull request #16 from apache/1.4
     new 6808199  deregistry url when destroy
     new 340efda  fix not invoke nacos destroy when graceful shutdown
     new 1e7e05a  add term signal
     new b8893fc  fix review comment
     new a04db94  Merge pull request #668 from lzp0412/1.4

The 1837 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:
 config/graceful_shutdown_signal_darwin.go  |  2 +-
 config/graceful_shutdown_signal_linux.go   |  2 +-
 config/graceful_shutdown_signal_windows.go |  2 +-
 registry/nacos/registry.go                 | 38 ++++++++++++++++++++++++++++++
 registry/protocol/protocol.go              | 12 +++++-----
 5 files changed, 47 insertions(+), 9 deletions(-)