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/11/30 10:11:08 UTC

[apisix] branch master updated (2f0b7daf0 -> dfbfab8a4)

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 2f0b7daf0 fix: last_err can be nil when the reconnection is successful (#8377)
     add dfbfab8a4 feat: interact via gRPC in APISIX Admin API (#8411)

No new revisions were added by this update.

Summary of changes:
 apisix/admin/init.lua               | 11 ++++++
 apisix/cli/schema.lua               |  7 +++-
 apisix/core/config_etcd.lua         |  6 ++--
 apisix/core/etcd.lua                | 69 ++++++++++++++++++++++++-------------
 apisix/core/pubsub.lua              |  4 ++-
 apisix/plugins/server-info.lua      |  6 +++-
 ci/linux_openresty_common_runner.sh |  2 +-
 ci/linux_openresty_runner.sh        |  1 +
 rockspec/apisix-master-0.rockspec   |  4 +--
 t/APISIX.pm                         | 11 ++++++
 t/plugin/grpc-transcode2.t          | 12 ++++---
 11 files changed, 97 insertions(+), 36 deletions(-)