Skip to content

Commit 4a68808

Browse files
committed
Add seedRestoreUntil
1 parent afeeb5a commit 4a68808

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,29 @@ New features are added to the language continuously, and occasionally, some feat
1616
This section lists all of the features that have been removed, deprecated, added, or extended in different Cypher versions.
1717
Replacement syntax for deprecated and removed features are also indicated.
1818

19+
[[cypher-deprecations-additions-removals-2025.01]]
20+
== Neo4j 2025.01
21+
22+
=== New features
23+
24+
25+
[cols="2", options="header"]
26+
|===
27+
| Feature
28+
| Details
29+
30+
a|
31+
label:functionality[]
32+
label:new[]
33+
[source, cypher, role="noheader"]
34+
----
35+
CREATE DATABASE db OPTIONS { seedRestoreUntil: ... }
36+
----
37+
| The option `seedRestoreUntil` can now be specified in the `CREATE DATABASE` `OPTIONS` map.
38+
This allows a database to be seeded up to a specific date or transaction ID.
39+
|===
40+
41+
1942
[[cypher-deprecations-additions-removals-5.26]]
2043
== Neo4j 5.26
2144

0 commit comments

Comments
 (0)