mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-30 14:14:09 +02:00
Apply review comments
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
aa964f9ba1
commit
88f5838655
|
|
@ -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
|
roughly represents a breaking change, `Y` a backwards-compatible change, and
|
||||||
`Z` a patch or insignificant alteration to the API.
|
`Z` a patch or insignificant alteration to the API.
|
||||||
|
|
||||||
`v1.0` of Matrix was a symbolic version released on June 10th, 2019 with the
|
The current global versioning system was introduced with `v1.1`.
|
||||||
following minimum API versions:
|
[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 |
|
| API/Specification | Version |
|
||||||
|-------------------------|---------|
|
|--------------------------|---------------|
|
||||||
| Client-Server API | r0.5.0 |
|
| Client-Server API | r0.5.0 |
|
||||||
| Server-Server API | r0.1.2 |
|
| Server-Server API | r0.1.2 |
|
||||||
| Application Service API | r0.1.1 |
|
| Application Service API | r0.1.1 |
|
||||||
| Identity Service API | r0.1.1 |
|
| Identity Service API | r0.1.1 |
|
||||||
| Push Gateway API | r0.1.0 |
|
| Push Gateway API | r0.1.0 |
|
||||||
| Room Version | v5 |
|
| Room Versions | 1, 2, 3, 4, 5 |
|
||||||
|
|
||||||
It is not used in this specification and should not be returned by servers in
|
`v1.0` should **not** be returned by servers in the
|
||||||
the [`GET /_matrix/client/versions`](/client-server-api/#get_matrixclientversions)
|
[`GET /_matrix/client/versions`](/client-server-api/#get_matrixclientversions)
|
||||||
endpoint. The first version using the current global versioning system was `v1.1`.
|
response.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue