-
v1.2.2
released this
2026-07-21 20:22:44 +00:00 | 70 commits to master since this releaseFixed
- Multi-target load balancing (added in 1.2.0) crashed every request to a
load-balanced host: targetinfo.lua required a nonexistent
resty.balancer.round_robin module. Fixed to use the real
resty.roundrobin module and its actual constructor API. Verified
end-to-end that requests now round-robin across targets with no Lua
errors.
Downloads
- Multi-target load balancing (added in 1.2.0) crashed every request to a