Releases: api7/apisix-nginx-module
Releases · api7/apisix-nginx-module
v1.16.0
1.15.0
fix: the nginx-client_max_body_size.patch will generate *.orig file
feat: add http2 per iteration stream handling limit patch
1.14.1
1.14.0
fix: remove request level pipe proc in openresty 1.21.4.2 (#78) openresty optimized the pipe api and destroyed the pipeline process at the end of the request. The APISIX plugin runner process lifecycle does not apply to request level, Instead, it is pulled up in advance and processed continuously through RPC calls until the process exits. Patches: * lua-resty-core-pipe_runner.patch * ngx_lua-pipe_runner.patch
1.13.0
1.12.0
feat: enable threads for privileged agent (#72) Signed-off-by: spacewander <[email protected]>
1.11.0
feat: allow skipping filters (#63)
1.10.0
feat: allow grpc_set_header to set :authority (#61)
1.9.0
feat: add nginx.1.21.4 patch (#58)
1.8.0
feat(shdict): multi-subsystems lua_shared_dict support (#56)