From 9f06c0a2e2c3559cdcbef9b4a7191f10ec59138c Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 23 Sep 2020 07:46:38 -0600 Subject: [PATCH] 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.