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