Skip to content

Releases: memgraph/mage

v3.0.0

29 Jan 00:25
Compare
Choose a tag to compare

MAGE v3.0.0 - Jan 29th, 2024

⚠️ Breaking changes

  • uuid_generator now uses a different method of generating UUIDs so it might not be compatible with the one in previous versions. #538
  • Rewrite refactor modules not to use deleted API (EdgeSetTo, EdgeSetFrom and EdgeChangeType were removed from Memgraph under #2530). refactor.from, refactor.to, refactor.invert, refactor.delete_and_reconnect, and refactor.rename_type now create a new edge instead of modifying the old one. This requires changes if you rely on an internal edge ID (previously, it would stay the same; now, it changes due to the creation of a new edge). #536
  • Dynamic algorithms were removed from MAGE and moved under Memgraph Enterprise. #540

🛠️ Improvements

🐞 Bug fixes

  • Fixed DGL issues. #540

v1.22.1

22 Dec 19:16
Compare
Choose a tag to compare

MAGE v1.22.1 - Dec 22, 2024

  • The MAGE version was only bumped because there is a new version of Memgraph (v2.22.1). Nothing changed under the MAGE itself.

v1.22.0

27 Nov 08:09
Compare
Choose a tag to compare

MAGE v1.22.0 - Nov 27, 2024

🐞 Bug fixes

  • Link prediction, node classification and text modules are available again. #528
  • The built-in authentication module dependencies are now pre-installed also under MAGE Docker images. This mainly refers to the built-in SSO modules that depend on third-party libraries to offer a secure way of authenticating into Memgraph instances. #526

v1.21.0

06 Nov 01:07
Compare
Choose a tag to compare

MAGE v1.21.0 - Nov 6, 2024

New features and improvements

  • Added Leiden algorithm. The implementation is "static" in a sense that it's operating on the whole graph. Leiden is a modern community detection algorithm that in Memgraph's implementation provides hierarchies of communities. A big use-cases for Leiden community detection is GraphRAG. #508

v1.20.1

15 Oct 16:24
Compare
Choose a tag to compare

Sync with new Memgraph v2.20.1

v1.20.0

26 Sep 03:35
Compare
Choose a tag to compare

What's Changed

  • Allow read of data from elastic in later versions. by @nagi49000 in #505
  • Update elastic_search_serialization.py to allow connecting without passwords and ca-certs by @nagi49000 in #504
  • Update .gitmodules to the latest Memgraph release by @imilinovic in #507
  • Update default memgraph version to 2.19 by @MarkoBarisic in #512
  • Fix which memgraph package is pulled for dev rc builds by @MarkoBarisic in #513
  • Run black on python folder by @as51340 in #514
  • Add pre-commit hook for black and flake8 by @as51340 in #515

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

14 Aug 06:37
Compare
Choose a tag to compare

What's Changed

v1.18.1

23 Jul 18:49
Compare
Choose a tag to compare

MAGE v1.18 - Jul 23, 2024

What's Changed

v1.18.0

03 Jul 13:49
Compare
Choose a tag to compare

MAGE v1.18 - Jul 3, 2024

New features and improvements

  • Added a PostgreSQL migration module to MAGE that enables directmigration from a PostgreSQL database to Memgraph. This new module streamlinesthe data import process by reducing the need for intermediate steps, such asusing CSV files. Users can now migrate tables, including nodes andrelationships, directly into Memgraph.#464

Bug fixes

  • Fixed building of newly created Rust query modules. Previously, there was a logical error in the code that prevented new Rust query modules from being builtcorrectly.#483

v1.17.0

22 May 16:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.14.1-memgraph-2.14.1...v1.17-memgraph-2.17