Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/ROOT/pages/changes-deprecations-removals.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/cypher-shell.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<user home>/.neo4j/.cypher_shell_history`.
Can also be set using the environment variable `NEO4J_CYPHER_SHELL_HISTORY`.
|
Expand Down