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 4fb18b0d5 docs: fix indent
     new 4ca7183bd chore: upgrade lua-resty-etcd to 1.8.3 (#7565)
     new 5d991fd1f fix(balancer): quote ipv6 address (#7594)
     new 59e0a4a34 fix: the phases after proxy should run when 500 happens 
before proxy (#7703)
     new af98e895b ci: change base JDK images to eclipse-temurin as openjdk is 
being deprecated (#7768)
     new 6e2abc39a change: drop support of OpenResty 1.17 (#7625)
     new f16bcd60b ci: update Ubuntu to 20.04 as 18.04 was deprecated (#7766)
     new a2a91da8a ci: make sure the correct version of click is installed 
(#7589)
     new 962e477ac ci: upgrade go version
     new 55082f6de fix(limit-count): different route with same conf should not 
share counter (#7750)
     new 4bb4acfef fix(zipkin): send trace IDs with a reject sampling decision 
(#7833)
     new cef54ee87 fix(zipkin): send trace IDs with a reject sampling decision 
(#8099)
     new ba67d351d fix(gRPC): set :authority header to the upstream host (#7939)
     new 32bae9594 fix:  auth plugin repeats the rewrite phase (#7531)
     new 70457ba28 fix: use modifiedIndex as lru key when merge plugins from 
route and consumer (#7965)
     new e262a9000 fix: meta.filter in plugin doesn't work in response-rewrite 
plugin (#8162)
     new c020f0eb0 fix: APISIX extended variables cannot be used in 
`_meta.filter` (#8256)
     new 8be3a9816 test: fix incompatible test failure
     new ae71e11e3 fix: add change lost when handling merge conflict

The 18 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:
 .github/workflows/build.yml                        |   4 +-
 .github/workflows/chaos.yml                        |   2 +-
 .github/workflows/cli-master.yml                   |   2 +-
 .github/workflows/cli.yml                          |   2 +-
 .github/workflows/fuzzing-ci.yaml                  |   2 +
 .github/workflows/kubernetes-ci.yml                |   4 +-
 .github/workflows/performance.yml                  |   2 +-
 .github/workflows/tars-ci.yml                      |   4 +-
 apisix/balancer.lua                                |  11 +-
 apisix/cli/ngx_tpl.lua                             |  10 +-
 apisix/cli/ops.lua                                 |   8 +-
 apisix/conf_server.lua                             |   2 +-
 apisix/consumer.lua                                |   1 +
 apisix/init.lua                                    |  14 +-
 apisix/plugin.lua                                  |  60 ++++-
 apisix/plugins/limit-count.lua                     |   2 +-
 apisix/plugins/zipkin.lua                          |  61 ++---
 apisix/plugins/zipkin/codec.lua                    |  10 +-
 apisix/plugins/zipkin/reporter.lua                 |   3 +
 apisix/upstream.lua                                |   7 -
 bin/apisix                                         |   6 +-
 ...17_runner.sh => linux_openresty_1_19_runner.sh} |   2 +-
 ci/pod/nacos/service/Dockerfile                    |   2 +-
 docs/en/latest/admin-api.md                        |   2 +-
 docs/zh/latest/admin-api.md                        |   2 +-
 rockspec/apisix-master-0.rockspec                  |   2 +-
 t/APISIX.pm                                        |  20 +-
 t/admin/upstream4.t                                |  60 ++---
 t/deployment/conf_server.t                         |  15 +-
 t/deployment/conf_server2.t                        |  11 +-
 t/error_page/error_page.t                          |  55 +++++
 ...ls-openresty-1-19.t => client-mtls-openresty.t} |   6 +-
 t/node/consumer-plugin2.t                          | 197 +++++++++++++++
 t/node/grpc-proxy.t                                |  96 ++++++++
 t/node/merge-route.t                               |   4 +-
 t/node/plugin-configs.t                            | 102 ++++++++
 t/node/upstream-ipv6.t                             | 184 ++++++++++++++
 t/node/upstream.t                                  |   6 -
 .../{sanity-openresty-1-19.t => sanity2.t}         |  11 +-
 t/plugin/limit-count3.t                            |  61 +++++
 t/plugin/plugin.t                                  | 265 ++++++++++++++++++++-
 t/plugin/traffic-split2.t                          |   2 -
 t/plugin/zipkin2.t                                 |   7 +
 t/stream-node/sanity.t                             |   2 -
 utils/linux-install-openresty.sh                   |   2 +-
 45 files changed, 1138 insertions(+), 195 deletions(-)
 rename ci/{linux_openresty_1_17_runner.sh => linux_openresty_1_19_runner.sh} 
(96%)
 rename t/node/{client-mtls-openresty-1-19.t => client-mtls-openresty.t} (96%)
 rename t/plugin/ext-plugin/{sanity-openresty-1-19.t => sanity2.t} (86%)

Reply via email to