chore: bump apisix-nginx-module to 1.19.4#458
Conversation
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).
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Bumps the apisix-nginx-module dependency used by the runtime build script from 1.19.3 to 1.19.4 to pick up newly added upstream state FFI functions.
Changes:
- Update
apisix_nginx_module_verto1.19.4in the runtime build script.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bump
apisix-nginx-modulefrom 1.19.3 to 1.19.4.What's new in 1.19.4
Adds upstream state FFI functions (
push_upstream_state/update_upstream_state) that allow Lua code to populate nginx upstream variables (`$upstream_status`, `$upstream_addr`, `$upstream_response_time`, `$upstream_header_time`, `$upstream_connect_time`, `$upstream_response_length`) when the upstream module is bypassed by cosocket-based transports (e.g., ai-proxy plugin).See: api7/apisix-nginx-module#112