This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
from e7770c9ef feat(probe): add Kubernetes probe support with liveness,
readiness, and startup checks (#3213)
add c11a12be6 Fix security vulnerabilities reported by Dependabot (#3244)
add ba176139c refactor(client): remove config compat layer, use global
types directly (#3232)
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
client/action.go | 113 +++++++++++++++++++++++++++---------------
client/action_test.go | 129 ++++++++++++++++++++++++++++++++++++++++++++++++
client/client.go | 28 +++++++++--
client/client_test.go | 25 ++++++++++
client/compat.go | 81 ------------------------------
client/options.go | 106 ++++++++++++---------------------------
client/options_test.go | 96 +++++++++++++++++++++++++++++------
global/config_test.go | 34 ++++++++-----
go.mod | 22 ++++-----
go.sum | 40 +++++++--------
internal/config.go | 55 +++++++++++++++++++--
internal/config_test.go | 60 ++++++++++++++++++++--
server/action.go | 6 ++-
server/action_test.go | 21 ++++++++
server/options.go | 33 +++++++++++++
server/options_test.go | 81 ++++++++++++++++++++++++++++++
17 files changed, 664 insertions(+), 270 deletions(-)
delete mode 100644 client/compat.go