Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions pages/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ informed and prepared.
</Cards>



## 🚨 Important updates

New releases might affect your existing code, queries or configuration.
Expand All @@ -46,6 +45,21 @@ troubleshoot in production.

## 🚀 Latest release

### Memgraph v3.5.1 - September 11th, 2025

{<h4 className="custom-header">🐞 Bug fixes</h4>}

- Fixed issue where extra results were found when using `OR` label expressions
alongside `MATCH` labels, such as `MATCH (n:A) WHERE (n:B OR n:C) RETURN n`.
These queries now return the correct results.
[#3237](https://github.com/memgraph/memgraph/pull/3237)
- Fixed Cypher parsing issue which would incorrectly handle any queries that
used certain keywords, such as `Resource`, as a label. Users no longer need
to worry about conflicts between their dataset's labels and Cypher keywords.
[#3256](https://github.com/memgraph/memgraph/pull/3256)

## Previous releases

### Memgraph v3.5.0 - August 27th, 2025

{<h4 className="custom-header">⚠️ Breaking changes</h4>}
Expand Down Expand Up @@ -268,8 +282,6 @@ troubleshoot in production.

<LabReleasesClient version="3.5.0" />

## Previous releases

### Memgraph v3.4.0 - July 10th, 2025

{<h4 className="custom-header">⚠️ Breaking changes</h4>}
Expand Down