@@ -116,23 +116,27 @@ Using the Python Driver 1.7 and connecting to Neo4j 4.x with default connection
116
116
Version Compatibility
117
117
=====================
118
118
119
- +------------------+-------+-------+-------+-------+-------+-------+-------+
120
- | Server \\ Driver | 1.7 | 4.0 | 4.1 | 4.2 | 4.3 | *4.4 * | *5.0 * |
121
- +==================+=======+=======+=======+=======+=======+=======+=======+
122
- | Neo4j 3.5 (EOL) | Yes | Yes | ? | ? | ? | ? | ? |
123
- +------------------+-------+-------+-------+-------+-------+-------+-------+
124
- | Neo4j 4.0 (EOL) | Yes | Yes | Yes | Yes | Yes | Yes | ? |
125
- +------------------+-------+-------+-------+-------+-------+-------+-------+
126
- | Neo4j 4.1 (EOL) | ? | Yes | Yes | Yes | Yes | Yes | ? |
127
- +------------------+-------+-------+-------+-------+-------+-------+-------+
128
- | Neo4j 4.2 (EOL) | ? | ? | Yes | Yes | Yes | Yes | ? |
129
- +------------------+-------+-------+-------+-------+-------+-------+-------+
130
- | Neo4j 4.3 | ? | ? | ? | Yes | Yes | Yes | ? |
131
- +------------------+-------+-------+-------+-------+-------+-------+-------+
132
- | Neo4j 4.4 (LTS) | ? | ? | ? | ? | Yes | Yes | Yes |
133
- +------------------+-------+-------+-------+-------+-------+-------+-------+
134
- | Neo4j 5.0 | ? | ? | ? | ? | ? | Yes | Yes |
135
- +------------------+-------+-------+-------+-------+-------+-------+-------+
119
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
120
+ | Server \\ Driver | 1.7 | 4.0 | 4.1 | 4.2 | 4.3 | *4.4 * | 5.0 | *5.1 * |
121
+ +==================+=======+=======+=======+=======+=======+=======+=======+=======+
122
+ | Neo4j 3.5 (EOL) | Yes | Yes | ? | ? | ? | ? | ? | ? |
123
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
124
+ | Neo4j 4.0 (EOL) | Yes | Yes | Yes | Yes | Yes | Yes | ? | ? |
125
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
126
+ | Neo4j 4.1 (EOL) | ? | Yes | Yes | Yes | Yes | Yes | ? | ? |
127
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
128
+ | Neo4j 4.2 (EOL) | ? | ? | Yes | Yes | Yes | Yes | ? | ? |
129
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
130
+ | Neo4j 4.3 | ? | ? | ? | Yes | Yes | Yes | ? | ? |
131
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
132
+ | Neo4j 4.4 (LTS) | ? | ? | ? | ? | Yes | Yes | Yes | Yes |
133
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
134
+ | Neo4j 5.0 (EOL) | ? | ? | ? | ? | ? | Yes | Yes | Yes |
135
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
136
+ | Neo4j 5.1 | ? | ? | ? | ? | ? | ? | Yes | Yes |
137
+ +------------------+-------+-------+-------+-------+-------+-------+-------+-------+
138
+
139
+ Table as of Neo4j 5.1 and Python Driver 5.1 are the latest available versions.
136
140
137
141
* *emphasized *: currently supported driver versions
138
142
* Yes: supported combination, although only the common set of features
0 commit comments