Skip to content

Commit 134be3e

Browse files
authored
API Docs: remove Bolt 4.4 support (#1225)
6.x drivers may or may not implement Bolt 4.4. If they do, it might get removed anytime if it becomes a maintenance burden. It's an undocumented and unsupported feature.
1 parent f7c0ce6 commit 134be3e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
148148
- `ColourFormatter`
149149
- `TaskIdFilter`
150150
- all other indirectly exposed items from imports (e.g. `asyncio` as `neo4j.debug.asyncio`)
151-
- Deprecate ClockTime and its accessors
151+
- Deprecate `ClockTime` and its accessors
152152
- For each `neo4j.time.Date`, `neo4j.time.DateTime`, `neo4j.time.Time`
153153
- `from_clock_time` and `to_clock_time` methods
154154
- `neo4j.time.ClockTime` itself

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Bolt protocol versions supported:
1111
1212
* Bolt 6.0
1313
* Bolt 5.0 - 5.8
14-
* Bolt 4.4
1514

1615
See https://7687.org/bolt-compatibility/ for what Neo4j DBMS versions support which Bolt versions.
1716
See https://neo4j.com/developer/kb/neo4j-supported-versions/ for a driver-server compatibility matrix.

0 commit comments

Comments
 (0)