From c181b0cbc4aa40efbf7037bdb80f7c6a910f8a84 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Thu, 6 Feb 2025 15:08:02 +0100 Subject: [PATCH] API docs: update server compatibility list --- docs/source/index.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 94e3ff9d6..3ed0dd475 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -5,10 +5,16 @@ Neo4j Python Driver |version| The Official Neo4j Driver for Python. -Neo4j versions supported: +Bolt protocol versions supported: + +.. # [bolt-version-bump] search tag when changing bolt version support + +* Bolt 5.0 - 5.8 +* Bolt 4.4 + +See https://7687.org/bolt-compatibility/ for what Neo4j DBMS versions support which Bolt versions. +See https://neo4j.com/developer/kb/neo4j-supported-versions/ for a driver-server compatibility matrix. -* Neo4j 5.0 - |version| -* Neo4j 4.4 Python versions supported: