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/03/14 15:49:56 UTC

[dubbo-go] branch master updated (a7ae33f -> f01d60d)

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

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


    from a7ae33f  Merge pull request #393 from Patrick0308/modify-ut-shell
     add e31ac1d  Add: go report card
     add d99e9b3  user can add attachment
     add 068f7ba  Merge pull request #398 from pantianying/user_add_attachment
     add ae9c7d4  grpc client and server trace function
     add 0b60bb8  go fmt
     add a4986f5  go fmt
     add fd77a7a  split package
     add 50b57f9  Merge branch 'develop' into feature/grpctracing
     add f85d07b  mod grpc tracing
     add 3606bc1  mod grpc tracing
     add 5f2981f  mod grpc tracing
     add 59c11c0  mod grpc tracing
     add 7db3a2a  mod grpc tracing
     add be26d41  merge import package
     add 12699c5  Merge pull request #397 from zouyx/feature/grpctracing
     add 3030327  update hessian2 version
     add 6df03bf  Mod: delete a judgment condition
     add 9279a28  Mod: improve code
     add f01d60d  Merge pull request #406 from fangyincheng/develop

No new revisions were added by this update.

Summary of changes:
 README.md                                       |   2 +
 README_CN.md                                    |   2 +
 common/proxy/proxy.go                           |   8 +
 config/generic_service.go                       |   4 +-
 config_center/parser/configuration_parser.go    |  12 +-
 doc/apache/apache-release-procedure-20200306.md | 448 ++++++++++++++++++++++++
 doc/apache/release_note.md                      |  11 +
 go.mod                                          |   3 +-
 go.sum                                          |   6 +-
 protocol/grpc/client.go                         |   8 +-
 protocol/grpc/server.go                         |   8 +-
 11 files changed, 496 insertions(+), 16 deletions(-)
 create mode 100644 doc/apache/apache-release-procedure-20200306.md
 create mode 100644 doc/apache/release_note.md