@@ -66,6 +66,51 @@ updated.
6666
6767## 🚀 Latest release
6868
69+ ### Memgraph v3.2.1 - May 9th, 2025
70+
71+ { <h4 className = " custom-header" >🛠️ Improvements</h4 >}
72+
73+ - Modified the Docker image such that the ` memgraph ` user has the UID ` 101 ` to
74+ match that used by ` MAGE ` . If the user has any volumes mounted on older
75+ versions or memgraph (< 3.2.1), then they should `chown 101:101
76+ /path/to/volume` to allow the ` memgraph` user to read and write to them.
77+ [ #2947 ] ( https://github.com/memgraph/memgraph/pull/2947 )
78+ - New ` relwithdebinfo ` Docker build for ` arm64 ` to allow users to debug
79+ Memgraph on ARM. Push ` relwithdebinfo ` DEB packages and Docker images to
80+ download bucket during release, so they are available
81+ [ here] ( https://memgraph.com/download )
82+ [ #2952 ] ( https://github.com/memgraph/memgraph/pull/2952 )
83+ - Improved the performance when writing to disk log stores' durable data using
84+ batched writing. Users can expect the same behavior as before, with a
85+ slightly better performance when using high availability.
86+ [ #2946 ] ( https://github.com/memgraph/memgraph/pull/2946 )
87+
88+ { <h4 className = " custom-header" >🐞 Bug fixes</h4 >}
89+
90+ - Fixed ` PageSlabMemoryResource ` large allocation returning wrong address.
91+ Creating deltas with large properties would correctly allocate memory, but
92+ cause an out-of-bounds write. Users shouldn't see segfaults on commits or GC
93+ runs anymore. [ #2950 ] ( https://github.com/memgraph/memgraph/pull/2950 )
94+ - Fixed CallProcedureCursor reset method. Query modules would sometimes cause a
95+ crash due to not being reset properly.
96+ [ #2953 ] ( https://github.com/memgraph/memgraph/pull/2953 )
97+ - Fixed impersonate user misalignment between interpreter and session. This
98+ broke the permissions when using the impersonated user. User can now actually
99+ use the feature and see the correct behavior.
100+ [ #2938 ] ( https://github.com/memgraph/memgraph/pull/2938 )
101+ - Fixed query type deduction giving the wrong answer in cases where subqueries
102+ execute read procedures. Without the fix users could not execute certain
103+ queries. Query type misalignment shouldn't occur anymore.
104+ [ #2944 ] ( https://github.com/memgraph/memgraph/pull/2944 )
105+ - Improved usages of read-modify-write pattern in the Raft code by using compare
106+ exchange operations instead of blindly loading, modifying and then storing
107+ again. Users should expect the same behaviour from the perspective of
108+ correctness but with a smaller chance of something getting inconsistent.
109+ [ #2937 ] ( https://github.com/memgraph/memgraph/pull/2937 )
110+
111+
112+ ## Previous releases
113+
69114### Memgraph v3.2.0 - Apr 23rd, 2025
70115
71116{ <h4 className = " custom-header" >⚠️ Breaking changes</h4 >}
@@ -251,7 +296,6 @@ updated.
251296
252297<LabReleasesClient version = " 3.2.0" />
253298
254- ## Previous releases
255299
256300### Memgraph v3.1.1 - Mar 28th, 2025
257301
0 commit comments