Skip to content

Commit 9e0f2aa

Browse files
zecakehrichvdh
andauthored
Clarify that v1.0 of Matrix was a symbolic release (#2045)
Explain that it was a release prior to the current global versioning system. --------- Signed-off-by: Kévin Commaille <[email protected]> Co-authored-by: Richard van der Hoff <[email protected]>
1 parent cd6ae9e commit 9e0f2aa

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Clarify that v1.0 of Matrix was a release prior to the current global versioning system.

content/_index.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -504,18 +504,23 @@ For historical reference, the APIs were versioned as `rX.Y.Z` where `X`
504504
roughly represents a breaking change, `Y` a backwards-compatible change, and
505505
`Z` a patch or insignificant alteration to the API.
506506

507-
`v1.0` of Matrix was released on June 10th, 2019 with the following API
508-
versions:
509-
510-
| API/Specification | Version |
511-
|-------------------------|---------|
512-
| Client-Server API | r0.5.0 |
513-
| Server-Server API | r0.1.2 |
514-
| Application Service API | r0.1.1 |
515-
| Identity Service API | r0.1.1 |
516-
| Push Gateway API | r0.1.0 |
517-
| Room Version | v5 |
518-
507+
The current global versioning system was introduced with `v1.1`.
508+
[Matrix 1.0](https://matrix.org/blog/2019/06/11/introducing-matrix-1-0-and-the-matrix-org-foundation/)
509+
did not correspond directly to a specification version; instead, it was based on
510+
the following versions for the individual APIs:
511+
512+
| API/Specification | Version |
513+
|--------------------------|---------------|
514+
| Client-Server API | r0.5.0 |
515+
| Server-Server API | r0.1.2 |
516+
| Application Service API | r0.1.1 |
517+
| Identity Service API | r0.1.1 |
518+
| Push Gateway API | r0.1.0 |
519+
| Room Versions | 1, 2, 3, 4, 5 |
520+
521+
`v1.0` should **not** be returned by servers in the
522+
[`GET /_matrix/client/versions`](/client-server-api/#get_matrixclientversions)
523+
response.
519524

520525
## License
521526

0 commit comments

Comments
 (0)