v1.2.2
Fixed
- Multi-target load balancing (added in v1.2.0) crashed every request to a load-balanced host:
ops/nginx_conf/targetinfo.luarequired a nonexistentresty.balancer.round_robinmodule. Thelua-resty-balancerrock actually installed providesresty.roundrobininstead, with a different constructor API. Fixedtargetinfo.luato use the real module — verified end-to-end that requests now round-robin across targets with no Lua errors.
See CHANGELOG.md for full details.