From 8675b25dcfc4a0da1e2dbcff07a359a83d32dd4a Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 8 May 2019 17:43:55 +0200 Subject: Improce search() versioning --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 9988a5f..637e771 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -780,6 +780,9 @@ Mastodon.py throws a `MastodonVersionError`. With the following functions, you can make Mastodon.py re-check the server version or explicitly determine if a specific minimum Version is available. +Long-running applications that aim to support multiple Mastodon versions +should do this from time to time in case a server they are running against +updated. .. automethod:: Mastodon.retrieve_mastodon_version .. automethod:: Mastodon.verify_minimum_version -- cgit v1.2.3 From 08d808e2ace017ace45c4043ef9b414333051810 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 8 May 2019 18:08:11 +0200 Subject: Bump Mastodon version in some places --- docs/index.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/index.rst b/docs/index.rst index 637e771..b5b1ea5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -54,9 +54,10 @@ node running Mastodon by setting `api_base_url` when creating the api object (or creating an app). Mastodon.py aims to implement the complete public Mastodon API. As -of this time, it is feature complete for Mastodon version 2.8.0. Pleromas +of this time, it is feature complete for Mastodon version 2.8.2. Pleromas Mastodon API layer, while not an official target, should also be basically -compatible. +compatible, and Mastodon.py does make some allowances for behaviour that isn't +strictly like Mastodons. A note about rate limits ------------------------ -- cgit v1.2.3