Skip to content

Commit

Permalink
Clarify that v1.0 of Matrix was a symbolic release
Browse files Browse the repository at this point in the history
Explain that it was a release prior to the current global versioning system.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Jan 6, 2025
1 parent 6f1e64c commit cde7931
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
|-------------------------|---------|
Expand All @@ -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

Expand Down

0 comments on commit cde7931

Please sign in to comment.