Skip to content

v1.2.2

Choose a tag to compare

@wmantly wmantly released this 21 Jul 20:22
· 79 commits to master since this release
60dbfe5

Fixed

  • Multi-target load balancing (added in v1.2.0) crashed every request to a load-balanced host: ops/nginx_conf/targetinfo.lua required a nonexistent resty.balancer.round_robin module. The lua-resty-balancer rock actually installed provides resty.roundrobin instead, with a different constructor API. Fixed targetinfo.lua to 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.