Skip to content

Commit 908b597

Browse files
committed
Add all memgraph and mage changelog items by the end of day 2025-04-18
1 parent 9b6927c commit 908b597

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

pages/release-notes.mdx

+51
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,60 @@ updated.
187187
3D Cartesian was written into those durability files. Those durability
188188
files can now be read, and the engine handles the "corrupt" values.
189189
[#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)
190194

191195
### MAGE v3.2.0 - Apr 23rd, 2025
192196

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+
193244
### Lab v3.2.0 - Apr 23rd, 2025
194245

195246
## Previous releases

0 commit comments

Comments
 (0)