Skip to content

Commit 615942b

Browse files
docs: update compatibility table with Socket.IO v4
There is no breaking change at the protocol level. Reference: https://socket.io/blog/socket-io-4-release/
1 parent 275cd1b commit 615942b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/site/markdown/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
| Client version | Socket.IO server |
44
| -------------- | ---------------- |
55
| 0.9.x | 1.x |
6-
| 1.x | 2.x |
7-
| 2.x | 3.x |
6+
| 1.x | 2.x (or 3.1.x / 4.x with [`allowEIO3: true`](https://socket.io/docs/v4/server-initialization/#allowEIO3)) |
7+
| 2.x | 3.x / 4.x |
88

99
## Installation
1010
The latest artifact is available on Maven Central.

src/site/markdown/migrating_from_1_x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Here is the compatibility table:
77
| Java client version | Socket.IO server |
88
| -------------- | ---------------- |
99
| 0.9.x | 1.x |
10-
| 1.x | 2.x |
11-
| 2.x | 3.x |
10+
| 1.x | 2.x (or 3.1.x / 4.x with [`allowEIO3: true`](https://socket.io/docs/v4/server-initialization/#allowEIO3)) |
11+
| 2.x | 3.x / 4.x |
1212

1313
**Important note:** due to the backward incompatible changes to the Socket.IO protocol, a 2.x Java client will not be able to reach a 2.x server, and vice-versa
1414

0 commit comments

Comments
 (0)