Skip to content

DOCS-279 Publish 2026.01.3#452

Merged
renetapopova merged 107 commits intoneo4j:mainfrom
renetapopova:main-2026.01.3
Feb 4, 2026
Merged

DOCS-279 Publish 2026.01.3#452
renetapopova merged 107 commits intoneo4j:mainfrom
renetapopova:main-2026.01.3

Conversation

@renetapopova
Copy link
Collaborator

No description provided.

renetapopova and others added 30 commits February 5, 2025 17:47
Instead of PR neo4j#253

---------

Co-authored-by: Louise Söderström <louise.matematik@gmail.com>
Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
This error's link
(https://neo4j.com/docs/status-codes/current/errors/gql-errors/#_42n26)
is not working because it's not listed in the content-nav file due to a
typo.
I hope I did this right - here is the accompanying implementation
neo-technology/neo4j#29934
Co-authored-by: Lasse Heemann <7661319+l-heemann@users.noreply.github.com>
…22N06, 42N08, 51N12, 51N27 (neo4j#282)

Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
New error used for parsing the vector value constructor function

---------

Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
…orted.dbms.shutdown example to features deprecated without a replacement (neo4j#286)

Replaces neo4j#269
As this change will not be visible to the user when they get the error,
I opted for not including it in changelog/mark as changed in 2025.04.
Let me know if you think otherwise.

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Adapting to neo-technology/neo4j#30353

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Causing broken link.
It's also being addressed in the main branch using this PR
neo4j#293, so no need to
cherry-pick it.
Co-authored-by: Louise Berglund <louise.berglund@neo4j.com>
Codes needed to cover errors left over in deperected constructors.
[Monorepo PR](neo-technology/neo4j#30680).

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Introduced in neo-technology/neo4j#30884

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
l-heemann and others added 24 commits November 17, 2025 14:06
https://linear.app/neo4j/issue/COPS-294/update-to-notification-command-has-no-effect-grantrevoke-role-to-auth

Notifications introduced behind feature flag in:
neo-technology/neo4j#33898

---------

Co-authored-by: Therese Magnusson <scout.therese@gmail.com>
Error codes for graph types. 

This work is likely to be feature flagged for some time, so we don't
want to merge it to the public docs yet, but we do need to review the
errors.

---------

Co-authored-by: Therese Magnusson <scout.therese@gmail.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com>
adding 42N0D, 42N0E, 42N0F introduced in
[PR.](neo-technology/neo4j#32943)

Relates [to this core
PR.](neo-technology/neo4j#32943). To be merged
when feature flag removed and feature goes GA.

❗ Before we merge this PR, we need to update the `:page-role:
new-2025.10 ` and regenerate the index.adoc file.

---------

Co-authored-by: Therese Magnusson <scout.therese@gmail.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
https://linear.app/neo4j/issue/COPS-301/update-to-notification-cannot-deny-with-auth-rule

The trello/linear template says
> Docs for new status code should
> have a table with code, title, severity and category

But I didn't find one for other codes?

Documents error codes introduced in
neo-technology/neo4j#33422

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Similar codes as `42N10` and `42N13` but for auth rules.

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
It is not certain that the query is valid, we can only guarantee that it
is parsable.

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
In PR neo-technology/neo4j#34078 we change 3
exceptions related to error in the CSV format for LOAD CSV to be GQL
errors. This requires 3 new GQL status codes:

- 22NAC (characters after quote in CSV field)
- 22NAD (missing end quote in CSV field)
- 22NAE (multi-line field in illegal CSV context)

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
…neo4j#429)

- Update 03N60 to suggest variable scope clause instead of Importing
WITH for shadowing as the latter is deprecated.

- Update both 03N60 and importing WITH deprecation to include the
correct command: CALL or OPTIONAL CALL.

Companion Neo4j PR: neo-technology/neo4j#34657
…eo4j#446)

Co-authored-by: Natalia Ivakina <82437520+NataliaIvakina@users.noreply.github.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Georgiy Kargapolov <inmost-light@users.noreply.github.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Add an introduced status code for circumstances in which a schema rule
(index/constraint) entry is too large.
This was introduced due to an excessively long constraint name, which
exceeded a page of data, triggering a database panic.
Though this particular case has been addressed, the exception and code
were still added to proactively defend against similar unknown/future
issues.
This will still be visible when using a Neo4j 2026.01 binary whilst a
block-format database is on an earlier version and a rolling upgrade has
not yet been triggered, and an index/constraint is created on that
member with a very large name (~8KiB of UTF-8 data).

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
…#448)

Update 22N31 docs to include parameterized placeholders matching runtime
GQL status details.

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
@renetapopova renetapopova added main Current publish branch 2026.01 labels Feb 4, 2026
@renetapopova renetapopova changed the title Main 2026.01.3 DOCS-279 Publish 2026.01.3 Feb 4, 2026
@neo4j-docops-agent
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-status-codes-452.surge.sh

New pages:

Updated pages:

@renetapopova renetapopova merged commit cc88ea5 into neo4j:main Feb 4, 2026
4 checks passed
@renetapopova renetapopova deleted the main-2026.01.3 branch February 4, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2026.01 main Current publish branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.