From cde7931dd9fee28e7c9835286546cc566df813e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 6 Jan 2025 09:50:11 +0100 Subject: [PATCH] Clarify that v1.0 of Matrix was a symbolic release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Explain that it was a release prior to the current global versioning system. Signed-off-by: Kévin Commaille --- content/_index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index e56eb4d0..18228c6a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -504,8 +504,8 @@ For historical reference, the APIs were versioned as `rX.Y.Z` where `X` roughly represents a breaking change, `Y` a backwards-compatible change, and `Z` a patch or insignificant alteration to the API. -`v1.0` of Matrix was released on June 10th, 2019 with the following API -versions: +`v1.0` of Matrix was a symbolic version released on June 10th, 2019 with the +following minimum API versions: | API/Specification | Version | |-------------------------|---------| @@ -516,6 +516,9 @@ versions: | Push Gateway API | r0.1.0 | | Room Version | v5 | +It is not used in this specification and should not be returned by servers in +the [`GET /_matrix/client/versions`](/client-server-api/#get_matrixclientversions) +endpoint. The first version using the current global versioning system was `v1.1`. ## License