From 79b14defffd7890a6e10bf68ea2b57d9110d9408 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 20 Sep 2026 15:16:01 +0200 Subject: [PATCH] update CHANGES --- docs/changes.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 9753d10..dacd6ac 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,21 @@ Changelog ========= +Version 0.6.3 (2026-09-20) +-------------------------- + +Fixes: + +- nginx-systemd units: fix service start and socket removal +- caching: + + - continuous cache eviction, #183. + The cache was only cleaned up by Store.open() and Store.close(), so reading a + lot of data grew a size limited cache without bounds while the store was in use. + - scan the cache in steps while the store is in use + - use the mtime if the cache backend has no atime + + Version 0.6.2 (2026-09-08) --------------------------