Skip to content

Releases: api7/apisix-nginx-module

1.14.1

28 Aug 08:18
f66d3f8
Compare
Choose a tag to compare
1.14.1 Pre-release
Pre-release
  1. feat: support pass cert/key content to tlshandshake

1.14.0

16 Aug 09:26
9a5b4c2
Compare
Choose a tag to compare
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

16 Aug 09:14
1b21340
Compare
Choose a tag to compare
feat: support openresty 1.21.4.2 (#77)

1.12.0

19 Dec 03:02
58f15a8
Compare
Choose a tag to compare
feat: enable threads for privileged agent (#72)

Signed-off-by: spacewander <[email protected]>

1.11.0

30 Oct 11:59
1af1ee4
Compare
Choose a tag to compare
feat: allow skipping filters (#63)

1.10.0

21 Sep 01:50
f3a5587
Compare
Choose a tag to compare
feat: allow grpc_set_header to set :authority (#61)

1.9.0

13 Jun 07:07
3886413
Compare
Choose a tag to compare
feat: add nginx.1.21.4 patch (#58)

1.8.0

27 May 07:51
becad3f
Compare
Choose a tag to compare
feat(shdict): multi-subsystems lua_shared_dict support (#56)

1.7.0

28 Apr 16:08
375f6c8
Compare
Choose a tag to compare
feat: add has_pending_data (#51)

1.6.0

12 Apr 01:53
64e166d
Compare
Choose a tag to compare
feat: add method to reset read buf (#47)