From 4a68808a2061adaa2716727b68a5fb00b733a137 Mon Sep 17 00:00:00 2001 From: Jack Waudby Date: Fri, 6 Dec 2024 14:24:02 +0000 Subject: [PATCH] Add seedRestoreUntil --- ...ions-additions-removals-compatibility.adoc | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc index 9decf9b67..0d9b20e2f 100644 --- a/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc +++ b/modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc @@ -16,6 +16,29 @@ New features are added to the language continuously, and occasionally, some feat This section lists all of the features that have been removed, deprecated, added, or extended in different Cypher versions. Replacement syntax for deprecated and removed features are also indicated. +[[cypher-deprecations-additions-removals-2025.01]] +== Neo4j 2025.01 + +=== New features + + +[cols="2", options="header"] +|=== +| Feature +| Details + +a| +label:functionality[] +label:new[] +[source, cypher, role="noheader"] +---- +CREATE DATABASE db OPTIONS { seedRestoreUntil: ... } +---- +| The option `seedRestoreUntil` can now be specified in the `CREATE DATABASE` `OPTIONS` map. +This allows a database to be seeded up to a specific date or transaction ID. +|=== + + [[cypher-deprecations-additions-removals-5.26]] == Neo4j 5.26