Skip to content

Commit cc5e37e

Browse files
renetapopovaJPryce-AklundhNataliaIvakinaRagnarWloveleif
authored
2025.05 (neo4j#2396)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Jens Pryce-Åklundh <[email protected]> Co-authored-by: NataliaIvakina <[email protected]> Co-authored-by: Ragnar Wernersson <[email protected]> Co-authored-by: Love Kristofer Leifland <[email protected]> Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: David Pond <[email protected]> Co-authored-by: Gerrit Meier <[email protected]> Co-authored-by: Tony Butterfield <[email protected]> Co-authored-by: Tselmeg Baasan <[email protected]> Co-authored-by: Phil Wright <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Jack Waudby <[email protected]> Co-authored-by: Hannes Sandberg <[email protected]> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anna Sjerling <[email protected]> Co-authored-by: Natalia Ivakina <[email protected]> Co-authored-by: Robsdedude <[email protected]> Co-authored-by: Satia Herfert <[email protected]> Co-authored-by: Nick Giles <[email protected]> Co-authored-by: Frannie-Ludmilla <[email protected]> Co-authored-by: Stefano Ottolenghi <[email protected]> Co-authored-by: MishaDemianenko <[email protected]> Co-authored-by: Olivia Ytterbrink <[email protected]> Co-authored-by: Louise Berglund <[email protected]>
1 parent 41fe33c commit cc5e37e

File tree

5 files changed

+42
-11
lines changed

5 files changed

+42
-11
lines changed

antora.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: operations-manual
22
title: Operations Manual
3-
version: '2025.04'
3+
version: '2025.05'
44
current: true
55
start_page: ROOT:index.adoc
66
nav:
77
- modules/ROOT/content-nav.adoc
88
asciidoc:
99
attributes:
10-
neo4j-version: '2025.04'
11-
neo4j-version-minor: '2025.04'
12-
neo4j-version-exact: '2025.04.0'
13-
neo4j-buildnumber: '2025.04'
14-
neo4j-debian-package-version: '1:2025.04.0@'
10+
neo4j-version: '2025.05'
11+
neo4j-version-minor: '2025.05'
12+
neo4j-version-exact: '2025.05.0'
13+
neo4j-buildnumber: '2025.05'
14+
neo4j-debian-package-version: '1:2025.05.0@'

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ It is highly recommended to keep it enabled and not to alter it. +
5757
If you require the _debug.log_ messages in a different format, create an additional Appender since the Neo4j Support team uses the default one.
5858
For more information, see xref:monitoring/logging.adoc#_default_logging_configuration[Default logging configuration].
5959

60+
6061
=== Built-in procedures
6162

6263
.See procedures removed in Neo4j 2025.01 without replacement.
@@ -473,6 +474,11 @@ Replaced by: xref:procedures.adoc#procedure_dbms_cluster_secondaryreplicationdis
473474
| Enterprise Edition
474475
| Comment
475476
477+
| xref:configuration/configuration-settings.adoc#config_dbms.routing.load_balancing.plugin[`dbms.routing.load_balancing.plugin`]
478+
|
479+
| {check-mark}
480+
| label:deprecated[Deprecated in 2025.05]
481+
476482
| xref:configuration/configuration-settings.adoc#config_server.db.query_cache_size[`server.db.query_cache_size`]
477483
| {check-mark}
478484
| {check-mark}
@@ -512,6 +518,12 @@ Replaced by: xref:procedures.adoc#procedure_dbms_cluster_secondaryreplicationdis
512518
|===
513519
====
514520

521+
=== Logging
522+
523+
Starting from 2025.05, the `failureReason` column of the JSON format query log is deprecated.
524+
Instead, use the `errorInfo` column.
525+
For details, refer to xref:monitoring/logging.adoc#_json_format_log_entries[Logging -> JSON format log entries for log type query].
526+
515527
=== Neo4j-admin tool
516528

517529
.See all deprecated commands

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,17 +1689,17 @@ m|+++true+++
16891689
|===
16901690

16911691

1692-
[role=label--enterprise-edition]
1692+
[role=label--enterprise-edition label--deprecated-2025.05]
16931693
[[config_dbms.routing.load_balancing.plugin]]
16941694
=== `dbms.routing.load_balancing.plugin`
16951695

16961696
.dbms.routing.load_balancing.plugin
16971697
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
16981698
|===
16991699
|Description
1700-
a|The load balancing plugin to use.
1700+
a|Vary the order of the entries in routing tables each time one is produced. This means that different clients should select a range of servers as their first contact, reducing the chance of all clients contacting the same server if alternatives are available. This makes the load across the servers more even.
17011701
|Valid values
1702-
a|A string that specified load balancer plugin exist..
1702+
a|A string.
17031703
|Default value
17041704
m|+++server_policies+++
17051705
|===
@@ -4802,6 +4802,23 @@ m|+++127.0.0.1:6362+++
48024802
|===
48034803

48044804

4805+
[role=label--enterprise-edition label--new-2025.05]
4806+
[[config_server.backup.advertised_address]]
4807+
=== `server.backup.advertised_address`
4808+
4809+
.server.backup.advertised_address
4810+
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
4811+
|===
4812+
|Description
4813+
a|The advertised address for the backup server. Default is the default advertised address combined with port defined in the backup listen address.
4814+
|Valid values
4815+
a|A socket address in the format of `hostname:port`, `hostname`, or `:port` that is an accessible address. If missing, it is acquired from `server.default_advertised_address`.
4816+
|Default value
4817+
m|+++:0+++
4818+
|===
4819+
4820+
4821+
48054822
[role=label--enterprise-edition]
48064823
[[config_server.backup.store_copy_max_retry_time_per_request]]
48074824
=== `server.backup.store_copy_max_retry_time_per_request`

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,9 +1285,10 @@ Included when xref:configuration/configuration-settings.adoc#config_db.logs.quer
12851285
| annotationData
12861286
| Metadata attached to the transaction.
12871287

1288-
| failureReason
1288+
| failureReason label:deprecated[Deprecated in 2025.05]
12891289
| Reason for failure.
12901290
Included when applicable.
1291+
Replaced by `errorInfo`.
12911292

12921293
| errorInfo
12931294
| GQL error information as a JSON object.

modules/ROOT/pages/monitoring/metrics/reference.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ You can limit this memory using JVM settings, but there is never any good reason
597597
[options="header",cols="<3m,<4"]
598598
|===
599599
|Name |Description
600-
|<prefix>.vm.threads|The total number of live threads including daemon and non-daemon threads. (gauge)
600+
|<prefix>.vm.threads|The total number of live platform threads including daemon and non-daemon threads. (gauge)
601+
|<prefix>.vm.threads.virtual|label:new[Introduced in 2025.05]The total number of virtual threads. (gauge)
601602
|===
602603

0 commit comments

Comments
 (0)