From d2ccd6b268e28437a0a2d70c2fb2d1135fc76757 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Tue, 4 Jun 2019 23:53:42 +0100 Subject: [PATCH 1/3] MSC2077: room v5 --- proposals/2077-rooms-v5.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 proposals/2077-rooms-v5.md diff --git a/proposals/2077-rooms-v5.md b/proposals/2077-rooms-v5.md new file mode 100644 index 00000000..034c118a --- /dev/null +++ b/proposals/2077-rooms-v5.md @@ -0,0 +1,20 @@ +# MSC2077 - Rooms V6 + +This MSC proposes creating a new room version named v5, which will enforce the +signing key `valid_until_ts` timestamps proposed in +[MSC2076](https://github.com/matrix-org/matrix-doc/issues/2076). + +## Proposal + +The new room version is called "5". The only difference between v5 and v4 is +that v5 rooms enforce the `valid_until_ts` timestamp on signing keys as +proposed in [MSC2076](https://github.com/matrix-org/matrix-doc/issues/2076). + +It is not yet proposed that servers change the default room version used when +creating new rooms, and it is not yet proposed that servers recommend upgrading +existing rooms to v5. + +## Notes + +See also [MSC2002](./2002-rooms-v4.md), which proposed room v4 but also +mentioned that a v5 was anticipated and gave some context for this change. From 3347a480eb0db602d964073129b7e567de84e7e8 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 5 Jun 2019 00:07:05 +0100 Subject: [PATCH 2/3] fix typo --- proposals/2077-rooms-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2077-rooms-v5.md b/proposals/2077-rooms-v5.md index 034c118a..0a7eff2b 100644 --- a/proposals/2077-rooms-v5.md +++ b/proposals/2077-rooms-v5.md @@ -1,4 +1,4 @@ -# MSC2077 - Rooms V6 +# MSC2077 - Rooms V5 This MSC proposes creating a new room version named v5, which will enforce the signing key `valid_until_ts` timestamps proposed in From 40b10f254b5c82e11b56f96260e7e9b4f184d52d Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 5 Jun 2019 07:18:25 +0100 Subject: [PATCH 3/3] clarifications --- proposals/2077-rooms-v5.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/proposals/2077-rooms-v5.md b/proposals/2077-rooms-v5.md index 0a7eff2b..9f8c1654 100644 --- a/proposals/2077-rooms-v5.md +++ b/proposals/2077-rooms-v5.md @@ -1,18 +1,17 @@ -# MSC2077 - Rooms V5 +# MSC2077 - Room version 5 -This MSC proposes creating a new room version named v5, which will enforce the -signing key `valid_until_ts` timestamps proposed in +This MSC proposes creating room version 5, which will enforce the signing key +`valid_until_ts` timestamps proposed in [MSC2076](https://github.com/matrix-org/matrix-doc/issues/2076). ## Proposal -The new room version is called "5". The only difference between v5 and v4 is +The new room version is called `5`. The only difference between v5 and v4 is that v5 rooms enforce the `valid_until_ts` timestamp on signing keys as proposed in [MSC2076](https://github.com/matrix-org/matrix-doc/issues/2076). -It is not yet proposed that servers change the default room version used when -creating new rooms, and it is not yet proposed that servers recommend upgrading -existing rooms to v5. +It is not yet proposed to change the default room version to v5. Version 5 will +be considered a "stable" version. ## Notes