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+ |===
43+
44+
2945== Neo4j 5.25
3046
3147Starting from 5.25, the query log includes the GQL error information under the JSON object `errorInfo`.
@@ -56,6 +72,9 @@ For more information, see link:https://neo4j.com/docs/operations-manual/current/
5672| 03N62
5773| Neo.ClientNotification.Statement.RedundantOptionalSubquery
5874
75+ | ?? // Not assigned yet and not documented
76+ | Neo.TransientError.Invalid.ResourceExhaustion
77+
5978|===
6079
6180== Neo4j 5.23
@@ -75,6 +94,7 @@ For more information, see xref:notifications/index.adoc#gqlstatus-notification-o
7594Neo.ClientNotification.Cluster.RequestedTopologyMatchedCurrentTopology
7695Neo.ClientNotification.Schema.IndexOrConstraintAlreadyExists
7796Neo.ClientNotification.Schema.IndexOrConstraintDoesNotExist
97+ Neo.ClientError.Statement.InvalidTargetDatabaseError
7898-----
7999
80100== Neo4j 5.15
@@ -113,6 +133,15 @@ Neo.DatabaseError.ChangeDataCapture.Disabled
113133Neo.DatabaseError.ChangeDataCapture.ScanFailure
114134-----
115135
136+ == Neo4j 5.10
137+
138+ **New:**
139+
140+ [source, status codes, role="noheader"]
141+ -----
142+ Neo.TransientError.Transaction.QueryExecutionFailedOnTransaction
143+ -----
144+
116145== Neo4j 5.9
117146
118147**New:**
@@ -123,25 +152,45 @@ Neo.ClientNotification.Security.CommandHasNoEffect
123152Neo.ClientNotification.Security.ImpossibleRevokeCommand
124153-----
125154
155+ == Neo4j 5.7
156+
157+ **New:**
158+
159+ [source, status codes, role="noheader"]
160+ -----
161+ Neo.ClientError.Transacton.TransactionTimedOutClientConfiguration
162+ -----
163+
126164== Neo4j 5.5
127165
128166**New:**
129167
130168[source, status codes, role="noheader"]
131169-----
132170Neo.ClientNotification.Statement.RepeatedRelationshipReference
171+ Neo.ClientError.Statement.RemoteExecutionClientError
172+ Neo.TransientError.Statement.RemoteExecutionTransientError
133173-----
134174
135175== Neo4j 5.4
136176
137-
138177**New:**
139178
140179[source, status codes, role="noheader"]
141180-----
142181Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression
143182-----
144183
184+ == Neo4j 5.3
185+
186+ **New:**
187+
188+ [source, status codes, role="noheader"]
189+ -----
190+ Neo.DatabaseError.Transaction.TransactionTerminationFailed
191+ -----
192+
193+
145194== Neo4j 5.0
146195
147196**New:**
@@ -191,6 +240,7 @@ Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning
191240-----
192241Neo.ClientError.Statement.UnsupportedAdministrationCommand
193242Neo.DatabaseError.Transaction.LinkedTransactionError
243+ Neo.TransientError.Transaction.LeaderSwitch
194244-----
195245
196246
0 commit comments