Skip to content

Commit

Permalink
Publish 5.16 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaderberg committed Jan 22, 2024
1 parent c48579c commit 7d825dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ When installing GDS manually, please refer to the below compatibility matrix:
.Compatibility matrix (italicized version is in development)
|===
|GDS version | Neo4j version | Java Version
.11+<.^|_GDS 2.5.x_
.12+<.^|_GDS 2.5.x_
|Neo4j 5.16.0
|Neo4j 5.15.0
.2+.^|Java 21 & Java 17
|Neo4j 5.14.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ If your version of GDS or Neo4j is not listed in the matrix, you should upgrade.
[opts=header]
|===
| Neo4j version | Neo4j Graph Data Science
| `5.16` | `2.5.7` or later
| `5.15` | `2.5.6` or later
| `5.14` | `2.5.5` or later
| `5.13` | `2.5.1` or later, `2.4.7` or later footnote:eol[2.4 version series is end-of-life and will not receive further patches. Please use a later version.]
Expand Down
2 changes: 2 additions & 0 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ext {
'5.14': '2.13.11',
'5.15': '2.13.11',
'5.16': '2.13.11',
'5.17': '2.13.11',
]

log4js = [
Expand All @@ -47,6 +48,7 @@ ext {
'5.14': '2.20.0',
'5.15': '2.20.0',
'5.16': '2.20.0',
'5.17': '2.20.0',
]

ver = [
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ project(':neo4j-kernel-adapter-5.14').projectDir = file('compatibility/5.14/neo4
include('neo4j-kernel-adapter-5.15')
project(':neo4j-kernel-adapter-5.15').projectDir = file('compatibility/5.15/neo4j-kernel-adapter')

include('neo4j-kernel-adapter-5.16')
project(':neo4j-kernel-adapter-5.16').projectDir = file('compatibility/5.16/neo4j-kernel-adapter')

include('neo4j-kernel-adapter-api')
project(':neo4j-kernel-adapter-api').projectDir = file('compatibility/api/neo4j-kernel-adapter')

Expand Down Expand Up @@ -293,6 +296,9 @@ project(':storage-engine-adapter-5.14').projectDir = file('compatibility/5.14/st
include('storage-engine-adapter-5.15')
project(':storage-engine-adapter-5.15').projectDir = file('compatibility/5.15/storage-engine-adapter')

include('storage-engine-adapter-5.16')
project(':storage-engine-adapter-5.16').projectDir = file('compatibility/5.16/storage-engine-adapter')

include('storage-engine-adapter-api')
project(':storage-engine-adapter-api').projectDir = file('compatibility/api/storage-engine-adapter')

Expand Down

0 comments on commit 7d825dc

Please sign in to comment.