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 2022/04/20 05:57:35 UTC

[dubbo-go] branch master updated (ec4aede4c -> 759a9b5f8)

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 ec4aede4c typo (#1830)
     add e02df1e12 build(deps): bump github.com/knadh/koanf from 1.4.0 to 1.4.1 (#1825)
     add d7815d19a build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 (#1824)
     add 1945966a2 build(deps): bump github.com/envoyproxy/go-control-plane (#1823)
     add 4dcebce40 fix host (#1821)
     add d6eb3a45b build(deps): bump actions/setup-go from 2 to 3 (#1822)
     add 65d3f387b Set permissions for GitHub actions (#1817)
     add 605764ef9 Fix: decode net stream bytes as getty rule (#1820)
     add 553c836c5 fix: remove HEADER_LENGTH in decode because of discard (#1831)
     add f504feea5 build(deps): bump github.com/polarismesh/polaris-go from 1.0.1 to 1.0.2 (#1842)
     add 237359275 build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.2 to 3.5.3 (#1840)
     add 3be2d9806 Add req.Data to OnMessage panic error log (#1847)
     new 759a9b5f8 Merge branch 'master' of https://github.com/apache/dubbo-go

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:
 .github/workflows/codeql-analysis.yml  |  7 +++++
 .github/workflows/github-actions.yml   |  5 +++-
 .github/workflows/golangci-lint.yml    |  8 +++++-
 go.mod                                 | 14 +++++-----
 go.sum                                 | 41 +++++++++++++---------------
 protocol/dubbo/dubbo_codec.go          | 49 ++++++++++++++++++++++------------
 protocol/dubbo/impl/codec.go           |  3 +++
 protocol/dubbo/impl/const.go           |  2 ++
 registry/base_registry.go              |  2 +-
 remoting/codec.go                      |  2 +-
 remoting/getty/dubbo_codec_for_test.go | 10 +++----
 remoting/getty/listener.go             | 14 +++++-----
 remoting/getty/readwriter.go           | 37 +++++++++++--------------
 remoting/getty/readwriter_test.go      |  4 +--
 14 files changed, 111 insertions(+), 87 deletions(-)


[dubbo-go] 01/01: Merge branch 'master' of https://github.com/apache/dubbo-go

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 759a9b5f864afa51130c43bc3c7b040ddf5b03a6
Merge: 3be2d9806 ec4aede4c
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Wed Apr 20 13:57:17 2022 +0800

    Merge branch 'master' of https://github.com/apache/dubbo-go

 common/config/environment.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)