2626//Starting from 2025.01, when using Cypher25, queries using `WAIT` return the notifications listed above instead of result rows.
2727//The behaviour for Cypher5 remains unchanged.
2828
29+ == Neo4j 5.26
30+
31+ **New:**
32+
33+ [options="header", cols="<1m,<1"]
34+ |===
35+
36+ | GQLSTATUS
37+ | Neo4j code
38+
39+ | 01N72
40+ | Neo.ClientNotification.Statement.InsecureProtocol
41+
42+ | 42I50
43+ | Neo.ClientError.Schema.TokenLengthError
44+
45+ |===
46+
47+
2948== Neo4j 5.25
3049
3150Starting from 5.25, the query log includes the GQL error information under the JSON object `errorInfo`.
@@ -56,6 +75,9 @@ For more information, see link:https://neo4j.com/docs/operations-manual/current/
5675| 03N62
5776| Neo.ClientNotification.Statement.RedundantOptionalSubquery
5877
78+ | ?? // Not assigned yet and not documented
79+ | Neo.TransientError.Invalid.ResourceExhaustion
80+
5981|===
6082
6183== Neo4j 5.23
@@ -75,6 +97,7 @@ For more information, see xref:notifications/index.adoc#gqlstatus-notification-o
7597Neo.ClientNotification.Cluster.RequestedTopologyMatchedCurrentTopology
7698Neo.ClientNotification.Schema.IndexOrConstraintAlreadyExists
7799Neo.ClientNotification.Schema.IndexOrConstraintDoesNotExist
100+ Neo.ClientError.Statement.InvalidTargetDatabaseError
78101-----
79102
80103== Neo4j 5.15
@@ -113,6 +136,15 @@ Neo.DatabaseError.ChangeDataCapture.Disabled
113136Neo.DatabaseError.ChangeDataCapture.ScanFailure
114137-----
115138
139+ == Neo4j 5.10
140+
141+ **New:**
142+
143+ [source, status codes, role="noheader"]
144+ -----
145+ Neo.TransientError.Transaction.QueryExecutionFailedOnTransaction
146+ -----
147+
116148== Neo4j 5.9
117149
118150**New:**
@@ -123,25 +155,47 @@ Neo.ClientNotification.Security.CommandHasNoEffect
123155Neo.ClientNotification.Security.ImpossibleRevokeCommand
124156-----
125157
158+ == Neo4j 5.7
159+
160+ **New:**
161+
162+ [source, status codes, role="noheader"]
163+ -----
164+ Neo.ClientError.Transacton.TransactionTimedOutClientConfiguration
165+ Neo.ClientError.Routing.DbmsInPanic
166+ Neo.ClientError.Routing.RoutingFailed
167+ -----
168+
126169== Neo4j 5.5
127170
128171**New:**
129172
130173[source, status codes, role="noheader"]
131174-----
132175Neo.ClientNotification.Statement.RepeatedRelationshipReference
176+ Neo.ClientError.Statement.RemoteExecutionClientError
177+ Neo.TransientError.Statement.RemoteExecutionTransientError
133178-----
134179
135180== Neo4j 5.4
136181
137-
138182**New:**
139183
140184[source, status codes, role="noheader"]
141185-----
142186Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression
143187-----
144188
189+ == Neo4j 5.3
190+
191+ **New:**
192+
193+ [source, status codes, role="noheader"]
194+ -----
195+ Neo.DatabaseError.Transaction.TransactionTerminationFailed
196+ -----
197+
198+
145199== Neo4j 5.0
146200
147201**New:**
@@ -191,6 +245,7 @@ Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning
191245-----
192246Neo.ClientError.Statement.UnsupportedAdministrationCommand
193247Neo.DatabaseError.Transaction.LinkedTransactionError
248+ Neo.TransientError.Transaction.LeaderSwitch
194249-----
195250
196251
0 commit comments