Skip to content

Commit 018d113

Browse files
Update the changelog for 5.x (#235)
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 b207b1e commit 018d113

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
@@ -121,35 +121,38 @@ Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression
121121

122122
[source, status codes, role="noheader"]
123123
-----
124-
neo.ClientNotification.Database.HomeDatabaseNotFound
124+
Neo.ClientNotification.Database.HomeDatabaseNotFound
125125
Neo.ClientNotification.Request.DeprecatedFormat
126-
neo.ClientNotification.Schema.HintedIndexNotFound
127-
neo.ClientNotification.Statement.CartesianProduct
128-
neo.ClientNotification.Statement.CodeGenerationFailed
129-
neo.ClientNotification.Statement.DynamicProperty
130-
neo.ClientNotification.Statement.EagerOperator
131-
neo.ClientNotification.Statement.ExhaustiveShortestPath
132-
neo.ClientNotification.Statement.NoApplicableIndex
133-
neo.ClientNotification.Statement.RuntimeExperimental
134-
neo.ClientNotification.Statement.SubqueryVariableShadowing
135-
neo.ClientNotification.Statement.UnboundedVariableLengthPattern
126+
Neo.ClientNotification.Schema.HintedIndexNotFound
127+
Neo.ClientNotification.Statement.CartesianProduct
128+
Neo.ClientNotification.Statement.CodeGenerationFailed
129+
Neo.ClientNotification.Statement.DynamicProperty
130+
Neo.ClientNotification.Statement.EagerOperator
131+
Neo.ClientNotification.Statement.ExhaustiveShortestPath
132+
Neo.ClientNotification.Statement.NoApplicableIndex
133+
Neo.ClientNotification.Statement.RuntimeExperimental
134+
Neo.ClientNotification.Statement.SubqueryVariableShadowing
135+
Neo.ClientNotification.Statement.UnboundedVariableLengthPattern
136+
Neo.ClientNotification.Statement.ParameterNotProvided
137+
Neo.ClientError.Statement.UnsupportedOperationError
136138
137139
-----
138140

139141
**Removed:**
140142

141143
[source, status codes, role="noheader"]
142144
-----
143-
neo.ClientError.Statement.CodeGenerationFailed
144-
neo.ClientNotification.Statement.CartesianProductWarning
145-
neo.ClientNotification.Statement.DynamicPropertyWarning
146-
neo.ClientNotification.Statement.EagerOperatorWarning
147-
neo.ClientNotification.Statement.ExhaustiveShortestPathWarning
148-
neo.ClientNotification.Statement.ExperimentalFeature
145+
Neo.ClientError.Statement.CodeGenerationFailed
146+
Neo.TransientError.Transaction.TransientTransactionFailure
147+
Neo.ClientNotification.Statement.CartesianProductWarning
148+
Neo.ClientNotification.Statement.DynamicPropertyWarning
149+
Neo.ClientNotification.Statement.EagerOperatorWarning
150+
Neo.ClientNotification.Statement.ExhaustiveShortestPathWarning
151+
Neo.ClientNotification.Statement.ExperimentalFeature
149152
Neo.ClientNotification.Statement.MissingAlias
150-
neo.ClientNotification.Statement.NoApplicableIndexWarning
151-
neo.ClientNotification.Statement.SubqueryVariableShadowingWarning
152-
neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning
153+
Neo.ClientNotification.Statement.NoApplicableIndexWarning
154+
Neo.ClientNotification.Statement.SubqueryVariableShadowingWarning
155+
Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning
153156
154157
-----
155158

@@ -261,4 +264,4 @@ Neo.TransientError.Network.CommunicationError
261264
Neo.TransientError.Schema.SchemaModifiedConcurrently
262265
Neo.TransientError.Transaction.InstanceStateChanged
263266
Neo.TransientError.Transaction.LockSessionExpired
264-
-----
267+
-----

0 commit comments

Comments
 (0)