Skip to content

Commit 495aa87

Browse files
Update the description of the history option (#2543)
1 parent 6b3aea3 commit 495aa87

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,10 @@ For details, refer to the xref:backup-restore/copy-database.adoc#off-heap-memory
612612

613613
=== Cypher Shell
614614

615+
Neo4j 2025.08::
616+
617+
A new argument `disable` is added to the `--history` option.
618+
615619
Neo4j 2025.06::
616620

617621
The default value of the `--error-format` option is changed from `legacy` to `gql`.

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ After executing all statements, Cypher Shell shuts down.
106106
|
107107

108108
|--history HISTORY-BEHAVIOUR
109-
|File path of a query and a command history file or `in-memory` for in-memory history.
109+
|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.
110110
If the option is omitted, history is saved to `<user home>/.neo4j/.cypher_shell_history`.
111111
Can also be set using the environment variable `NEO4J_CYPHER_SHELL_HISTORY`.
112112
|

0 commit comments

Comments
 (0)