From 1728bc1fdafae7abaca4b46afe02b7d29c4770cf Mon Sep 17 00:00:00 2001 From: Jarvis Date: Tue, 28 Apr 2026 16:51:25 +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-api7ee-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-api7ee-runtime.sh b/build-api7ee-runtime.sh index ac30aa710..2a1d8fa38 100755 --- a/build-api7ee-runtime.sh +++ b/build-api7ee-runtime.sh @@ -24,7 +24,7 @@ OPENSSL_VERSION=${OPENSSL_VERSION:-"3.2.4"} OPENRESTY_VERSION="1.21.4.4" ngx_multi_upstream_module_ver="1.1.1" 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.6.5" lua_var_nginx_module_ver="v0.5.3" lua_resty_events_ver="0.2.0"