Releases: nginx-modules/ngx_cache_purge
Releases · nginx-modules/ngx_cache_purge
ngx_http_cache_purge_module v2.5.6
- nginx 1.29.4 changed ngx_http_proxy_loc_conf_t structure which caused segfault on purge request. #52 by @arekm
Full Changelog: 2.5.5...2.5.6
ngx_http_cache_purge_module v2.5.5
What's Changed
- Fix segfault when using same-location syntax with variable cache zones #50 @dvershinin
Full Changelog: 2.5.4...2.5.5
ngx_http_cache_purge_module v2.5.4
What's Changed
Full Changelog: 2.5.3...2.5.4
ngx_http_cache_purge_module v2.5.3
ngx_http_cache_purge_module v2.5.2
ngx_http_cache_purge_module v2.5.1
ngx_http_cache_purge_module v2.4.3
a6df03c empty key check: it coredumps when cache key is empty, Tuğrul Topuz
ngx_http_cache_purge_module v2.5
FEATURE/DOCS
cache_purge_response_typedirective, selecting response type(html|json|xml|text).
BREAKING
- Changed status of HTTP code
404(Not Found) to412(Precondition Failed).
ENHANCEMENT/BUGFIXES
ngx_http_cache_purge_module v2.4.2
BUGFIXES
- Fix segfault in call to
ngx_read_fileof partial key purge, Frankie Dintino - Fix segfault in
cplcf->conf->purge_allwith separate location syntax, Frankie Dintino
ngx_http_cache_purge_module v2.4.1
ENHANCEMENT
- Fix compatibility with nginx-1.11.6+, Sułowicz Paweł