From cac0725a69290936c5d7a700ceee861f76c33b72 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 12 Sep 2023 11:51:33 +0700 Subject: [PATCH] deprecate multistream simopen (#574) * deprecate multistream simopen * terminate it --- connections/simopen.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/connections/simopen.md b/connections/simopen.md index a9665d9c4..ffe1d9592 100644 --- a/connections/simopen.md +++ b/connections/simopen.md @@ -1,8 +1,11 @@ # Connection bootstrapping: Handling simultaneous open in multistream-select -| Lifecycle Stage | Maturity | Status | Latest Revision | -|-----------------|---------------|--------|-----------------| -| 1A | Working Draft | Active | r0, 2021-05-07 | +> This multistream extension is deprecated. +> See https://github.com/libp2p/specs/issues/573 for details. + +| Lifecycle Stage | Maturity | Status | Latest Revision | +|-----------------|---------------|------------|-----------------| +| 1T | Terminated | Deprecated | r1, 2023-09-05 | Authors: [@vyzo]