Releases: nginx-modules/ngx_cache_purge
Releases · nginx-modules/ngx_cache_purge
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ł
 
ngx_http_cache_purge_module v2.4
ENHANCEMENT
- Explain the purge logic
 - Fix compatibility with nginx-1.7.12+
 
FEATURE
- 
Convert config file to build dynamic module
 - 
purge all: Include option to purge all the cached files
This option can be slow if a lot of content is cached, or if the
storage used for the cache is slow. But you really should be using
RAM as your cache storage. - 
partial keys: Support partial keys to purge multiple keys.
Put an '*' at the end of your purge cache URL, e.g:proxy_cache_key $scheme$host$uri$is_args$args$cookie_JSESSIONID; curl -X PURGE https://example.com/pass*This will remove every cached page whose key cache starting with:
httpsexample.com/pass*Be careful not passing any value for the values after the $uri, or put
it at the end of your cache key. 
ngx_http_cache_purge_module v2.3
Update CHANGES (releng for 2.3). Change-Id: Ifde07e2134555c8439ddadd68052addc3a9e159c Signed-off-by: Piotr Sikora <[email protected]>