Skip to content

Commit 4390103

Browse files
committed
updated feature and version support
1 parent 3031610 commit 4390103

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -267,22 +267,24 @@ $client->run('MATCH (x) WHERE x.slug in $listOrMap RETURN x', ['listOrMap' => []
267267

268268
### Neo4j Version Support
269269

270-
| **Version** | **Tested** |
271-
|-------------|-------------|
272-
| 3.0 + | Yes |
273-
| 4.0 + | Yes |
270+
| **Version** | **Tested** |
271+
|-------------|------------|
272+
| 3.0 + | Yes |
273+
| 4.0 + | Yes |
274+
| 5.0 + | Yes |
274275

275276
### Neo4j Feature Support
276277

277278
| **Feature** | **Supported?** |
278279
|----------------------|----------------|
279-
| Authentication | Yes |
280-
| Transactions | Yes |
281-
| Http Protocol | Yes |
282-
| Bolt Protocol | Yes |
283-
| Cluster | Yes |
284-
| Aura | Yes |
285-
| Jolt Protocol | Roadmap |
280+
| Authentication | Yes |
281+
| Transactions | Yes |
282+
| Http Protocol | Yes |
283+
| Bolt Protocol | Yes |
284+
| Cluster | Yes |
285+
| Aura | Yes |
286+
| Jolt Protocol | Yes |
287+
| Bookmarks | Yes |
286288

287289
## In-depth requirements
288290

0 commit comments

Comments
 (0)