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+ 
1326Starting from 2025.01, when using Cypher25, queries using `WAIT` return the notifications listed above instead of result rows.
1427The 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
0 commit comments