From b89b77f5a4e32fa47d7a1e3a465b3c8e3c46fb16 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Tue, 28 Apr 2026 16:52:01 +0800 Subject: [PATCH] chore: bump apisix-nginx-module to 1.19.4 This version adds upstream state FFI functions that allow Lua code to populate nginx upstream variables ($upstream_status, $upstream_addr, $upstream_response_time, etc.) when the upstream module is bypassed by cosocket-based transports (e.g., ai-proxy plugin). --- build-apisix-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-apisix-runtime.sh b/build-apisix-runtime.sh index eb28a9970..92f340878 100755 --- a/build-apisix-runtime.sh +++ b/build-apisix-runtime.sh @@ -24,7 +24,7 @@ OPENSSL_VERSION=${OPENSSL_VERSION:-"3.4.1"} OPENRESTY_VERSION="1.27.1.2" ngx_multi_upstream_module_ver="1.3.2" mod_dubbo_ver="1.0.2" -apisix_nginx_module_ver="1.19.3" +apisix_nginx_module_ver="1.19.4" wasm_nginx_module_ver="0.7.0" lua_var_nginx_module_ver="v0.5.3" lua_resty_events_ver="0.2.0"