diff --git a/modules/ROOT/pages/changes-deprecations-removals.adoc b/modules/ROOT/pages/changes-deprecations-removals.adoc index a626150de..5029e0dde 100644 --- a/modules/ROOT/pages/changes-deprecations-removals.adoc +++ b/modules/ROOT/pages/changes-deprecations-removals.adoc @@ -612,6 +612,10 @@ For details, refer to the xref:backup-restore/copy-database.adoc#off-heap-memory === Cypher Shell +Neo4j 2025.08:: + +A new argument `disable` is added to the `--history` option. + Neo4j 2025.06:: The default value of the `--error-format` option is changed from `legacy` to `gql`. diff --git a/modules/ROOT/pages/cypher-shell.adoc b/modules/ROOT/pages/cypher-shell.adoc index dfb0cbf9f..3e64c8bb3 100644 --- a/modules/ROOT/pages/cypher-shell.adoc +++ b/modules/ROOT/pages/cypher-shell.adoc @@ -106,7 +106,7 @@ After executing all statements, Cypher Shell shuts down. | |--history HISTORY-BEHAVIOUR -|File path of a query and a command history file or `in-memory` for in-memory history. +|label:new[Changed in 2025.08] File path of a query and a command history file, `in-memory` for in-memory history or `disable` to disable history. If the option is omitted, history is saved to `/.neo4j/.cypher_shell_history`. Can also be set using the environment variable `NEO4J_CYPHER_SHELL_HISTORY`. |