From 3317751deb0ed7452d1b99a3cdb204b69736e0ad Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 11 Sep 2025 19:00:18 +0200 Subject: [PATCH 1/4] Add v3.5.1 changelog (bug fixes version) --- pages/release-notes.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 06ecd0447..8c2b7eda2 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,10 @@ troubleshoot in production. ## 🚀 Latest release +### Memgraph v3.5.1 - September 11th, 2025 + +{

🐞 Bug fixes

} + ### Memgraph v3.5.0 - August 27th, 2025 {

⚠️ Breaking changes

} From 17fcb85316d93c313f32b8ce3abdbd65c929e5b9 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 11 Sep 2025 19:01:12 +0200 Subject: [PATCH 2/4] Add the two fixes --- pages/release-notes.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 8c2b7eda2..9ad00bd00 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -51,6 +51,15 @@ troubleshoot in production. ### Memgraph v3.5.0 - August 27th, 2025 +- 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) + {

⚠️ Breaking changes

} - Transitioned from statically linking to dynamically linking `libstdc++`. This From fe0c9dbd12e5b15f874a7ba0cc3aa1b178f6faea Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 11 Sep 2025 19:01:54 +0200 Subject: [PATCH 3/4] Fix the wrong place --- pages/release-notes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 9ad00bd00..800920824 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -49,8 +49,6 @@ troubleshoot in production. {

🐞 Bug fixes

} -### Memgraph v3.5.0 - August 27th, 2025 - - 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. @@ -60,6 +58,8 @@ troubleshoot in production. to worry about conflicts between their dataset's labels and Cypher keywords. [#3256](https://github.com/memgraph/memgraph/pull/3256) +### Memgraph v3.5.0 - August 27th, 2025 + {

⚠️ Breaking changes

} - Transitioned from statically linking to dynamically linking `libstdc++`. This From c85e2f5b5aa9e87698885f8a54b8f7a4ec4ad95f Mon Sep 17 00:00:00 2001 From: matea16 Date: Fri, 12 Sep 2025 09:13:12 +0200 Subject: [PATCH 4/4] update --- pages/release-notes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 800920824..1341355b5 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -58,6 +58,8 @@ troubleshoot in production. 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

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

⚠️ Breaking changes

}