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/02/12 12:47:17 UTC

[dubbo-go] branch 3.0 updated (2cf7424 -> 4e70d93)

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

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


    from 2cf7424  fix(config): fix the type of reject request (#1749)
     add 4e70d93  add exist flag to extensions.GetXX methods (#1733)

No new revisions were added by this update.

Summary of changes:
 common/constant/cluster.go                  |  4 ++++
 common/extension/auth.go                    |  6 +++---
 common/extension/cluster.go                 | 15 ++++++++++++---
 common/extension/config_center.go           | 15 ++++++++++++---
 common/extension/config_center_factory.go   | 12 +++++++-----
 common/extension/filter.go                  | 10 +++++++---
 config/config_center_config.go              |  7 +++----
 config/graceful_shutdown.go                 |  2 +-
 config/reference_config.go                  | 14 ++++++++++++--
 config_center/file/impl_test.go             |  4 +++-
 filter/auth/default_authenticator.go        |  9 +++++++--
 filter/exec_limit/filter.go                 |  7 ++++++-
 filter/graceful_shutdown/provider_filter.go | 19 ++++++++++---------
 filter/tps/filter.go                        |  7 ++++++-
 go.sum                                      |  2 --
 registry/directory/directory.go             | 10 ++++++----
 registry/protocol/protocol.go               |  6 +++++-
 17 files changed, 104 insertions(+), 45 deletions(-)