Releases: api7/ngx_multi_upstream_module
Releases · api7/ngx_multi_upstream_module
v1.3.1
v1.3.0--invalid
---invalid---
v1.2.0
1.1.1: put added `multi_c` to the end of `ngx_connection_s` (#11)
It will allow dynamic module to use `ngx_connection_s`. Otherwise, if dynamic module is compiled without `multi_c`, then when run on nginx with `multi_c`, the `ngx_connection_s` is corrupted.
1.1.0
feat: add nginx.1.21.4 patch (#9)
1.0.1
feat: support Nginx 1.19.9 (#8)
1.0.0: chore: use a new way to free fake request (#6)
This way is already merged into Tengine.