From 2934b469da80c1f5df9f560f06cf11e61dd2f1bd Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Mon, 14 Dec 2020 18:03:17 +0000 Subject: [PATCH] Add python-engineio to version compatibility table --- docs/index.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index df3ecf5d..d12c751c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -73,15 +73,15 @@ The version compatibility chart below maps versions of this package to versions of the JavaScript reference implementation and the versions of the Socket.IO and Engine.IO protocols. -+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+ -| JavaScript Socket.IO version | Socket.IO protocol revision | Engine.IO protocol revision | Flask-SocketIO version | python-socketio version | -+==============================+=============================+=============================+========================+=========================+ -| 0.9.x | 1, 2 | 1, 2 | Not supported | Not supported | -+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+ -| 1.x and 2.x | 3, 4 | 3 | 4.x | 4.x | -+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+ -| 3.x | 5 | 4 | 5.x | 5.x | -+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+ ++------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+ +| JavaScript Socket.IO version | Socket.IO protocol revision | Engine.IO protocol revision | Flask-SocketIO version | python-socketio version | python-engineio version | ++==============================+=============================+=============================+========================+=========================+=========================+ +| 0.9.x | 1, 2 | 1, 2 | Not supported | Not supported | Not supported | ++------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+ +| 1.x and 2.x | 3, 4 | 3 | 4.x | 4.x | 3.x | ++------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+ +| 3.x | 5 | 4 | 5.x | 5.x | 4.x | ++------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+ Initialization --------------