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

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


    from d8f17609b ci: use fixed os version of ubuntu (#8438) (#8614)
     new c6c32e771 fix(file-loger): use no buffering model when open file 
(#7884)
     new abed6f170 fix: can not modify x-forwarded-host in proxy rewrite (#8200)
     new b4a69274f fix(openid-connect): return userinfo when use_jwks is true 
(#8347)
     new 9ae617ddf fix broken test
     new 39391dc6b fix: proxy grpc sometimes occurs 502 (#8364)
     new e9a24d721 fix: the plugins bound on the service use the latest 
configuration (#8482)
     new edc68b558 fix: define destroy() to close protos (#8557)
     new 0575742b9 fix: unregister timer when snowflake etcd keepalive failed 
(#8556)
     new d057ef55d fix broken tests

The 9 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:
 apisix/balancer.lua                                |   5 +-
 apisix/cli/ngx_tpl.lua                             |   3 -
 apisix/core/ctx.lua                                |   1 +
 apisix/init.lua                                    |   5 +
 apisix/plugin.lua                                  |   2 +-
 apisix/plugins/file-logger.lua                     |  12 +-
 apisix/plugins/grpc-transcode.lua                  |   5 +
 apisix/plugins/grpc-transcode/proto.lua            |   5 +
 apisix/plugins/openid-connect.lua                  |   2 +-
 apisix/plugins/request-id.lua                      |   1 +
 ci/centos7-ci.sh                                   |   2 +-
 ci/linux_openresty_common_runner.sh                |   2 +-
 t/APISIX.pm                                        |   3 -
 t/grpc_server_example/go.mod                       |   4 +-
 t/grpc_server_example/go.sum                       |  29 ++++-
 t/grpc_server_example/main.go                      |  41 +++++++
 t/node/consumer-plugin.t                           | 114 +++++++++++++++++++
 t/node/upstream-keepalive-pool.t                   |  71 ++++++++++++
 .../grpc-transcode-reload-bugfix.t}                |  46 +++++---
 t/plugin/openid-connect.t                          | 118 ++++++++++++++++++-
 t/plugin/proxy-rewrite2.t                          |   2 +-
 t/plugin/proxy-rewrite3.t                          |  53 +++++++++
 t/plugin/request-id-reload-bugfix.t                | 126 +++++++++++++++++++++
 23 files changed, 612 insertions(+), 40 deletions(-)
 copy t/{admin/plugin-metadata2.t => plugin/grpc-transcode-reload-bugfix.t} 
(58%)
 create mode 100644 t/plugin/request-id-reload-bugfix.t

Reply via email to