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/06/04 01:44:36 UTC

[dubbo-go] branch develop updated (0935a8e54 -> f5da6d34a)

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

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


    from 0935a8e54 update icsoc logo
     add a0528f258 build(deps): bump github.com/RoaringBitmap/roaring from 1.0.0 to 1.1.0 (#1902)
     add 80a3b5b0a Fix: export method getArgsTypeList for extension (#1911)
     add 9bc111e7d Fix: export method getArgsTypeList for extension (#1913)
     add d72bde273 update go.mod dependency monthly
     add 2431dec90 mesh router (#1917)
     add f5da6d34a 3.0.2 change log (#1915)

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                        |   2 +-
 CHANGELOG.md                                  |  35 ++++++
 cluster/router/{tag => meshrouter}/factory.go |  25 ++---
 cluster/router/meshrouter/meshrouter.go       | 146 ++++++++++++++++++++++++++
 common/constant/key.go                        |   1 +
 go.mod                                        |   2 +-
 go.sum                                        |   4 +-
 imports/imports.go                            |   1 +
 protocol/dubbo/impl/hessian.go                |   4 +-
 9 files changed, 199 insertions(+), 21 deletions(-)
 copy cluster/router/{tag => meshrouter}/factory.go (59%)
 create mode 100644 cluster/router/meshrouter/meshrouter.go