From 9f06c0a2e2c3559cdcbef9b4a7191f10ec59138c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 23 Sep 2020 07:46:38 -0600 Subject: [PATCH 1/2] What if we make v6 as the default? --- proposals/2787-v6-default-version.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 proposals/2787-v6-default-version.md diff --git a/proposals/2787-v6-default-version.md b/proposals/2787-v6-default-version.md new file mode 100644 index 00000000..76b09500 --- /dev/null +++ b/proposals/2787-v6-default-version.md @@ -0,0 +1,29 @@ +# MSC2787: Room version 6 as a default + +Enough time has passed to allow the public federation to upgrade their servers to support room +version 6. This proposal aims to make v6 the default room version. + +## Proposal + +The specification adopts v6 as the suggested default room version, making no changes to the stability +of any room versions. As of writing, v5 is currently the suggested room version. + +Room version 6 has the following specification: https://matrix.org/docs/spec/rooms/v6 + +## Potential issues + +Servers will be encouraged to update their config/internal defaults to use v6 instead of v5. This +is considered a good problem to have. + +## Alternatives + +None relevant. + +## Security considerations + +None relevant. + +## Unstable prefix + +None relevant - servers can already choose a different default room version legally. This MSC +just formalizes v6 as the default. From 2ccdcead9cdd996ff9bb5d036464dd48b525d3a5 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 23 Sep 2020 07:48:28 -0600 Subject: [PATCH 2/2] Fix number --- .../{2787-v6-default-version.md => 2788-v6-default-version.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename proposals/{2787-v6-default-version.md => 2788-v6-default-version.md} (95%) diff --git a/proposals/2787-v6-default-version.md b/proposals/2788-v6-default-version.md similarity index 95% rename from proposals/2787-v6-default-version.md rename to proposals/2788-v6-default-version.md index 76b09500..af9672a4 100644 --- a/proposals/2787-v6-default-version.md +++ b/proposals/2788-v6-default-version.md @@ -1,4 +1,4 @@ -# MSC2787: Room version 6 as a default +# MSC2788: Room version 6 as a default Enough time has passed to allow the public federation to upgrade their servers to support room version 6. This proposal aims to make v6 the default room version.