Skip to content

Commit acb7319

Browse files
authored
Release 2025.10.0 (#4466) (#4500)
1 parent 98bb33e commit acb7319

File tree

10 files changed

+28
-16
lines changed

10 files changed

+28
-16
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "dev" ]
5+
branches: [ "2025.10" ]
66
pull_request:
7-
branches: [ "dev" ]
7+
branches: [ "2025.10" ]
88

99
env:
1010
CODEARTIFACT_BUILD_SERVICE_LIVE_URL: ${{ secrets.CODEARTIFACT_BUILD_SERVICE_LIVE_URL }}

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "apoc-core"]
22
path = apoc-core
33
url = https://github.com/neo4j/apoc
4-
branch = dev
4+
branch = 2025.10

apoc-core

Submodule apoc-core updated 118 files

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ subprojects {
9292
// neo4jDockerImage system property is used in TestContainerUtil
9393
systemProperties 'user.language' : 'en' ,
9494
'user.country' : 'US',
95-
'neo4jDockerImage': project.hasProperty("neo4jDockerEeOverride") ? project.getProperty("neo4jDockerEeOverride") : 'neo4j:2025.10.0-enterprise',
96-
'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerCeOverride") ? project.getProperty("neo4jDockerCeOverride") : 'neo4j:2025.10.0',
95+
'neo4jDockerImage': project.hasProperty("neo4jDockerEeOverride") ? project.getProperty("neo4jDockerEeOverride") : 'neo4j:2025.10.1-enterprise',
96+
'neo4jCommunityDockerImage': project.hasProperty("neo4jDockerCeOverride") ? project.getProperty("neo4jDockerCeOverride") : 'neo4j:2025.10.1',
9797
'coreDir': 'apoc-core/core',
9898
'testDockerBundle': false,
9999
'org.neo4j.io.pagecache.tracing.cursor.DefaultPageCursorTracer.CHECK_REPORTED_COUNTERS': 'true' // Extra assertions in kernel
@@ -157,7 +157,7 @@ subprojects {
157157

158158
ext {
159159
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
160-
neo4jVersion = "2025.10.0"
160+
neo4jVersion = "2025.10.1"
161161
// instead we apply the override logic here
162162
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
163163
testContainersVersion = '1.20.2'

docs/antora/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site:
66
content:
77
sources:
88
- url: https://github.com/neo4j-contrib/neo4j-apoc-procedures
9-
branches: ['5.26', '4.4', '4.3', '4.2', '4.1', '4.0']
9+
branches: ['2025.10.0', '5.26', '4.4', '4.3', '4.2', '4.1', '4.0']
1010
start_path: docs/asciidoc
1111
exclude:
1212
- '!**/_includes/*'

docs/asciidoc/modules/ROOT/partials/neo4j-server.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ The version compatibility matrix explains the mapping between Neo4j and APOC ver
2424
[opts=header]
2525
|===
2626
|apoc version | neo4j version
27+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.10.0[2025.10.0^] | 2025.10.0 (2025.10.x)
28+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.09.0[2025.09.0^] | 2025.09.0 (2025.09.x)
29+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.08.0[2025.08.0^] | 2025.08.0 (2025.08.x)
30+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.07.0[2025.07.0^] | 2025.07.0 (2025.07.x)
31+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.06.0[2025.06.0^] | 2025.06.0 (2025.06.x)
32+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.05.0[2025.05.0^] | 2025.05.0 (2025.05.x)
33+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.04.0[2025.04.0^] | 2025.04.0 (2025.04.x)
34+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.03.0[2025.03.0^] | 2025.03.0 (2025.03.x)
35+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.02.0[2025.02.0^] | 2025.02.0 (2025.02.x)
36+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/2025.01.0[2025.01.0^] | 2025.01.0 (2025.01.x)
37+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.26.0[5.26.0^] | 5.26.0 (5.26.x)
38+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.25.0[5.25.0^] | 5.25.0 (5.25.x)
39+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.24.0[5.24.0^] | 5.24.0 (5.24.x)
40+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.23.0[5.23.0^] | 5.23.0 (5.23.x)
2741
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.22.0[5.22.0^] | 5.22.0 (5.22.x)
2842
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.21.0[5.21.0^] | 5.21.0 (5.21.x)
2943
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.20.0[5.20.0^] | 5.20.0 (5.20.x)
@@ -46,7 +60,7 @@ The version compatibility matrix explains the mapping between Neo4j and APOC ver
4660
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.3.1[5.3.1^] | 5.3.0 (5.3.x)
4761
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.2.0[5.2.0^] | 5.2.0 (5.2.x)
4862
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.1.0[5.1.0^] | 5.1.0 (5.1.x)
49-
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.18[4.4.0.18^] | 4.4.0 (4.4.x)
63+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.4.0.36[4.4.0.36^] | 4.4.0 (4.4.x)
5064
|===
5165

5266
// end::version-matrix[]

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
3030
}
3131

32-
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '5.22.0' }
32+
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '2025.10.0' }
3333

3434
ext {
3535
versionParts = apocVersion.split('-')

extended-it/src/test/java/apoc/neo4j/docker/StartupExtendedTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import apoc.util.TestContainerUtil.Neo4jVersion;
88
import apoc.util.TestUtil;
99
import org.apache.commons.io.FileUtils;
10-
import org.junit.Ignore;
1110
import org.junit.Test;
1211
import org.neo4j.driver.Session;
1312

@@ -40,7 +39,6 @@
4039
* so we need to set the environment variable `NEO4JVERSION=<correctVersion>`, e.g. `NEO4JVERSION=5.25.1`,
4140
* which is valued via {@link TestContainerUtil#executeGradleTasks(File, String...)} present in APOC Core and therefore not modifiable by APOC Extended
4241
*/
43-
@Ignore
4442
public class StartupExtendedTest {
4543
private static final String APOC_HELP_QUERY = "CALL apoc.help('') YIELD core, type, name WHERE core = $core and type = $type RETURN name";
4644
private static final List<String> EXPECTED_EXTENDED_NAMES_CYPHER_5;

extended/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
// They need to be provided either through the database or in an extra .jar
103103
compileOnly group: 'org.neo4j', name: 'neo4j', version: neo4jVersionEffective
104104
// same version as the one included in neo4j `lib`
105-
compileOnly group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '5.20.0'
105+
compileOnly group: 'org.neo4j.driver', name: 'neo4j-java-driver', version: '6.0.1'
106106

107107
compileOnly group: 'org.apache.poi', name: 'poi', version: '5.1.0', {
108108
exclude group: 'org.apache.commons', module: 'commons-collections4'

readme.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:readme:
2-
:branch: 2025.04.0
2+
:branch: 2025.08.0
33
:docs: https://neo4j.com/labs/apoc/5
4-
:apoc-release: 2025.04.0
5-
:neo4j-version: 2025.04.0
4+
:apoc-release: 2025.08.0
5+
:neo4j-version: 2025.08.0
66
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images
77

88
https://community.neo4j.com[image:https://img.shields.io/discourse/users?logo=discourse&server=https%3A%2F%2Fcommunity.neo4j.com[Discourse users]]

0 commit comments

Comments
 (0)