Skip to content

Releases: nginx-modules/ngx_cache_purge

ngx_http_cache_purge_module v2.5.6

17 Feb 16:35
1107b8f

Choose a tag to compare

  • 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

06 Jan 06:19
a0e7ef4

Choose a tag to compare

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

14 Oct 08:33
0780603

Choose a tag to compare

What's Changed

  • Fix memory leak when using partial (wildcard) keys. by @TaylanUB in #46

Full Changelog: 2.5.3...2.5.4

ngx_http_cache_purge_module v2.5.3

22 Feb 05:10
a84b0f3

Choose a tag to compare

a84b0f3 Fix race-condition with two parallel PURGE (#42)

ngx_http_cache_purge_module v2.5.2

01 Jun 11:32
a984849

Choose a tag to compare

a984849 Update structs for nginx 1.19.4+ and 1.21.0+ (#41)

ngx_http_cache_purge_module v2.5.1

27 Jun 04:57

Choose a tag to compare

340da7f empty key check: it coredumps when cache key is empty, Tuğrul Topuz
e60093f purge report calloc fix: Report template has not cache file path but it's length is use in buffer memory allocation, Tuğrul Topuz

ngx_http_cache_purge_module v2.4.3

27 Jun 04:57

Choose a tag to compare

a6df03c empty key check: it coredumps when cache key is empty, Tuğrul Topuz

ngx_http_cache_purge_module v2.5

04 Aug 00:10

Choose a tag to compare

FEATURE/DOCS

BREAKING

  • Changed status of HTTP code 404 (Not Found) to 412 (Precondition Failed).

ENHANCEMENT/BUGFIXES

  • Remove path information of response body (#4, 3a8c08a, #11).

ngx_http_cache_purge_module v2.4.2

28 Sep 19:51

Choose a tag to compare

BUGFIXES

  • Fix segfault in call to ngx_read_file of partial key purge, Frankie Dintino
  • Fix segfault in cplcf->conf->purge_all with separate location syntax, Frankie Dintino

ngx_http_cache_purge_module v2.4.1

21 Feb 19:11

Choose a tag to compare

ENHANCEMENT

  • Fix compatibility with nginx-1.11.6+, Sułowicz Paweł