Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@gitbuda gitbuda released this 29 Jan 00:25
· 3 commits to main since this release

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