Skip to content

v1.18.0

Compare
Choose a tag to compare
@MarkoBarisic MarkoBarisic released this 03 Jul 13:49
· 25 commits to main since this release

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