This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch release/2.4
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 6a64540 ci: auto generate and check for rpm package (#3621)
add 573b488 docs: updated users image part in README.md (#3715)
add a82e31d chore: use the # operator to get the length of the Lua string
(#3716)
add 210f76d fix: invalid links in markdown files (#3712)
add 1591842 docs: update request-id.md doc (#3713)
add 3413ebb docs: tweak discovery via DNS doc (#3731)
add 1c4b21f chore: only package this version's rockspec (#3724)
add 29b1e2d docs: fix invalid link (#3733)
add fc7a466 ci: run chaos test on HEAD of PR (#3675)
add 01849b9 ci: auto generate and check for rpm package (#3621)
add a97ba0d refactor: extract desc definition from the schema (#3737)
add 0d40f81 test: improve the unique request id check (#3738)
add 9885103 test: clean up malformed etcd data (#3743)
add 66539b3 feat: support conditional response rewrite (#3577)
add 7a5b35d docs: fix openid-connect's subtitles (#3745)
add a40a4d6 docs: updated screenshots from v2.x dashboard (#3741)
add 8e3fd22 docs: fix wrong dir when install from source code. (#3748)
add 4820ad9 ci: ensure the fuzzing work under Python3 (#3747)
add 8c2d7c9 docs: Missing plugins doc of apisix shown in website (#3754)
add b7751d5 docs: updated remaining screenshots of plugins (#3761)
add a4af128 Merge branch 'master' into release/2.4
No new revisions were added by this update.
Summary of changes:
.github/workflows/chaos.yml | 4 +
Makefile | 3 +-
README.md | 10 +-
apisix/plugins/log-rotate.lua | 2 +-
apisix/plugins/proxy-cache.lua | 2 +-
apisix/plugins/response-rewrite.lua | 43 +++-
apisix/schema_def.lua | 16 +-
docs/assets/images/plugin/basic-auth-1.png | Bin 22997 -> 69203 bytes
docs/assets/images/plugin/basic-auth-2.png | Bin 43549 -> 88754 bytes
docs/assets/images/plugin/hmac-auth-1.png | Bin 0 -> 68701 bytes
docs/assets/images/plugin/hmac-auth-2.png | Bin 0 -> 88280 bytes
docs/assets/images/plugin/jwt-auth-1.png | Bin 38204 -> 65449 bytes
docs/assets/images/plugin/jwt-auth-2.png | Bin 227769 -> 82630 bytes
docs/assets/images/plugin/key-auth-1.png | Bin 37526 -> 65554 bytes
docs/assets/images/plugin/key-auth-2.png | Bin 182157 -> 81728 bytes
docs/assets/images/plugin/wolf-rbac-1.png | Bin 79987 -> 68988 bytes
docs/assets/images/plugin/wolf-rbac-2.png | Bin 85769 -> 89248 bytes
docs/en/latest/architecture-design.md | 2 +-
docs/en/latest/config.json | 36 ++-
docs/en/latest/discovery.md | 11 +-
docs/en/latest/{ => discovery}/dns.md | 0
docs/en/latest/install-dependencies.md | 5 +-
docs/en/latest/plugin-develop.md | 70 +++---
docs/en/latest/plugins/hmac-auth.md | 78 +++---
docs/en/latest/plugins/openid-connect.md | 9 +-
docs/en/latest/plugins/request-id.md | 4 +-
docs/en/latest/plugins/response-rewrite.md | 8 +-
docs/en/latest/stream-proxy.md | 8 +-
docs/es/latest/README.md | 4 +-
docs/zh/latest/FAQ.md | 56 ++---
docs/zh/latest/README.md | 16 +-
docs/zh/latest/admin-api.md | 349 +++++++++++++-------------
docs/zh/latest/architecture-design.md | 8 +-
docs/zh/latest/config.json | 28 ++-
docs/zh/latest/discovery.md | 85 +++----
docs/zh/latest/health-check.md | 52 ++--
docs/zh/latest/install-dependencies.md | 4 +-
docs/zh/latest/plugin-develop.md | 66 ++---
docs/zh/latest/plugins/batch-requests.md | 78 +++---
docs/zh/latest/plugins/hmac-auth.md | 60 ++---
docs/zh/latest/plugins/jwt-auth.md | 18 +-
docs/zh/latest/plugins/limit-count.md | 4 +-
docs/zh/latest/plugins/openid-connect.md | 13 +-
docs/zh/latest/plugins/prometheus.md | 28 +--
docs/zh/latest/plugins/request-id.md | 6 +-
docs/zh/latest/plugins/response-rewrite.md | 8 +-
docs/zh/latest/plugins/server-info.md | 29 +--
docs/zh/latest/plugins/udp-logger.md | 25 +-
docs/zh/latest/plugins/wolf-rbac.md | 28 +--
docs/zh/latest/stream-proxy.md | 14 +-
docs/en/latest/powered-by.md => powered-by.md | 0
t/chaos/setup_chaos_utils.sh | 1 +
t/fuzzing/public.py | 8 +-
t/node/plugin-configs.t | 2 +
t/plugin/request-id.t | 63 +++--
t/plugin/response-rewrite.t | 120 +++++++++
56 files changed, 876 insertions(+), 608 deletions(-)
create mode 100644 docs/assets/images/plugin/hmac-auth-1.png
create mode 100644 docs/assets/images/plugin/hmac-auth-2.png
rename docs/en/latest/{ => discovery}/dns.md (100%)
rename docs/en/latest/powered-by.md => powered-by.md (100%)