From 6094121571012149b84dccac3777e6869fac7a85 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Wed, 11 Dec 2024 14:29:34 +0100 Subject: [PATCH 1/2] Update the changelog for 5.x --- modules/ROOT/pages/changelogs.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ROOT/pages/changelogs.adoc b/modules/ROOT/pages/changelogs.adoc index 548293fc..1222e8af 100644 --- a/modules/ROOT/pages/changelogs.adoc +++ b/modules/ROOT/pages/changelogs.adoc @@ -133,6 +133,8 @@ neo.ClientNotification.Statement.NoApplicableIndex neo.ClientNotification.Statement.RuntimeExperimental neo.ClientNotification.Statement.SubqueryVariableShadowing neo.ClientNotification.Statement.UnboundedVariableLengthPattern +neo.ClientNotification.Statement.ParameterNotProvided +neo.ClientError.Statement.UnsupportedOperationError ----- @@ -141,6 +143,7 @@ neo.ClientNotification.Statement.UnboundedVariableLengthPattern [source, status codes, role="noheader"] ----- neo.ClientError.Statement.CodeGenerationFailed +neo.TransientError.Transaction.TransientTransactionFailure neo.ClientNotification.Statement.CartesianProductWarning neo.ClientNotification.Statement.DynamicPropertyWarning neo.ClientNotification.Statement.EagerOperatorWarning From 3de37ece8f5de99fc867143f62888b532d72f1cc Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:35:47 +0100 Subject: [PATCH 2/2] Capitalize `Neo` --- modules/ROOT/pages/changelogs.adoc | 48 +++++++++++++++--------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/modules/ROOT/pages/changelogs.adoc b/modules/ROOT/pages/changelogs.adoc index 1222e8af..5c152349 100644 --- a/modules/ROOT/pages/changelogs.adoc +++ b/modules/ROOT/pages/changelogs.adoc @@ -121,20 +121,20 @@ Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression [source, status codes, role="noheader"] ----- -neo.ClientNotification.Database.HomeDatabaseNotFound +Neo.ClientNotification.Database.HomeDatabaseNotFound Neo.ClientNotification.Request.DeprecatedFormat -neo.ClientNotification.Schema.HintedIndexNotFound -neo.ClientNotification.Statement.CartesianProduct -neo.ClientNotification.Statement.CodeGenerationFailed -neo.ClientNotification.Statement.DynamicProperty -neo.ClientNotification.Statement.EagerOperator -neo.ClientNotification.Statement.ExhaustiveShortestPath -neo.ClientNotification.Statement.NoApplicableIndex -neo.ClientNotification.Statement.RuntimeExperimental -neo.ClientNotification.Statement.SubqueryVariableShadowing -neo.ClientNotification.Statement.UnboundedVariableLengthPattern -neo.ClientNotification.Statement.ParameterNotProvided -neo.ClientError.Statement.UnsupportedOperationError +Neo.ClientNotification.Schema.HintedIndexNotFound +Neo.ClientNotification.Statement.CartesianProduct +Neo.ClientNotification.Statement.CodeGenerationFailed +Neo.ClientNotification.Statement.DynamicProperty +Neo.ClientNotification.Statement.EagerOperator +Neo.ClientNotification.Statement.ExhaustiveShortestPath +Neo.ClientNotification.Statement.NoApplicableIndex +Neo.ClientNotification.Statement.RuntimeExperimental +Neo.ClientNotification.Statement.SubqueryVariableShadowing +Neo.ClientNotification.Statement.UnboundedVariableLengthPattern +Neo.ClientNotification.Statement.ParameterNotProvided +Neo.ClientError.Statement.UnsupportedOperationError ----- @@ -142,17 +142,17 @@ neo.ClientError.Statement.UnsupportedOperationError [source, status codes, role="noheader"] ----- -neo.ClientError.Statement.CodeGenerationFailed -neo.TransientError.Transaction.TransientTransactionFailure -neo.ClientNotification.Statement.CartesianProductWarning -neo.ClientNotification.Statement.DynamicPropertyWarning -neo.ClientNotification.Statement.EagerOperatorWarning -neo.ClientNotification.Statement.ExhaustiveShortestPathWarning -neo.ClientNotification.Statement.ExperimentalFeature +Neo.ClientError.Statement.CodeGenerationFailed +Neo.TransientError.Transaction.TransientTransactionFailure +Neo.ClientNotification.Statement.CartesianProductWarning +Neo.ClientNotification.Statement.DynamicPropertyWarning +Neo.ClientNotification.Statement.EagerOperatorWarning +Neo.ClientNotification.Statement.ExhaustiveShortestPathWarning +Neo.ClientNotification.Statement.ExperimentalFeature Neo.ClientNotification.Statement.MissingAlias -neo.ClientNotification.Statement.NoApplicableIndexWarning -neo.ClientNotification.Statement.SubqueryVariableShadowingWarning -neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning +Neo.ClientNotification.Statement.NoApplicableIndexWarning +Neo.ClientNotification.Statement.SubqueryVariableShadowingWarning +Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning ----- @@ -264,4 +264,4 @@ Neo.TransientError.Network.CommunicationError Neo.TransientError.Schema.SchemaModifiedConcurrently Neo.TransientError.Transaction.InstanceStateChanged Neo.TransientError.Transaction.LockSessionExpired ------ \ No newline at end of file +-----