From 15e2097c2e62e76cfb899979f04e0d2f7cfd65f1 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Mon, 18 Aug 2025 14:09:52 +0200 Subject: [PATCH 1/4] Update the description of the history option --- modules/ROOT/pages/cypher-shell.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/cypher-shell.adoc b/modules/ROOT/pages/cypher-shell.adoc index dfb0cbf9f..9f357c83b 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. +|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`. | From a8c7815f25587e883311bdbc44e38f313094bcc4 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:23:34 +0200 Subject: [PATCH 2/4] Update changes-deprecations-removals.adoc --- modules/ROOT/pages/changes-deprecations-removals.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/changes-deprecations-removals.adoc b/modules/ROOT/pages/changes-deprecations-removals.adoc index a626150de..e5da543e0 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.07:: + +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`. From 68908fb8df88efdb4984efde908bad1893d53a0d Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Mon, 18 Aug 2025 14:24:26 +0200 Subject: [PATCH 3/4] Update modules/ROOT/pages/changes-deprecations-removals.adoc --- modules/ROOT/pages/changes-deprecations-removals.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/changes-deprecations-removals.adoc b/modules/ROOT/pages/changes-deprecations-removals.adoc index e5da543e0..5029e0dde 100644 --- a/modules/ROOT/pages/changes-deprecations-removals.adoc +++ b/modules/ROOT/pages/changes-deprecations-removals.adoc @@ -612,7 +612,7 @@ For details, refer to the xref:backup-restore/copy-database.adoc#off-heap-memory === Cypher Shell -Neo4j 2025.07:: +Neo4j 2025.08:: A new argument `disable` is added to the `--history` option. From a9a093ec9ea0cfa60875935735d9350eb7d69b49 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:58:52 +0200 Subject: [PATCH 4/4] Update modules/ROOT/pages/cypher-shell.adoc --- modules/ROOT/pages/cypher-shell.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/cypher-shell.adoc b/modules/ROOT/pages/cypher-shell.adoc index 9f357c83b..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, `in-memory` for in-memory history or `disable` to disable 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`. |