Skip to content

Commit

Permalink
Update version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
l-heemann authored and renetapopova committed Dec 9, 2024
1 parent 36f6d03 commit 9dd46c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
5 changes: 3 additions & 2 deletions modules/ROOT/pages/changelogs.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:description: This page lists all changes to status codes per Neo4j version.
= Changes to status codes per Neo4j version

== Neo4j 2024.12
== Neo4j 2025.1
**New:**
[source, status codes, role="noheader"]
-----
Expand All @@ -10,7 +10,8 @@ Neo.ClientNotification.Cluster.ServerCatchingUp
Neo.ClientNotification.Cluster.ServerFailed
Neo.ClientNotification.Cluster.ServerCaughtUp
-----
Starting from 2024.12, when using Cypher25, queries using `WAIT` will return the notifications listed above instead of result rows. The behaviour for Cypher5 remains unchanged.
Starting from 2025.1, when using Cypher25, queries using `WAIT` will return the notifications listed above instead of result rows.
The behaviour for Cypher5 remains unchanged.

== Neo4j 5.25

Expand Down
12 changes: 4 additions & 8 deletions modules/ROOT/pages/notifications/all-notifications.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4824,8 +4824,7 @@ A variable-length relationship variable is bound more than once, which leads to
======
=====

// TODO label for Cypher25?
[role=label--new-2024.12]
[role=label--new-2025.01 label--Cypher25]
[#_neo_clientnotification_cluster_servercaughtup]
=== WAIT Server caught up

Expand Down Expand Up @@ -4896,8 +4895,7 @@ Server `ServerId\{0e020000}` at address `localhost:20026` has caught up.
======
=====

// TODO label for Cypher25?
[role=label--new-2024.12]
[role=label--new-2025.01 label--Cypher25]
[#_neo_clientnotification_cluster_serverfailed]
=== WAIT Server failed

Expand Down Expand Up @@ -4974,8 +4972,7 @@ Investigate the failing server using the provided message.
======
=====

// TODO label for Cypher25?
[role=label--new-2024.12]
[role=label--new-2025.01 label--Cypher25]
[#_neo_clientnotification_cluster_servercatchingup]
=== WAIT Server catching up

Expand Down Expand Up @@ -5052,8 +5049,7 @@ This behaviour indicates that one of the servers is lagging behind. Investigate
======
=====

// TODO label for Cypher25?
[role=label--new-2024.12]
[role=label--new-2025.01 label--Cypher25]
[#_neo_clientnotification_cluster_serverunavailable]
=== WAIT Server not available

Expand Down

0 comments on commit 9dd46c2

Please sign in to comment.