You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/04/25 06:44:49 UTC

[apisix] branch master updated (0bd8b5cba -> ea2cf66b4)

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

spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


    from 0bd8b5cba fix: upstream nodes cant't include ipv6 addr (#6908)
     add ea2cf66b4 feat(xRPC): support dynamic upstream with upstream_id (#6919)

No new revisions were added by this update.

Summary of changes:
 apisix/init.lua                                    | 110 ++++--------------
 apisix/stream/xrpc/sdk.lua                         |  15 ++-
 apisix/upstream.lua                                |  26 +++++
 apisix/utils/upstream.lua                          |  56 ++++++++-
 .../apisix/stream/xrpc/protocols/pingpong/init.lua |   6 +-
 t/xrpc/pingpong.t                                  | 128 ++++++++++++++++++++-
 6 files changed, 246 insertions(+), 95 deletions(-)