Skip to content

Commit

Permalink
Add seedRestoreUntil
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwaudby committed Dec 6, 2024
1 parent afeeb5a commit 4a68808
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a68808

Please sign in to comment.