@@ -187,9 +187,60 @@ updated.
187
187
3D Cartesian was written into those durability files. Those durability
188
188
files can now be read, and the engine handles the "corrupt" values.
189
189
[ #2888 ] ( https://github.com/memgraph/memgraph/pull/2888 )
190
+ - Fixed unreliable authentication deserialization. Users can now reliably
191
+ upgrade auth data between different versions, as well as between the
192
+ community and enterprise.
193
+ [ 2915] ( https://github.com/memgraph/memgraph/pull/2915 )
190
194
191
195
### MAGE v3.2.0 - Apr 23rd, 2025
192
196
197
+ { <h4 className = " custom-header" >⚠️ Breaking changes</h4 >}
198
+
199
+ - Significantly improved image build time and size -> there is only "with-ML"
200
+ image now -> please use that one instead of previous no-ML images.
201
+ [ #590 ] ( https://github.com/memgraph/mage/pull/590 )
202
+ - Shorten Docker image tags e.g. from ` 3.2-memgraph-3.2 ` -> ` 3.2 ` or
203
+ ` 3.2-memgraph-3.2-relwithdebinfo ` -> ` 3.2-relwithdebinfo ` for all future
204
+ releases. Users updating to images for Memgraph/MAGE >= 3.2 should use the
205
+ shorter tag format. [ #600 ] ( https://github.com/memgraph/mage/pull/600 )
206
+
207
+ { <h4 className = " custom-header" >✨ New features</h4 >}
208
+
209
+ - Added migration module via the Arrow Flight RPC protocol. Users can now
210
+ stream data into Memgraph using a single Cypher query by executing the `CALL
211
+ migrate.arrow_flight()` procedure.
212
+ [ #558 ] ( https://github.com/memgraph/mage/pull/558 )
213
+ - Added migration module using ` DuckDB ` . Users can now connect to their data
214
+ sources with DuckDB using a single Cypher query by executing the `CALL
215
+ migrate.duckdb()` procedure.
216
+ [ #560 ] ( https://github.com/memgraph/mage/pull/560 )
217
+ - Added the migration module from another Memgraph instance. Users can now
218
+ seamlessly transfer data from one Memgraph instance to another using a single
219
+ Cypher query by executing the ` CALL migrate.memgraph() ` procedure.
220
+ [ #561 ] ( https://github.com/memgraph/mage/pull/561 )
221
+ - Added migration module to migrate from ` ServiceNow ` data source. Users can
222
+ now migrate their data using ServiceNow REST API by executing a single Cypher
223
+ query with ` CALL migrate.servicenow() ` procedure
224
+ [ #572 ] ( https://github.com/memgraph/mage/pull/572 )
225
+
226
+ { <h4 className = " custom-header" >🛠️ Improvements</h4 >}
227
+
228
+ - The performance of the betweenness centrality and online betweenness
229
+ centrality algorithms has been improved, with speedups exceeding 100% in some
230
+ cases. By default, the algorithm now uses half of the available hardware
231
+ threads for parallelization.
232
+ [ #588 ] ( https://github.com/memgraph/mage/pull/588 )
233
+ - Updated torch versions to 2.4.0 to fix
234
+ [ CVE-2024 -7804] ( https://github.com/advisories/GHSA-4vmg-rw8f-92f9 ) ; use
235
+ cached Python packages for faster CI builds.
236
+ [ #587 ] ( https://github.com/memgraph/mage/pull/587 )
237
+
238
+ { <h4 className = " custom-header" >🐞 Bug fixes</h4 >}
239
+
240
+ - Moved ` $HOME ` for ` memgraph ` user to fix missing Python modules when users
241
+ mount ` /var/lib/memgraph ` as an external volume.
242
+ [ #594 ] ( https://github.com/memgraph/mage/pull/594 )
243
+
193
244
### Lab v3.2.0 - Apr 23rd, 2025
194
245
195
246
## Previous releases
0 commit comments