From 190d12cd54a9f61e2c638a90c37ad1a5fef6e674 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sun, 18 Jan 2026 19:41:34 -0500 Subject: [PATCH] Release banner --- docs/publish.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/publish.md b/docs/publish.md index beb0b924..824f1bb8 100644 --- a/docs/publish.md +++ b/docs/publish.md @@ -2392,6 +2392,10 @@ Here are a few examples (assuming today's date is **12/10/2021, 9am, Eastern Tim ### Updating scheduled notifications + +!!! info + **This feature is not yet released.** It will be available in ntfy v2.16.x and later and ntfy Android v1.22.x and later. + You can update or replace a scheduled message before it is delivered by publishing a new message with the same [sequence ID](#updating-deleting-notifications). When you do this, the **original scheduled message is deleted** from the server and replaced with the new one. This is different from [updating notifications](#updating-notifications) @@ -2515,6 +2519,10 @@ Here's an example of a dead man's switch that sends an alert if the script stops ``` ### Canceling scheduled notifications + +!!! info + **This feature is not yet released.** It will be available in ntfy v2.16.x and later and ntfy Android v1.22.x and later. + You can cancel a scheduled message before it is delivered by sending a DELETE request to the `//` endpoint, just like [deleting notifications](#deleting-notifications). This will remove the scheduled message from the server so it will never be delivered, and emit a `message_delete` event to any subscribers.