Skip to content

Commit

Permalink
Apply review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh committed Jan 22, 2025
1 parent aa964f9 commit 88f5838
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,21 +504,23 @@ 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 a symbolic version released on June 10th, 2019 with the
following minimum API versions:

| API/Specification | Version |
|-------------------------|---------|
| Client-Server API | r0.5.0 |
| Server-Server API | r0.1.2 |
| Application Service API | r0.1.1 |
| Identity Service API | r0.1.1 |
| 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`.
The current global versioning system was introduced with `v1.1`.
[Matrix 1.0][https://matrix.org/blog/2019/06/11/introducing-matrix-1-0-and-the-matrix-org-foundation/]
did not correspond directly to a specification version; instead, it was based on
the following versions for the individual APIs:

| API/Specification | Version |
|--------------------------|---------------|
| Client-Server API | r0.5.0 |
| Server-Server API | r0.1.2 |
| Application Service API | r0.1.1 |
| Identity Service API | r0.1.1 |
| Push Gateway API | r0.1.0 |
| Room Versions | 1, 2, 3, 4, 5 |

`v1.0` should **not** be returned by servers in the
[`GET /_matrix/client/versions`](/client-server-api/#get_matrixclientversions)
response.

## License

Expand Down

0 comments on commit 88f5838

Please sign in to comment.