You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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