Skip to content

1.14.0

Compare
Choose a tag to compare
@AlinsRan AlinsRan released this 16 Aug 09:26
· 18 commits to main since this release
9a5b4c2
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