@@ -56,6 +56,9 @@ For more information, see link:https://neo4j.com/docs/operations-manual/current/
5656| 03N62
5757| Neo.ClientNotification.Statement.RedundantOptionalSubquery
5858
59+ | ?? // Not assigned yet and not documented
60+ | Neo.TransientError.Invalid.ResourceExhaustion
61+
5962|===
6063
6164== Neo4j 5.23
@@ -75,6 +78,7 @@ For more information, see xref:notifications/index.adoc#gqlstatus-notification-o
7578Neo.ClientNotification.Cluster.RequestedTopologyMatchedCurrentTopology
7679Neo.ClientNotification.Schema.IndexOrConstraintAlreadyExists
7780Neo.ClientNotification.Schema.IndexOrConstraintDoesNotExist
81+ Neo.ClientError.Statement.InvalidTargetDatabaseError
7882-----
7983
8084== Neo4j 5.15
@@ -113,6 +117,15 @@ Neo.DatabaseError.ChangeDataCapture.Disabled
113117Neo.DatabaseError.ChangeDataCapture.ScanFailure
114118-----
115119
120+ == Neo4j 5.10
121+
122+ **New:**
123+
124+ [source, status codes, role="noheader"]
125+ -----
126+ Neo.TransientError.Transaction.QueryExecutionFailedOnTransaction
127+ -----
128+
116129== Neo4j 5.9
117130
118131**New:**
@@ -123,6 +136,15 @@ Neo.ClientNotification.Security.CommandHasNoEffect
123136Neo.ClientNotification.Security.ImpossibleRevokeCommand
124137-----
125138
139+ == Neo4j 5.7
140+
141+ **New:**
142+
143+ [source, status codes, role="noheader"]
144+ -----
145+ Neo.ClientError.Transacton.TransactionTimedOutClientConfiguration
146+ -----
147+
126148== Neo4j 5.5
127149
128150**New:**
@@ -134,14 +156,23 @@ Neo.ClientNotification.Statement.RepeatedRelationshipReference
134156
135157== Neo4j 5.4
136158
137-
138159**New:**
139160
140161[source, status codes, role="noheader"]
141162-----
142163Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression
143164-----
144165
166+ == Neo4j 5.3
167+
168+ **New:**
169+
170+ [source, status codes, role="noheader"]
171+ -----
172+ Neo.DatabaseError.Transaction.TransactionTerminationFailed
173+ -----
174+
175+
145176== Neo4j 5.0
146177
147178**New:**
@@ -191,6 +222,7 @@ Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning
191222-----
192223Neo.ClientError.Statement.UnsupportedAdministrationCommand
193224Neo.DatabaseError.Transaction.LinkedTransactionError
225+ Neo.TransientError.Transaction.LeaderSwitch
194226-----
195227
196228
0 commit comments