2020.1.0
michael-simons
released this
14 Sep 09:23
·
1202 commits
to main
since this release
What's Changed
🚀 Features
- GH-74 - Automatically generate symbolic name if required:
Node
andRelationship
objects generate a symbolic name if required and not set - Added several new functions
- GH-76 - Added the list operator (
[]
for accessing sub lists and indexes).
🐛 Bug Fixes
- GH-82 - Expose all necessary interfaces for
call
- GH-84 - Fix rendering of nested sub trees.
- GH-95 - NPE during the creation of map projections
- GH-96 - Make sure aliased expressions are not rendered multiple times.
🧹 Housekeeping
- GH-67 - Improvements in regards of Java generics.
- GH-68 - Clean up the Functions api.
- GH-69 - Avoid star and static imports.
- GH-72 - Some release cleanup
- GH-75 - Move Assert to internal utils package.
- GH-89 -
RelationshipDetails
is now internal API. - GH-93 - Ensure compatibility with GraalVM native.
- GH-94 - Bring back SymbolicName#concat.