From 324500d0b3cb8cbed1e0406490728dfe2aba1cad Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 27 Feb 2022 14:57:44 -0500 Subject: [PATCH] Deprecation notice --- docs/deprecations.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/deprecations.md b/docs/deprecations.md index 9ecb60ed..e35c4cb8 100644 --- a/docs/deprecations.md +++ b/docs/deprecations.md @@ -4,6 +4,14 @@ This page is used to list deprecation notices for ntfy. Deprecated commands and ## Active deprecations +### Android app: Using `since=` instead of `since=` +> since 2022-02-27 + +In about 3 months, the Android app will start using `since=` instead of `since=`, which means that it will +not work with servers older than v1.16.0 anymore. This is to simplify handling of deduplication in the Android app. + +The `since=` endpoint will continue to work. This is merely a notice that the Android app behavior will change. + ### Running server via `ntfy` (instead of `ntfy serve`) > since 2021-12-17