Skip to content

Commit 0f91a2d

Browse files
Update the changelog for 5.x (#235) (#237)
The information about `neo.ClientNotification.Statement.ParameterNotProvided`, `neo.ClientError.Statement.UnsupportedOperationError`, and `neo.TransientError.Transaction.TransientTransactionFailure` was taken from the U&M guide. See the page on changes to Java API (source code).
1 parent e0fb676 commit 0f91a2d

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

modules/ROOT/pages/changelogs.adoc

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -109,35 +109,38 @@ Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression
109109

110110
[source, status codes, role="noheader"]
111111
-----
112-
neo.ClientNotification.Database.HomeDatabaseNotFound
112+
Neo.ClientNotification.Database.HomeDatabaseNotFound
113113
Neo.ClientNotification.Request.DeprecatedFormat
114-
neo.ClientNotification.Schema.HintedIndexNotFound
115-
neo.ClientNotification.Statement.CartesianProduct
116-
neo.ClientNotification.Statement.CodeGenerationFailed
117-
neo.ClientNotification.Statement.DynamicProperty
118-
neo.ClientNotification.Statement.EagerOperator
119-
neo.ClientNotification.Statement.ExhaustiveShortestPath
120-
neo.ClientNotification.Statement.NoApplicableIndex
121-
neo.ClientNotification.Statement.RuntimeExperimental
122-
neo.ClientNotification.Statement.SubqueryVariableShadowing
123-
neo.ClientNotification.Statement.UnboundedVariableLengthPattern
114+
Neo.ClientNotification.Schema.HintedIndexNotFound
115+
Neo.ClientNotification.Statement.CartesianProduct
116+
Neo.ClientNotification.Statement.CodeGenerationFailed
117+
Neo.ClientNotification.Statement.DynamicProperty
118+
Neo.ClientNotification.Statement.EagerOperator
119+
Neo.ClientNotification.Statement.ExhaustiveShortestPath
120+
Neo.ClientNotification.Statement.NoApplicableIndex
121+
Neo.ClientNotification.Statement.RuntimeExperimental
122+
Neo.ClientNotification.Statement.SubqueryVariableShadowing
123+
Neo.ClientNotification.Statement.UnboundedVariableLengthPattern
124+
Neo.ClientNotification.Statement.ParameterNotProvided
125+
Neo.ClientError.Statement.UnsupportedOperationError
124126
125127
-----
126128

127129
**Removed:**
128130

129131
[source, status codes, role="noheader"]
130132
-----
131-
neo.ClientError.Statement.CodeGenerationFailed
132-
neo.ClientNotification.Statement.CartesianProductWarning
133-
neo.ClientNotification.Statement.DynamicPropertyWarning
134-
neo.ClientNotification.Statement.EagerOperatorWarning
135-
neo.ClientNotification.Statement.ExhaustiveShortestPathWarning
136-
neo.ClientNotification.Statement.ExperimentalFeature
133+
Neo.ClientError.Statement.CodeGenerationFailed
134+
Neo.TransientError.Transaction.TransientTransactionFailure
135+
Neo.ClientNotification.Statement.CartesianProductWarning
136+
Neo.ClientNotification.Statement.DynamicPropertyWarning
137+
Neo.ClientNotification.Statement.EagerOperatorWarning
138+
Neo.ClientNotification.Statement.ExhaustiveShortestPathWarning
139+
Neo.ClientNotification.Statement.ExperimentalFeature
137140
Neo.ClientNotification.Statement.MissingAlias
138-
neo.ClientNotification.Statement.NoApplicableIndexWarning
139-
neo.ClientNotification.Statement.SubqueryVariableShadowingWarning
140-
neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning
141+
Neo.ClientNotification.Statement.NoApplicableIndexWarning
142+
Neo.ClientNotification.Statement.SubqueryVariableShadowingWarning
143+
Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning
141144
142145
-----
143146

@@ -249,4 +252,4 @@ Neo.TransientError.Network.CommunicationError
249252
Neo.TransientError.Schema.SchemaModifiedConcurrently
250253
Neo.TransientError.Transaction.InstanceStateChanged
251254
Neo.TransientError.Transaction.LockSessionExpired
252-
-----
255+
-----

0 commit comments

Comments
 (0)