diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 06ecd0447..1341355b5 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -30,7 +30,6 @@ informed and prepared. - ## 🚨 Important updates New releases might affect your existing code, queries or configuration. @@ -46,6 +45,21 @@ troubleshoot in production. ## 🚀 Latest release +### Memgraph v3.5.1 - September 11th, 2025 + +{

🐞 Bug fixes

} + +- 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 {

⚠️ Breaking changes

} @@ -268,8 +282,6 @@ troubleshoot in production. -## Previous releases - ### Memgraph v3.4.0 - July 10th, 2025 {

⚠️ Breaking changes

}