Deprecation notice

This commit is contained in:
Philipp Heckel 2022-02-27 14:57:44 -05:00
parent 4cd30c35ce
commit 324500d0b3
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@ This page is used to list deprecation notices for ntfy. Deprecated commands and
## Active deprecations
### Android app: Using `since=<timestamp>` instead of `since=<id>`
> since 2022-02-27
In about 3 months, the Android app will start using `since=<id>` instead of `since=<timestamp>`, 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=<timestamp>` 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