-
Notifications
You must be signed in to change notification settings - Fork 35
Update changelog #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Update changelog #253
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,15 +3,55 @@ | |||||
|
|
||||||
| == Neo4j 2025.01 | ||||||
| **New:** | ||||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.ClientNotification.Cluster.ServerNotAvailable | ||||||
| Neo.ClientNotification.Cluster.ServerCatchingUp | ||||||
| Neo.ClientNotification.Cluster.ServerFailed | ||||||
| Neo.ClientNotification.Cluster.ServerCaughtUp | ||||||
| ----- | ||||||
| Starting from 2025.01, when using Cypher25, queries using `WAIT` return the notifications listed above instead of result rows. | ||||||
| The behaviour for Cypher5 remains unchanged. | ||||||
| [options="header", cols="<1m,<1"] | ||||||
| |=== | ||||||
| | GQLSTATUS | ||||||
| | Neo4j code | ||||||
|
|
||||||
| | 01N80 | ||||||
| | Neo.ClientNotification.Cluster.ServerFailed | ||||||
|
|
||||||
| | 01N81 | ||||||
| | Neo.ClientNotification.Cluster.ServerCatchingUp | ||||||
|
|
||||||
| | 01N82 | ||||||
| | Neo.ClientNotification.Cluster.ServerNotAvailable | ||||||
|
|
||||||
| | 03N85 | ||||||
| | Neo.ClientNotification.Cluster.ServerCaughtUp | ||||||
|
|
||||||
| |=== | ||||||
|
|
||||||
|
|
||||||
| //Starting from 2025.01, when using Cypher25, queries using `WAIT` return the notifications listed above instead of result rows. | ||||||
| //The behaviour for Cypher5 remains unchanged. | ||||||
|
|
||||||
| == Neo4j 5.26 | ||||||
|
|
||||||
| **New:** | ||||||
|
|
||||||
| [options="header", cols="<1m,<1"] | ||||||
| |=== | ||||||
|
|
||||||
| | GQLSTATUS | ||||||
| | Neo4j code | ||||||
|
|
||||||
| | 01N72 | ||||||
| | Neo.ClientNotification.Statement.InsecureProtocol | ||||||
|
|
||||||
| | 42I50 | ||||||
| | Neo.ClientError.Schema.TokenLengthError | ||||||
NataliaIvakina marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| |=== | ||||||
|
|
||||||
| Starting from 5.26, Neo4j errors sent over drivers include new fields, | ||||||
| such as GQLSTATUS code, StatusDescription, and DiagnosticRecord. | ||||||
| For more information, see xref:errors/index.adoc#gqlstatus-error-object[GQL-status error object]. | ||||||
|
|
||||||
|
|
||||||
| **Deprecations:** | ||||||
|
|
||||||
| The server-side Notification API and the `getNotifications()` method of the Result Core API were deprecated. | ||||||
NataliaIvakina marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| == Neo4j 5.25 | ||||||
|
|
||||||
|
|
@@ -22,14 +62,31 @@ For more information, see link:https://neo4j.com/docs/operations-manual/current/ | |||||
|
|
||||||
| **New:** | ||||||
|
|
||||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.ClientNotification.Statement.RedundantOptionalProcedure | ||||||
| Neo.ClientNotification.Statement.RedundantOptionalSubquery | ||||||
| Neo.ClientNotification.Security.AuthProviderNotDefined | ||||||
| Neo.ClientNotification.Security.ExternalAuthNotEnabled | ||||||
| Neo.ClientNotification.Statement.AggregationSkippedNull | ||||||
| ----- | ||||||
| [options="header", cols="<1m,<1"] | ||||||
| |=== | ||||||
|
|
||||||
| | GQLSTATUS | ||||||
| | Neo4j code | ||||||
|
|
||||||
| | 00N72 | ||||||
| | Neo.ClientNotification.Security.AuthProviderNotDefined | ||||||
|
|
||||||
| | 01G11 | ||||||
| | Neo.ClientNotification.Statement.AggregationSkippedNull | ||||||
|
|
||||||
| | 01N71 | ||||||
| | Neo.ClientNotification.Security.ExternalAuthNotEnabled | ||||||
|
|
||||||
| | 03N61 | ||||||
| | Neo.ClientNotification.Statement.RedundantOptionalProcedure | ||||||
|
|
||||||
| | 03N62 | ||||||
| | Neo.ClientNotification.Statement.RedundantOptionalSubquery | ||||||
|
|
||||||
| | ?? // Not assigned yet and not documented | ||||||
Lojjs marked this conversation as resolved.
Show resolved
Hide resolved
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| | Neo.TransientError.Invalid.ResourceExhaustion | ||||||
|
|
||||||
| |=== | ||||||
|
|
||||||
| == Neo4j 5.23 | ||||||
|
|
||||||
|
|
@@ -48,6 +105,7 @@ For more information, see xref:notifications/index.adoc#gqlstatus-notification-o | |||||
| Neo.ClientNotification.Cluster.RequestedTopologyMatchedCurrentTopology | ||||||
| Neo.ClientNotification.Schema.IndexOrConstraintAlreadyExists | ||||||
| Neo.ClientNotification.Schema.IndexOrConstraintDoesNotExist | ||||||
| Neo.ClientError.Statement.InvalidTargetDatabaseError | ||||||
NataliaIvakina marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| ----- | ||||||
|
|
||||||
| == Neo4j 5.15 | ||||||
|
|
@@ -80,12 +138,22 @@ The usage of `Neo.ClientNotification.Statement.RuntimeExperimental` has been rem | |||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.ClientNotification.Cluster.ServerAlreadyEnabled | ||||||
| Neo.ClientNotification.Cluster.ServerAlreadyCordoned | ||||||
| Neo.ClientError.ChangeDataCapture.InvalidIdentifier | ||||||
| Neo.TransientError.ChangeDataCapture.FutureIdentifier | ||||||
| Neo.DatabaseError.ChangeDataCapture.Disabled | ||||||
| Neo.DatabaseError.ChangeDataCapture.ScanFailure | ||||||
| ----- | ||||||
|
|
||||||
| == Neo4j 5.10 | ||||||
|
|
||||||
| **New:** | ||||||
|
|
||||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.TransientError.Transaction.QueryExecutionFailedOnTransaction | ||||||
| ----- | ||||||
|
|
||||||
| == Neo4j 5.9 | ||||||
|
|
||||||
| **New:** | ||||||
|
|
@@ -96,25 +164,47 @@ Neo.ClientNotification.Security.CommandHasNoEffect | |||||
| Neo.ClientNotification.Security.ImpossibleRevokeCommand | ||||||
| ----- | ||||||
|
|
||||||
| == Neo4j 5.7 | ||||||
|
|
||||||
| **New:** | ||||||
|
|
||||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.ClientError.Transacton.TransactionTimedOutClientConfiguration | ||||||
| Neo.ClientError.Routing.DbmsInPanic | ||||||
| Neo.ClientError.Routing.RoutingFailed | ||||||
| ----- | ||||||
|
|
||||||
| == Neo4j 5.5 | ||||||
|
|
||||||
| **New:** | ||||||
|
|
||||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.ClientNotification.Statement.RepeatedRelationshipReference | ||||||
| Neo.ClientError.Statement.RemoteExecutionClientError | ||||||
| Neo.TransientError.Statement.RemoteExecutionTransientError | ||||||
| ----- | ||||||
|
|
||||||
| == Neo4j 5.4 | ||||||
|
|
||||||
|
|
||||||
| **New:** | ||||||
|
|
||||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.ClientNotification.Statement.UnsatisfiableRelationshipTypeExpression | ||||||
| ----- | ||||||
|
|
||||||
| == Neo4j 5.3 | ||||||
|
|
||||||
| **New:** | ||||||
|
|
||||||
| [source, status codes, role="noheader"] | ||||||
| ----- | ||||||
| Neo.DatabaseError.Transaction.TransactionTerminationFailed | ||||||
| ----- | ||||||
|
|
||||||
|
|
||||||
| == Neo4j 5.0 | ||||||
|
|
||||||
| **New:** | ||||||
|
|
@@ -164,6 +254,8 @@ Neo.ClientNotification.Statement.UnboundedVariableLengthPatternWarning | |||||
| ----- | ||||||
| Neo.ClientError.Statement.UnsupportedAdministrationCommand | ||||||
| Neo.DatabaseError.Transaction.LinkedTransactionError | ||||||
| Neo.TransientError.Transaction.LeaderSwitch | ||||||
| Neo.ClientError.Database.IllegalAliasChain | ||||||
| ----- | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one was added by @pontusmelke. Does not look like it is documented at all