Skip to content

Releases: api7/apisix-nginx-module

v1.16.0

21 Feb 02:46
ed0dd94

Choose a tag to compare

  • upgrade to openresty-1.25.3.1

1.15.0

12 Oct 08:05
8737be6

Choose a tag to compare

fix: the nginx-client_max_body_size.patch will generate *.orig file
feat: add http2 per iteration stream handling limit patch

1.14.1

28 Aug 08:18
f66d3f8

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

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

Choose a tag to compare

feat: support openresty 1.21.4.2 (#77)

1.12.0

19 Dec 03:02
58f15a8

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

Choose a tag to compare

feat: allow skipping filters (#63)

1.10.0

21 Sep 01:50
f3a5587

Choose a tag to compare

feat: allow grpc_set_header to set :authority (#61)

1.9.0

13 Jun 07:07
3886413

Choose a tag to compare

feat: add nginx.1.21.4 patch (#58)

1.8.0

27 May 07:51
becad3f

Choose a tag to compare

feat(shdict): multi-subsystems lua_shared_dict support (#56)