Skip to content

Commit 96d702b

Browse files
committed
Include GQLSTATUS in changelogs after 5.23
Also fix typo
1 parent 98ec322 commit 96d702b

File tree

2 files changed

+43
-16
lines changed

2 files changed

+43
-16
lines changed

modules/ROOT/pages/changelogs.adoc

Lines changed: 42 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,26 @@
33

44
== Neo4j 2025.01
55
**New:**
6-
[source, status codes, role="noheader"]
7-
-----
8-
Neo.ClientNotification.Cluster.ServerNotAvailable
9-
Neo.ClientNotification.Cluster.ServerCatchingUp
10-
Neo.ClientNotification.Cluster.ServerFailed
11-
Neo.ClientNotification.Cluster.ServerCaughtUp
12-
-----
6+
[options="header", cols="<1m,<1"]
7+
|===
8+
| GQLSTATUS
9+
| Neo4j code
10+
11+
| 01N80
12+
| Neo.ClientNotification.Cluster.ServerFailed
13+
14+
| 01N81
15+
| Neo.ClientNotification.Cluster.ServerCatchingUp
16+
17+
| 01N82
18+
| Neo.ClientNotification.Cluster.ServerNotAvailable
19+
20+
| 03N85
21+
| Neo.ClientNotification.Cluster.ServerCaughtUp
22+
23+
|===
24+
25+
1326
Starting from 2025.01, when using Cypher25, queries using `WAIT` return the notifications listed above instead of result rows.
1427
The behaviour for Cypher5 remains unchanged.
1528

@@ -22,14 +35,28 @@ For more information, see link:https://neo4j.com/docs/operations-manual/current/
2235

2336
**New:**
2437

25-
[source, status codes, role="noheader"]
26-
-----
27-
Neo.ClientNotification.Statement.RedundantOptionalProcedure
28-
Neo.ClientNotification.Statement.RedundantOptionalSubquery
29-
Neo.ClientNotification.Security.AuthProviderNotDefined
30-
Neo.ClientNotification.Security.ExternalAuthNotEnabled
31-
Neo.ClientNotification.Statement.AggregationSkippedNull
32-
-----
38+
[options="header", cols="<1m,<1"]
39+
|===
40+
41+
| GQLSTATUS
42+
| Neo4j code
43+
44+
| 00N72
45+
| Neo.ClientNotification.Security.AuthProviderNotDefined
46+
47+
| 01G11
48+
| Neo.ClientNotification.Statement.AggregationSkippedNull
49+
50+
| 01N71
51+
| Neo.ClientNotification.Security.ExternalAuthNotEnabled
52+
53+
| 03N61
54+
| Neo.ClientNotification.Statement.RedundantOptionalProcedure
55+
56+
| 03N62
57+
| Neo.ClientNotification.Statement.RedundantOptionalSubquery
58+
59+
|===
3360

3461
== Neo4j 5.23
3562

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@ Investigate the failing server using the provided message.
41004100
[cols="<1s,<4"]
41014101
|===
41024102
|Neo4j code
4103-
m|Neo.ClientNotification.Cluster.ServerCachingUp
4103+
m|Neo.ClientNotification.Cluster.ServerCatchingUp
41044104
|Title
41054105
a|Server is still catching up.
41064106
|Description

0 commit comments

Comments
 (0)