From 8148446e0fad304cf4340f2f08ed7e3a7f1d2a41 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 25 Sep 2025 13:09:25 +0200 Subject: [PATCH 1/5] Add the v3.5.2 release notes --- pages/release-notes.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 1341355b5..0652a03ef 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -45,6 +45,26 @@ troubleshoot in production. ## 🚀 Latest release +### Memgraph v3.5.2 - September 24th, 2025 + +{

🛠️ Improvements

} + +- TODO#3286 + +{

🐞 Bug fixes

} + +- Improved performance of `convert_c.to_tree`. to_tree should run some 3-4 + times faster than before. + [3203](https://github.com/memgraph/memgraph/pull/3203) +- Fixed `convert_c.to_tree`. It now merges nodes with multiple labels which + were duplicated in the input paths. The generated tree structure is now + correct, regardless of the number of node labels. + [#3283](https://github.com/memgraph/memgraph/pull/3283) + +### MAGE v3.5.2 - September 24th, 2025 + +- TODO#671 + ### Memgraph v3.5.1 - September 11th, 2025 {

🐞 Bug fixes

} From 3bf6388d96b1f3614d61514d5cc7d3472b9c9e6c Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 25 Sep 2025 13:15:02 +0200 Subject: [PATCH 2/5] Add the two missing PRs --- pages/release-notes.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 0652a03ef..2ce644b6f 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -49,7 +49,10 @@ troubleshoot in production. {

🛠️ Improvements

} -- TODO#3286 +- Added support for pattern expressions inside the where clause. Users are now + able to do a query similar to `MATCH (a) WHERE NOT (a)-[]->(:Something)`. + Syntax behaves identical to EXISTS patterns. + [#3286](https://github.com/memgraph/memgraph/pull/3286) {

🐞 Bug fixes

} @@ -63,7 +66,8 @@ troubleshoot in production. ### MAGE v3.5.2 - September 24th, 2025 -- TODO#671 +- Fixed `map.merge` module to accept nullable arguments. + [#671](https://github.com/memgraph/mage/pull/671) ### Memgraph v3.5.1 - September 11th, 2025 From 15a1c7343cba5c7557acfc54998235f5c738a824 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 25 Sep 2025 13:20:50 +0200 Subject: [PATCH 3/5] Better headers --- pages/release-notes.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 2ce644b6f..fdfec8364 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -47,18 +47,21 @@ troubleshoot in production. ### Memgraph v3.5.2 - September 24th, 2025 -{

🛠️ Improvements

} +{

✨ New features

} - Added support for pattern expressions inside the where clause. Users are now able to do a query similar to `MATCH (a) WHERE NOT (a)-[]->(:Something)`. Syntax behaves identical to EXISTS patterns. [#3286](https://github.com/memgraph/memgraph/pull/3286) -{

🐞 Bug fixes

} +{

🛠️ Improvements

} - Improved performance of `convert_c.to_tree`. to_tree should run some 3-4 times faster than before. [3203](https://github.com/memgraph/memgraph/pull/3203) + +{

🐞 Bug fixes

} + - Fixed `convert_c.to_tree`. It now merges nodes with multiple labels which were duplicated in the input paths. The generated tree structure is now correct, regardless of the number of node labels. @@ -66,6 +69,8 @@ troubleshoot in production. ### MAGE v3.5.2 - September 24th, 2025 +{

🐞 Bug fixes

} + - Fixed `map.merge` module to accept nullable arguments. [#671](https://github.com/memgraph/mage/pull/671) From 86998344ec594ce848939fa43aaaff7cafbf1b97 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 25 Sep 2025 13:28:41 +0200 Subject: [PATCH 4/5] Add missing hash sign --- pages/release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index fdfec8364..9f9d57daa 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -58,7 +58,7 @@ troubleshoot in production. - Improved performance of `convert_c.to_tree`. to_tree should run some 3-4 times faster than before. - [3203](https://github.com/memgraph/memgraph/pull/3203) + [#3203](https://github.com/memgraph/memgraph/pull/3203) {

🐞 Bug fixes

} From 96267e3c021ac0ef4221076a0879e724cab8904f Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Thu, 25 Sep 2025 13:38:18 +0200 Subject: [PATCH 5/5] Fix the Previous Release placement --- pages/release-notes.mdx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/release-notes.mdx b/pages/release-notes.mdx index 9f9d57daa..7dcf04021 100644 --- a/pages/release-notes.mdx +++ b/pages/release-notes.mdx @@ -9,7 +9,6 @@ import { useMemo } from 'react'; import LabReleasesClient from "/components/release-notes/LabReleasesClient"; import {SocialCard} from '/components/social-card/SocialCard'; - # Release notes Check out the latest updates and enhancements to Memgraph's products. Discover @@ -29,7 +28,6 @@ informed and prepared. /> - ## 🚨 Important updates New releases might affect your existing code, queries or configuration. @@ -42,7 +40,6 @@ recompilation could lead to unexpected crashes — better to be safe than troubleshoot in production. - ## 🚀 Latest release ### Memgraph v3.5.2 - September 24th, 2025 @@ -74,6 +71,8 @@ troubleshoot in production. - Fixed `map.merge` module to accept nullable arguments. [#671](https://github.com/memgraph/mage/pull/671) +## Previous releases + ### Memgraph v3.5.1 - September 11th, 2025 {

🐞 Bug fixes

} @@ -87,8 +86,6 @@ 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

}