Skip to content

Commit a7c8497

Browse files
committed
Update protocol versions compatibility matrix
1 parent 0e80e4c commit a7c8497

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

manual/native_protocol/README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,23 @@ Cassandra when the first connection is established. Both sides are
1616
backward-compatible with older versions:
1717

1818
<table border="1" style="text-align:center; width:100%;margin-bottom:1em;">
19-
<tr><th>Driver Version</th><th>Cassandra: 1.2.x<br/>(DSE 3.2)</th><th>2.0.x<br/>(DSE 4.0 to 4.6)
20-
</th><th>2.1.x<br/>(DSE 4.7)</th><th>2.2.x</th><th>3.0.x &amp; 3.x<br/>(DSE 5.0+)</th></tr>
21-
<tr><th>1.0.x</th> <td>v1</td> <td>v1</td> <td>v1</td> <td>v1</td> <td>Unsupported <i>(1)</i></td> </tr>
22-
<tr><th>2.0.x to 2.1.1</th> <td>v1</td> <td>v2</td> <td>v2</td> <td>v2</td> <td>Unsupported <i>(1)</i></td> </tr>
23-
<tr><th>2.1.2 to 2.1.x</th> <td>v1</td> <td>v2</td> <td>v3</td> <td>v3</td> <td>Unsupported <i>(2)</i></td> </tr>
24-
<tr><th>3.x</th> <td>v1</td> <td>v2</td> <td>v3</td> <td>v4</td> <td>v4</td> </tr>
19+
<tr><th>Driver Version</th><th>Cassandra 1.2.x<br/>(DSE 3.2)</th>
20+
<th>Cassandra 2.0.x<br/>(DSE 4.0 to 4.6)</th><th>Cassandra 2.1.x<br/>(DSE 4.7)</th>
21+
<th>Cassandra 2.2.x</th>
22+
<th>Cassandra 3.0.x &amp; 3.x<br/>(DSE 5.0+)</th><th>Cassandra 4.0+</th></tr>
23+
<tr><th>1.0.x</th> <td>v1</td> <td>v1</td> <td>v1</td> <td>v1</td> <td>Unsupported <i>(1)</i></td>
24+
<td>Unsupported <i>(1)</i></td> </tr>
25+
<tr><th>2.0.x to 2.1.1</th> <td>v1</td> <td>v2</td> <td>v2</td> <td>v2</td>
26+
<td>Unsupported <i>(1)</i></td> <td>Unsupported <i>(1)</i></td> </tr>
27+
<tr><th>2.1.2 to 2.1.x</th> <td>v1</td> <td>v2</td> <td>v3</td> <td>v3</td>
28+
<td>Unsupported <i>(2)</i></td><td>Unsupported <i>(2)</i></td> </tr>
29+
<tr><th>3.x</th> <td>v1</td> <td>v2</td> <td>v3</td> <td>v4</td> <td>v4</td> <td>v5</td> </tr>
2530
</table>
2631

27-
*(1) Cassandra 3.0 does not support protocol versions v1 and v2*
32+
*(1) Cassandra 3.0+ does not support protocol versions v1 and v2*
2833

29-
*(2) There is a matching protocol version (v3), but the driver 2.1.x can't read the new system table format of Cassandra 3.0*
34+
*(2) There is a matching protocol version (v3), but the driver 2.1.x can't read the new system table
35+
format of Cassandra 3.0+*
3036

3137
For example, if you use version 2.1.5 of the driver to connect to
3238
Cassandra 2.0.9, the maximum version you can use (and the one you'll get

0 commit comments

Comments
 (0)