From db6f813386d0a46b4898b22123b187381cb84842 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Wed, 25 Mar 2026 21:03:49 -0400 Subject: [PATCH] Release notes derp --- docs/releases.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index e67579a1..66e2dd2b 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -19,9 +19,9 @@ attachments in an S3-compatible object store as an alterative to the directory. for details. !!! warning -With this release, ntfy will take full control over the attachment directory or S3 bucket. Files/objects in the configured `attachment-cache-dir` -that match the message ID format (12 chars, matching `^[A-Za-z0-9]{12}$`), and have no entries in the message database will be deleted. -**Do not use a directory or S3 bucket as `attachment-cache-dir` that is also used for something else.** + With this release, ntfy will take full control over the attachment directory or S3 bucket. Files/objects in the configured `attachment-cache-dir` + that match the message ID format (12 chars, matching `^[A-Za-z0-9]{12}$`), and have no entries in the message database will be deleted. + **Do not use a directory or S3 bucket as `attachment-cache-dir` that is also used for something else.** This is a small behavioral change that was necessary because the old logic often left attachments behind and would not clean them up. Unless you have re-used the attachment directory for anything else (which is hopefully never done), this should not affect