Skip to content

Commit 5f3e557

Browse files
committed
Add missing parts of changelog
1 parent 6347322 commit 5f3e557

File tree

1 file changed

+56
-1
lines changed

1 file changed

+56
-1
lines changed

modules/ROOT/pages/changelogs.adoc

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,25 @@
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

3150
Starting 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
7597
Neo.ClientNotification.Cluster.RequestedTopologyMatchedCurrentTopology
7698
Neo.ClientNotification.Schema.IndexOrConstraintAlreadyExists
7799
Neo.ClientNotification.Schema.IndexOrConstraintDoesNotExist
100+
Neo.ClientError.Statement.InvalidTargetDatabaseError
78101
-----
79102

80103
== Neo4j 5.15
@@ -113,6 +136,15 @@ Neo.DatabaseError.ChangeDataCapture.Disabled
113136
Neo.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
123155
Neo.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
-----
132175
Neo.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
-----
142186
Neo.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
-----
192246
Neo.ClientError.Statement.UnsupportedAdministrationCommand
193247
Neo.DatabaseError.Transaction.LinkedTransactionError
248+
Neo.TransientError.Transaction.LeaderSwitch
194249
-----
195250

196251

0 commit comments

Comments
 (0)