Skip to content

Commit e0fb676

Browse files
NataliaIvakinarenetapopovastefano-ottolenghiLojjsrecrwplay
authored
Release 5.26 (#233)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Reneta Popova <[email protected]> Co-authored-by: Stefano Ottolenghi <[email protected]> Co-authored-by: Louise Berglund <[email protected]> Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: JoelBergstrand <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Therese Magnusson <[email protected]> Co-authored-by: Pontus Melke <[email protected]> Co-authored-by: Hannes Voigt <[email protected]> Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Wilco <[email protected]> Co-authored-by: Isak Nilsson <[email protected]> Co-authored-by: Antonio Barcélos <[email protected]> Co-authored-by: Louise Söderström <[email protected]>
1 parent 1aab83c commit e0fb676

File tree

15 files changed

+3183
-915
lines changed

15 files changed

+3183
-915
lines changed

.github/workflows/docs-pr-checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- "dev"
88
- "5.x"
99
- "4.[0-9]"
10-
- "gql-notifications"
1110

1211
jobs:
1312

.github/workflows/docs-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
uses: neo4j/docs-tools/.github/workflows/[email protected]
2121
with:
2222
deploy-id: 0
23-
retain-artifacts: 14
23+
retain-artifacts: 28
24+
package-script: 'publish-verify'
2425

2526
# Parse the json log output from the HTML build, and output warnings and errors as annotations
2627
# Optionally, fail the build if there are warnings or errors

.github/workflows/docs-teardown.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- "dev"
88
- "5.x"
99
- "4.[0-9]"
10-
- "gql-notifications"
1110
types:
1211
- closed
1312

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
= docs-status-codes
44

5-
This repository contains the AsciiDoc and other sources to build the link:{docs-uri}/status-codes[Neo4j Status Codes].
5+
This repository contains the AsciiDoc and other sources to build the link:{docs-uri}/status-codes[Status Codes for Errors & Notifications].
66

77
[[local-build]]
88
== Installation

antora.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: status-codes
2-
title: Status Codes
2+
title: Status Codes for Errors & Notifications
33
version: '5'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc
77
asciidoc:
88
attributes:
99
page-origin-private: false
10-
neo4j-version: '5.25'
11-
neo4j-version-exact: '5.25.1'
12-
neo4j-buildnumber: '5.25'
10+
neo4j-version: '5.26'
11+
neo4j-version-exact: '5.26.0'
12+
neo4j-buildnumber: '5.26'

modules/ROOT/content-nav.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
* xref:index.adoc[]
22
* xref:errors/index.adoc[]
3+
** xref:errors/gql-errors.adoc[]
34
** xref:errors/all-errors.adoc[]
45
* xref:notifications/index.adoc[]
56
** xref:notifications/all-notifications.adoc[]
6-
* xref:changelogs.adoc[]
7-
8-
7+
* xref:changelogs.adoc[]

modules/ROOT/pages/changelogs.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
:description: This page lists all changes to status codes per Neo4j version.
22
= Changes to status codes per Neo4j version
33

4+
== Neo4j 5.25
5+
6+
Starting from 5.25, the query log includes the GQL error information under the JSON object `errorInfo`.
7+
For more information, see link:https://neo4j.com/docs/operations-manual/current/monitoring/logging/#gql-error-information[Operations Manual -> GQL error information].
8+
49
== Neo4j 5.24
510

611
**New:**

modules/ROOT/pages/errors/all-errors.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
:description: The Neo4j error codes for Neo4j version {neo4j-version}.
1+
:description: The error codes for Neo4j 5.
22

33

44
[[neo4j-errors]]
5-
= List of all server error codes
5+
= List of Neo4j error codes
66

7-
This page contains lists of all Neo4j errors, grouped by type.
7+
This page lists the current Neo4j error codes, which which are returned along side xref:errors/gql-errors.adoc[GQLSTATUS error codes], grouped by type.
88

99
== Client errors
1010

@@ -13,7 +13,7 @@ This is a complete list of all client errors Neo4j may return, and what they mea
1313
[options="header", cols="<1m,<1"]
1414
|===
1515

16-
| Neo4j status code
16+
| Neo4j code
1717
| Description
1818

1919
| Neo.ClientError.ChangeDataCapture.InvalidIdentifier
@@ -279,7 +279,7 @@ This is a complete list of all transient errors Neo4j may return, and what they
279279
[options="header", cols="<1m,<1"]
280280
|===
281281

282-
| Neo4j status code
282+
| Neo4j code
283283
| Description
284284

285285
| Neo.TransientError.ChangeDataCapture.FutureIdentifier
@@ -386,7 +386,7 @@ This is a complete list of all database errors Neo4j may return, and what they m
386386
[options="header", cols="<1m,<1"]
387387
|===
388388

389-
| Neo4j status code
389+
| Neo4j code
390390
| Description
391391

392392
| Neo.DatabaseError.ChangeDataCapture.Disabled

0 commit comments

Comments
 (0)