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 1e82194fa upgrade hessian2 to v1.11.1 (#1995)
     add 5b0a87e8e Fix: fix AssembleMsg bad use, pass []any as any in variadic 
function (#1964)
     add 0355c9ce6 build(deps): bump go.opentelemetry.io/otel/trace from 1.7.0 
to 1.8.0 (#1965)
     add a0863b94f build(deps): bump go.opentelemetry.io/otel from 1.7.0 to 
1.8.0 (#1966)
     add 27d68abe9 Fix: fix rand.Seed() duplicate concurrent calls (#1958)
     add 2f8dc5af4 Fix: fix bug when creating metrics objects concurrently 
(#1961)
     add ef527668c build(deps): bump github.com/hashicorp/vault/sdk from 0.5.2 
to 0.5.3 (#1976)
     add 98e3c7a9a build(deps): bump google.golang.org/grpc from 1.47.0 to 
1.48.0 (#1975)
     add 44cf7b7ec Update NOTICE
     add 1d213afa0 Support gracefully offline without registry (#1973)
     add 77f5b383a gost upgrade to master of latest (#1993)
     add 51be35993 build(deps): bump github.com/apache/dubbo-go-hessian2 (#1996)
     add 013f0b280 [#1998]fix a bug where filter was not currently working 
properly in triple protocol and fix some spelling mistake (#1999)
     new 5cd85798f 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:
 NOTICE                                             |  2 +-
 cluster/loadbalance/p2c/loadbalance.go             |  2 +-
 cluster/loadbalance/p2c/loadbalance_test.go        |  9 ++-
 config/graceful_shutdown.go                        |  7 +-
 config/graceful_shutdown_config.go                 | 28 ++++++--
 config/graceful_shutdown_config_test.go            | 23 ++++--
 config/service_config.go                           |  4 +-
 filter/graceful_shutdown/provider_filter.go        |  2 +
 filter/sentinel/filter.go                          |  8 +--
 filter/token/filter.go                             | 32 +++++++--
 go.mod                                             | 10 +--
 go.sum                                             | 20 +++---
 metrics/prometheus/reporter.go                     | 84 +++++++++++++++-------
 protocol/dubbo/dubbo_exporter.go                   |  6 +-
 protocol/dubbo/dubbo_invoker.go                    | 26 +++----
 protocol/dubbo/dubbo_protocol_test.go              |  4 +-
 protocol/dubbo3/dubbo3_exporter.go                 |  6 +-
 protocol/dubbo3/dubbo3_invoker.go                  |  7 +-
 protocol/dubbo3/dubbo3_protocol_test.go            |  6 +-
 protocol/grpc/grpc_exporter.go                     |  6 +-
 protocol/grpc/grpc_protocol_test.go                |  4 +-
 protocol/jsonrpc/jsonrpc_exporter.go               |  6 +-
 protocol/jsonrpc/jsonrpc_protocol_test.go          |  4 +-
 protocol/protocol.go                               | 16 ++---
 protocol/rest/rest_exporter.go                     |  6 +-
 protocol/rest/rest_protocol_test.go                |  4 +-
 registry/protocol/protocol.go                      | 12 ++--
 .../random/random_service_instance_selector.go     |  2 +-
 .../curator_discovery/service_discovery.go         |  2 +-
 remoting/zookeeper/listener.go                     |  2 +-
 30 files changed, 227 insertions(+), 123 deletions(-)

Reply via email to