Skip to content

Commit 4389949

Browse files
Add 2026 to the page on deprecations, changes, and removals (neo4j#2835)
Update the _Changes, deprecations, removals_ page Add missing label [Introduced in ...] to the Cypher shell
1 parent 696bf70 commit 4389949

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@
281281
282282
* Changes, deprecations, and removals
283283
** xref:changes-deprecations-removals.adoc[Neo4j 2025.x]
284+
** xref:changes-deprecations-removals-2026.adoc[Neo4j 2026.x]
284285
285286
* xref:tutorial/index.adoc[]
286287
//** xref:tutorial/local-causal-cluster.adoc[]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
:description: Page lists changes in Neo4j 2026 series. Here you can find changes made to procedures, configurations settings, metrics, and `neo4j-admin` commands.
2+
3+
//Check Mark
4+
:check-mark: icon:check[]
5+
6+
7+
[[removals-deprecations-2026]]
8+
= Changes, deprecations, and removals in Neo4j 2026.x
9+
10+
11+
== Changes in Neo4j 2026.x
12+
13+
The section covers changes to Neo4j server functionality across different areas.
14+
15+
=== Cypher Shell
16+
17+
For details, refer to xref:cypher-shell.adoc[].
18+
19+
Neo4j 2026.01::
20+
21+
A new parameter `--debug` is added as an alias for the `--log` option.

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,14 @@ The section covers changes to Neo4j server functionality across different areas.
613613

614614
=== Neo4j-admin tool
615615

616+
Neo4j 2025.12::
617+
618+
* The `neo4j-admin database import full` and `neo4j-admin database import incremental` (label:enterprise[Enterprise Edition]) commands.
619+
+
620+
The default value of the `--bad-tolerance=<num>` option is changed from `1000` to `-1`, meaning unlimited.
621+
+
622+
For details, see xref:import.adoc[].
623+
616624
Neo4j 2025.10::
617625

618626
* label:enterprise[Enterprise Edition] The `neo4j-admin database backup` command.
@@ -637,14 +645,16 @@ For details, refer to the xref:backup-restore/copy-database.adoc#off-heap-memory
637645

638646
=== Cypher Shell
639647

648+
For details, refer to xref:cypher-shell.adoc[].
649+
640650
Neo4j 2025.08::
641651

642652
A new argument `disable` is added to the `--history` option.
643653

644654
Neo4j 2025.06::
645655

646656
The default value of the `--error-format` option is changed from `legacy` to `gql`.
647-
For details, refer to xref:cypher-shell.adoc[].
657+
648658

649659
=== Configuration settings
650660

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Can also be set using the environment variable `NEO4J_CYPHER_SHELL_HISTORY`.
127127
|gql label:new[Changed in 2025.06]
128128

129129
|--transaction-timeout TRANSACTION-TIMEOUT
130-
|Transaction timeout. You can specify the duration using the format `<hours>h<minutes>m<seconds>s`, for example `1h` (1 hour), `1h30m` (1 hour 30 minutes), or `30m` (30 minutes).
130+
|label:new[Introduced in 2025.12] Transaction timeout. You can specify the duration using the format `<hours>h<minutes>m<seconds>s`, for example `1h` (1 hour), `1h30m` (1 hour 30 minutes), or `30m` (30 minutes).
131131
|disable
132132
|===
133133

@@ -573,8 +573,9 @@ ready to start consuming query after 1 ms, results consumed after another 1 ms
573573
----
574574
====
575575

576+
[role=label--new-2025.12]
576577
[[cypher-shell-transaction-timeout]]
577-
== Transaction Timeout
578+
== Transaction timeout
578579

579580
You can start Cypher Shell with a specific transaction timeout, which will apply to all transactions during the session.
580581

0 commit comments

Comments
 (0)