Skip to content

Publish release 2026.07 - #524

Merged
NataliaIvakina merged 145 commits into
neo4j:mainfrom
NataliaIvakina:main-july-release
Aug 5, 2026
Merged

Publish release 2026.07#524
NataliaIvakina merged 145 commits into
neo4j:mainfrom
NataliaIvakina:main-july-release

Conversation

@NataliaIvakina

Copy link
Copy Markdown
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>
JoelBergstrand and others added 22 commits April 28, 2026 10:04
[Monorepo PR ](neo-technology/neo4j#37128)

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Hannes Voigt <30618026+hvub@users.noreply.github.com>
Updates docs according to changes made in [Improved 42N50 message with
available
columns](https://github.com/neo-technology/neo4j/pull/36963/changes#top).

Part of: SURF-815

---------

Co-authored-by: Hannes Voigt <30618026+hvub@users.noreply.github.com>
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Documentation change linked to this PR:
neo-technology/neo4j#36891

part of COPS-579
…er version (neo4j#496)

Add new GQL cause 42I78

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Document the three new GQLSTATUS error codes introduced for the CALL {
... } IN CONCURRENT TRANSACTIONS DISJOINT BY syntax (CIP-260):

- 42N7A: DISJOINT BY requires concurrent transactions
- 42N7B: non-deterministic DISJOINT BY expression
- 42N7C: subquery in DISJOINT BY expression

Source of truth is the neo4j repo (GqlStatusInfoCodes). No new
parameters, so the glossary is unchanged.

RUN-1077

---------

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

Part of CGE-578

---------

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

Co-authored-by: Therese Magnusson <scout.therese@gmail.com>
Introduces `42I79 - invalid reference in subclause expression` as part
of CIP-248 and [PR](neo-technology/neo4j#37728).

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Updated `42N44` to reflect the introduction of the `GROUP BY` clause.
Added examples.

[Monorepo PR](neo-technology/neo4j#38319)

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
[CIP-248 Monorepo
PR](neo-technology/neo4j#37728)

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Part of implementation CIP-236 GROUP BY.

[Monorepo PR](neo-technology/neo4j#38319)

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
[Product PR](neo-technology/neo4j#38670)

---------

Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
Co-authored-by: Therese Magnusson <scout.therese@gmail.com>
…ync from docs-template) (neo4j#519)

Syncs .github/workflows/docs-deploy-surge.yml to the canonical neo4j/docs-template
version to resolve the critical CodeQL artifact-poisoning alert. Adds:
- validate-changelog step (rejects a symlinked changelog before it is read into
  the PR comment – prevents arbitrary-file-read from a poisoned artifact)
- process.env.RUN_ID instead of ${{ env.RUN_ID }} in the github-script step
  (avoids GitHub Actions expression injection)
- extended zipinfo suspicious-path-check: rejects empty archives, absolute paths,
  path traversal (..), and Windows-style backslash separators

No branch or path filters changed.
Adds `page-tabs`, `page-tabs-index` and `page-tabs-group` to
`publish.yml`:
Comment thread modules/ROOT/pages/errors/gql-errors/22G08.adoc Outdated
@neo4j-docops-agent

neo4j-docops-agent commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

@NataliaIvakina
NataliaIvakina merged commit a94e1aa into neo4j:main Aug 5, 2026
4 checks passed
@NataliaIvakina
NataliaIvakina deleted the main-july-release branch August 5, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.