- Add a new get_relationship_properties_keys tool.
- Add targetNode filtering for longest_path.
- Add support for similarity algorithms.
- Add relationship directionality used by graph projection as an optional parameter to all appropriate algorithms. This include all algorithms that support both directed and undirected graphs and behave differently.
- Return node names in several path algorithms that only returned node ids.
- Fix a bug with loading node properties incorrectly.