Skip to content

Commit 8a01fba

Browse files
authored
Refine compatibility matrix wordings
1 parent d056049 commit 8a01fba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ type Item struct {
138138
## Neo4j and Bolt protocol versions
139139

140140
Please look at the [supported version's documentation](https://neo4j.com/developer/kb/neo4j-supported-versions/) for the
141-
most accurate information about Neo4j.
141+
most accurate information about Neo4j releases.
142142

143143
| Server \\ Driver | 1.7 | 4.0 | 4.2 | 4.3 | **4.4** | 5.0 | 5.1 | 5.2 | 5.3 | 5.4 |
144144
|---------------------|-----|-----|-------|-------|---------|-------|-------|-------|-------|-------|
@@ -148,13 +148,15 @@ most accurate information about Neo4j.
148148
| Neo4j 4.2 (EOL) | ? | ? | Yes | Yes | Yes | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
149149
| Neo4j 4.3 (EOL) | ? | ? | Yes | Yes | Yes | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
150150
| **Neo4j 4.4 (LTS)** | ? | ? | ? | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
151-
| Neo4j 5.0 (EOL) | ? | ? | ? | ? | Yes | Yes | Yes | Yes | Yes | Yes |
152-
| Neo4j 5.1 (EOL) | ? | ? | ? | ? | (Yes) | Yes | Yes | Yes | Yes | Yes |
153-
| Neo4j 5.2 (EOL) | ? | ? | ? | ? | (Yes) | Yes | Yes | Yes | Yes | Yes |
151+
| Neo4j 5.0 (HO) | ? | ? | ? | ? | Yes | Yes | Yes | Yes | Yes | Yes |
152+
| Neo4j 5.1 (HO) | ? | ? | ? | ? | (Yes) | Yes | Yes | Yes | Yes | Yes |
153+
| Neo4j 5.2 (HO) | ? | ? | ? | ? | (Yes) | Yes | Yes | Yes | Yes | Yes |
154154
| Neo4j 5.3 | ? | ? | ? | ? | (Yes) | Yes | Yes | Yes | Yes | Yes |
155155
| Neo4j 5.4 | ? | ? | ? | ? | (Yes) | Yes | Yes | Yes | Yes | Yes |
156156

157157
- `(EOL)`: End Of Life, a server version is marked as such when it is not supported anymore
158+
- `(HO)`: Hotfixes only, a server version is marked as such when it is only updated for security patches
159+
- `(LTS)`: Long Term Support, a server version is marked as such when it receives updates over an extended period of time
158160
- `Yes`: this driver/server version combination is supported across all official drivers
159161
- `(Yes)`: this driver/server version combination is supported by this driver, in a potentially degraded capacity
160162
- `?`: this driver/server version combination may or may not work at all

0 commit comments

Comments
 (0)